/plan9/sys/src/cmd/gs/src/ |
H A D | idparam.c | 42 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 D | zbfont.c | 138 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 D | zfont0.c | 73 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 D | ziodevst.c | 97 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 D | zmisc2.c | 99 (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 D | zfcid.c | 36 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 D | zfarc4.c | 47 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 D | zfapi.c | 214 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 D | zfont1.c | 75 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 D | zfont2.c | 58 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 D | zfcmap.c | 263 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 D | zicc.c | 80 dict_find_string(op, "N", &pnval); in zseticcspace() 84 if (dict_find_string(op, "DataSource", &pstrmval) <= 0) in zseticcspace()
|
H A D | zimage3.c | 53 if (dict_find_string(op, "DataDict", &pDataDict) <= 0 || in zimage3() 54 dict_find_string(op, "MaskDict", &pMaskDict) <= 0 in zimage3()
|
H A D | ztrans.c | 264 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 D | zshade.c | 179 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 D | icontext.c | 139 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 D | zfjpx.c | 49 if ( dict_find_string(op, "Colorspace", &sop) > 0) { in z_jpx_decode()
|
H A D | zfont.c | 262 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 D | zfcid1.c | 265 (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 D | zcharout.c | 84 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 D | zdps.c | 107 (code = dict_find_string(op, "DataSource", &pDataSource)) < 0 || in zimage2() 127 if (dict_find_string(op, "UnpaintedPath", &ignoref) > 0) { in zimage2()
|
H A D | zcid.c | 38 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 D | zfcid0.c | 415 (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 D | zfjbig2.c | 74 if ( dict_find_string(op, ".jbig2globalctx", &sop) > 0) { in z_jbig2decode()
|
H A D | zfrsd.c | 56 if (dict_find_string(op, "Filter", &pFilter) > 0) { in zrsdparams() 67 dict_find_string(op, "DecodeParms", &pDecodeParms) > 0 in zrsdparams()
|