Home
last modified time | relevance | path

Searched refs:dict_find_string (Results 1 – 25 of 51) sorted by relevance

123

/plan9/sys/src/cmd/gs/src/
H A Didparam.c42 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_bool_param()
65 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_int_null_param()
120 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_uint_param()
144 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_float_param()
171 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) in dict_int_array_check_param()
232 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_float_array_check_param()
279 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_proc_param()
297 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) in dict_matrix_param()
317 dict_find_string(pdict, "XUID", &puniqueid) > 0 in dict_uid_param()
348 if (dict_find_string(pdict, "UniqueID", &puniqueid) <= 0) { in dict_uid_param()
[all …]
H A Dzbfont.c138 if (dict_find_string(map, "CIDCount", &v) > 0) { in gs_font_map_glyph_by_dict()
238 ccode = dict_find_string(op, "BuildChar", &pBuildChar); in build_gs_font_procs()
239 gcode = dict_find_string(op, "BuildGlyph", &pBuildGlyph); in build_gs_font_procs()
268 if (pbfont0->WMode || dict_find_string(pfdict0, "Metrics", &pmdict0) <= 0) in font_with_same_UID_and_another_metrics()
270 if (pbfont1->WMode || dict_find_string(pfdict1, "Metrics", &pmdict1) <= 0) in font_with_same_UID_and_another_metrics()
276 if (!pbfont0->WMode || dict_find_string(pfdict0, "Metrics2", &pmdict0) <= 0) in font_with_same_UID_and_another_metrics()
278 if (!pbfont0->WMode || dict_find_string(pfdict1, "Metrics2", &pmdict1) <= 0) in font_with_same_UID_and_another_metrics()
303 if (dict_find_string(op, "CharStrings", &pcharstrings) <= 0) { in build_gs_primitive_font()
312 dict_find_string(pcharstrings, ".notdef", &ignore) <= 0 in build_gs_primitive_font()
442 if (dict_find_string(op, "FontInfo", &pfontinfo) <= 0 || in build_gs_simple_font()
[all …]
H A Dzfont0.c73 if (dict_find_string(op, "FMapType", &pfmaptype) <= 0 || in zbuildfont0()
77 dict_find_string(op, "FDepVector", &pfdepvector) <= 0 || in zbuildfont0()
132 if (dict_find_string(op, "SubsVector", &psubsvector) <= 0 || in zbuildfont0()
160 if (dict_find_string(op, "FID", &pfid) <= 0) in zbuildfont0()
183 if (dict_find_string(op, "PrefEnc", &pprefenc) <= 0) { in zbuildfont0()
230 dict_find_string(&fdep, "FID", &pfid); in zbuildfont0()
320 if (dict_find_string(op, kstr, &pentry) <= 0) { in ensure_char_entry()
H A Dziodevst.c97 code = dict_find_string(&state->data, buf, &cat); in iostatic_open_file()
104 code = dict_find_string(cat, buf, &inst); in iostatic_open_file()
109 code = dict_find_string(inst, "StaticFilePos", &beg_pos); in iostatic_open_file()
114 code = dict_find_string(inst, "StaticFileEnd", &end_pos); in iostatic_open_file()
H A Dzmisc2.c99 (dict_find_string(systemdict, "ll3dict", &level2dict) > 0 ? 3 : 2) in set_language_level()
102 if (dict_find_string(systemdict, "level2dict", &level2dict) <= 0) in set_language_level()
121 code = dict_find_string(level2dict, "globaldict", &pdict); in set_language_level()
196 if (dict_find_string(systemdict, dict_name, &pleveldict) <= 0) in swap_level_dict()
H A Dzfcid.c36 if (dict_find_string(prfont, "CIDSystemInfo", &prcidsi) <= 0) in cid_font_system_info_param()
59 if (dict_find_string(op, "GlyphDirectory", &pgdir) <= 0) { in cid_font_data_param()
H A Dzfarc4.c47 if (dict_find_string(op, "Key", &sop) <= 0) in z_arcfour_d()
71 if (dict_find_string(op, "Key", &sop) <= 0) in z_arcfour_e()
H A Dzfapi.c214 dict_find_string(pdr, "sfnts", &r->sfnts) <= 0) in sfnts_reader_init()
427 if (dict_find_string(pdr, "Private", &Private) <= 0) in FAPI_FF_get_word()
429 if (dict_find_string(Private, "Subrs", &Subrs) <= 0) in FAPI_FF_get_word()
431 if (dict_find_string(Private, "GlobalSubrs", &GlobalSubrs) <= 0) in FAPI_FF_get_word()
456 if (dict_find_string(pdr, "Private", &Private) <= 0) in FAPI_FF_get_long()
459 if (dict_find_string(Private, name[k], &Subrs) > 0) in FAPI_FF_get_long()
528 if (dict_find_string(pdr, "Private", &Private) <= 0) in FAPI_FF_get_subr()
530 if (dict_find_string(Private, "Subrs", &Subrs) <= 0) in FAPI_FF_get_subr()
532 if (dict_find_string(Private, "GlobalSubrs", &GlobalSubrs) <= 0) in FAPI_FF_get_subr()
567 if ((dict_find_string(pdr, "GlyphDirectory", &GlyphDirectory) > 0 && in get_GlyphDirectory_data_ptr()
[all …]
H A Dzfont1.c75 if (dict_find_string(op, "Private", &pfr->Private) <= 0 || in charstring_font_get_refs()
80 if (dict_find_string(pfr->Private, "OtherSubrs", &pfr->OtherSubrs) > 0) { in charstring_font_get_refs()
85 if (dict_find_string(pfr->Private, "Subrs", &pfr->Subrs) > 0) { in charstring_font_get_refs()
304 bool present = dict_find_string(&pdata->dict, key, &pvalue) > 0; in same_font_dict()
306 bool opresent = dict_find_string(&podata->dict, key, &povalue) > 0; in same_font_dict()
H A Dzfont2.c58 if (dict_find_string(pfr->Private, "GlobalSubrs", &temp) > 0) { in type2_font_params()
78 if (dict_find_string(pfr->Private, "initialRandomSeed", &pirs) <= 0) in type2_font_params()
H A Dzfcmap.c263 if (dict_find_string(op, "CIDSystemInfo", &prcidsi) <= 0) { in acquire_cid_system_info()
333 if (dict_find_string(op, "CMap", &prcmap) <= 0 || in ztype0_get_cmap()
335 dict_find_string(prcmap, "CodeMap", &pcodemap) <= 0 || in ztype0_get_cmap()
412 if ((code = dict_find_string(op, "CMapName", &pcmapname)) <= 0) { in zbuildcmap()
421 if (dict_find_string(op, ".CodeMapData", &pcodemapdata) <= 0 || in zbuildcmap()
424 dict_find_string(op, "CodeMap", &pcodemap) <= 0 || in zbuildcmap()
442 if (dict_find_string(op, "UIDOffset", &puidoffset) > 0) { in zbuildcmap()
H A Dzicc.c80 dict_find_string(op, "N", &pnval); in zseticcspace()
84 if (dict_find_string(op, "DataSource", &pstrmval) <= 0) in zseticcspace()
H A Dzimage3.c53 if (dict_find_string(op, "DataDict", &pDataDict) <= 0 || in zimage3()
54 dict_find_string(op, "MaskDict", &pMaskDict) <= 0 in zimage3()
H A Dztrans.c264 if (dict_find_string(dop, "Subtype", &pparam) <= 0) in zbegintransparencymaskgroup()
280 if (dict_find_string(dop, "TransferFunction", &pparam) >0) { in zbegintransparencymaskgroup()
367 if (dict_find_string(op, "DataDict", &pDataDict) <= 0) in zimage3x()
403 if (dict_find_string(op, dict_name, &pMaskDict) <= 0) in mask_dict_param()
H A Dzshade.c179 if (dict_find_string(op, "Background", &pvalue) > 0) { in build_shading()
197 if (dict_find_string(op, "BBox", &pvalue) <= 0) in build_shading()
235 if (dict_find_string(op, "Function", &pFunction) <= 0) in build_shading_function()
308 (dict_find_string(op, "Matrix", &pmatrix) > 0 && in build_shading_1()
346 if (dict_find_string(op, "Extend", &pExtend) <= 0) in build_directional_shading()
431 if (dict_find_string(op, "DataSource", &pDataSource) <= 0) in build_mesh_shading()
H A Dicontext.c139 if (dict_find_string(system_dict, "userparams", &puserparams) >= 0) in context_state_alloc()
200 if (dict_find_string(puserdict, "localdicts", &plocaldicts) > 0 && in context_state_load()
242 if (dict_find_string(systemdict, "userparams", &puserparams) < 0) in context_state_store()
H A Dzfjpx.c49 if ( dict_find_string(op, "Colorspace", &sop) > 0) { in z_jpx_decode()
H A Dzfont.c262 if (dict_find_string(pfdict, "FID", &pid) <= 0 || in font_param()
308 if (dict_find_string(fp, "Encoding", &pencoding) > 0 && in make_font()
410 if (!(dict_find_string(fp, "ScaleMatrix", &ppsm) > 0 && in zdefault_make_font()
547 if (dict_find_string(pfidict, key, &pvalue) > 0 && in zfont_info_has()
570 if (dict_find_string(pfdict, "FontInfo", &pfontinfo) <= 0 || in zfont_info()
H A Dzfcid1.c265 (code = dict_find_string(op, "CIDFontName", &pCIDFontName)) <= 0 || in zbuildfont11()
276 code = dict_find_string(op, "File", &pfile); in zbuildfont11()
290 code = dict_find_string(op, "file_table_pos", &file_table_pos); in zbuildfont11()
294 code = dict_find_string(file_table_pos, name[i], &a); in zbuildfont11()
H A Dzcharout.c84 if (dict_find_string(pfdict, "Metrics", &pmdict) > 0) { in zchar_get_metrics()
128 if (dict_find_string(pfdict, "Metrics2", &pmdict) > 0) { in zchar_get_metrics2()
153 return dict_find_string(pfdict, "CDevProc", ppcdevproc) > 0; in zchar_get_CDevProc()
H A Dzdps.c107 (code = dict_find_string(op, "DataSource", &pDataSource)) < 0 || in zimage2()
127 if (dict_find_string(op, "UnpaintedPath", &ignoref) > 0) { in zimage2()
H A Dzcid.c38 if (dict_find_string(prcidsi, "Registry", &pregistry) <= 0 || in cid_system_info_param()
39 dict_find_string(prcidsi, "Ordering", &pordering) <= 0 in cid_system_info_param()
H A Dzfcid0.c415 (code = dict_find_string(op, "FDArray", &prfda)) < 0 || in zbuildfont9()
416 (code = dict_find_string(op, "CIDFontName", &pCIDFontName)) <= 0 || in zbuildfont9()
429 if ((code = dict_find_string(op, "GlyphData", &pGlyphData)) < 0 || in zbuildfont9()
438 if ((code = dict_find_string(op, "DataSource", &pds)) < 0) in zbuildfont9()
H A Dzfjbig2.c74 if ( dict_find_string(op, ".jbig2globalctx", &sop) > 0) { in z_jbig2decode()
H A Dzfrsd.c56 if (dict_find_string(op, "Filter", &pFilter) > 0) { in zrsdparams()
67 dict_find_string(op, "DecodeParms", &pDecodeParms) > 0 in zrsdparams()

123