Home
last modified time | relevance | path

Searched refs:array_get (Results 1 – 25 of 39) sorted by relevance

12

/plan9/sys/src/cmd/gs/src/
H A Dzcid.c62 array_get(mem, DecodingArray, nCID % 256, &char_code) < 0 || in TT_char_code_from_CID_no_subst()
72 if (array_get(mem, TT_cmap, char_code.value.intval, &glyph_index) < 0 || in TT_char_code_from_CID_no_subst()
97 if ((code = array_get(mem, SubstNWP, i + 1, &rb)) < 0) in cid_to_TT_charcode()
99 if ((code = array_get(mem, SubstNWP, i + 2, &re)) < 0) in cid_to_TT_charcode()
101 if ((code = array_get(mem, SubstNWP, i + 3, &rs)) < 0) in cid_to_TT_charcode()
108 if ((code = array_get(mem, SubstNWP, i + 0, src_type)) < 0) in cid_to_TT_charcode()
110 if ((code = array_get(mem, SubstNWP, i + 4, dst_type)) < 0) in cid_to_TT_charcode()
116 if ((code = array_get(mem, SubstNWP, i + 0, dst_type)) < 0) in cid_to_TT_charcode()
118 if ((code = array_get(mem, SubstNWP, i + 4, src_type)) < 0) in cid_to_TT_charcode()
140 array_get(mem, CIDMap, i, &s); in set_CIDMap_element()
[all …]
H A Dzfcmap.c78 int code = array_get(mem, pref, i, &elem); in acquire_code_ranges()
99 array_get(mem, pref, i, &elem); in acquire_code_ranges()
105 array_get(mem, &elem, j, &rfirst); in acquire_code_ranges()
106 array_get(mem, &elem, j + 1, &rlast); in acquire_code_ranges()
136 int code = array_get(mem, pref, i, &elem); in acquire_code_map()
157 array_get(mem, pref, i, &elem); in acquire_code_map()
162 array_get(mem, &elem, j, &rprefix); in acquire_code_map()
163 array_get(mem, &elem, j + 1, &rmisc); in acquire_code_map()
164 array_get(mem, &elem, j + 2, &rkeys); in acquire_code_map()
165 array_get(mem, &elem, j + 3, &rvalues); in acquire_code_map()
[all …]
H A Dzmisc3.c76 array_get(imemory, &top->proc1, i, &top[1].proc1); in zeqproc()
77 array_get(imemory, &top->proc2, i, &top[1].proc2); in zeqproc()
H A Dzfont42.c137 if ((code = array_get(mem, pvsa, 0L, &rstr0)) < 0) in font_string_array_param()
181 int code = array_get(mem, psa, index, &rstr); in string_array_access_proc()
259 code = array_get(mem, pgdir, glyph_index, &gdef); in font_gdir_get_outline()
310 if (array_get(font->memory, pgdict, (long)*pindex, &gdef) < 0) { in z42_gdir_enumerate_glyph()
H A Dzmedia2.c141 array_get(imemory, pkeys, ki, &key); in zmatchmedia()
208 array_get(imemory, ppriority, pi, &pri); in zmatchmedia()
298 if ((code = array_get(mem, pvreq, 1, &rv[1])) < 0) in zmatch_page_size()
301 if ((code = array_get(mem, pvmed, 1, &rv[3])) < 0) in zmatch_page_size()
311 array_get(mem, pvreq, 0, &rv[0]); in zmatch_page_size()
313 array_get(mem,pvmed, i % nm, &rv[i + 2]); in zmatch_page_size()
H A Dzcspixel.c40 array_get(imemory, op, 1L, &depth); in zsetdevicepixelspace()
H A Dzfunc4.c146 array_get(imemory, pref, i, &elt); in check_psc_function()
219 if ((code = array_get(imemory, pref, ++i, &elt2)) < 0) in check_psc_function()
236 else if ((code == array_get(imemory, pref, ++i, &elt3)) < 0) in check_psc_function()
H A Dzfont0.c94 array_get(imemory, &fdepvector, i, &fdep); in zbuildfont0()
205 array_get(imemory, &pdata->Encoding, i, &enc); in zbuildfont0()
228 array_get(pfont->memory, &fdepvector, i, &fdep); in zbuildfont0()
H A Dzfrsd.c81 array_get(imemory, pFilter, (long)i, &f); in zrsdparams()
90 array_get(imemory, pDecodeParms, (long)i, &dp); in zrsdparams()
H A Diutil.h87 int array_get(const gs_memory_t *mem, const ref *, long, ref *);
H A Dzfunc.c99 if ((code = array_get(op, 2 * i, &rval[0])) < 0 || in zscalefunction()
100 (code = array_get(op, 2 * i + 1, &rval[1])) < 0 || in zscalefunction()
H A Dzfunc3.c96 array_get(mem, pFunctions, (long)i, &subfn); in gs_build_function_3()
H A Dzcsdevn.c92 array_get(imemory, pcsa, (long)i, &sname); in zsetdevicenspace()
H A Dzfcid0.c102 int code = array_get(pfont->memory, pgdata, index, &rstr); in cid0_read_bytes()
126 int code = array_get(pfont->memory, pgdata, ++index, &rstr); in cid0_read_bytes()
466 array_get(imemory, prfda, (long)i, &rfd); in zbuildfont9()
H A Dzupath.c538 array_get(imemory, oppath, 1, &opcodes) >= 0 && in upath_append_aux()
547 array_get(imemory, oppath, 0, &operands); in upath_append_aux()
601 array_get(imemory, arp, index, &rup); in upath_append_aux()
H A Dzshade.c252 array_get(imemory, pFunction, (long)i, &rsubfn); in build_shading_function()
355 else if ((array_get(imemory, pExtend, 0L, &E0), in build_directional_shading()
357 (array_get(imemory, pExtend, 1L, &E1), in build_directional_shading()
H A Dzfapi.c151 r->error |= (array_get(r->memory, r->sfnts, r->index, &s) < 0); in sfnts_next_elem()
461 array_get(pfont->memory, Subrs, i, &v); in FAPI_FF_get_long()
540 if (array_get(ff->memory, Subrs, index, &subr) < 0 || r_type(&subr) != t_string) in FAPI_FF_get_subr()
543 if (array_get(ff->memory, in FAPI_FF_get_subr()
572 array_get(mem, GlyphDirectory, char_code, &glyph0) >= 0) && in get_GlyphDirectory_data_ptr()
640 array_get(ff->memory, StandardEncoding, char_code, &char_name) < 0) in FAPI_FF_get_glyph()
832 if(array_get(imemory, rFDArray, i, &f) < 0 || r_type(&f) != t_dictionary) in FAPI_prepare_font()
1045 if (array_get(mem, Encoding, i, &v) < 0) in array_find()
1308 if (array_get(imemory, Encoding, client_char_code, &char_name) < 0) in FAPI_do_char()
1626 if(array_get(imemory, rFDArray, font_index, &f) < 0 || r_type(&f) != t_dictionary) in FAPIBuildGlyph9aux()
H A Dibnum.c82 int code = array_get(mem, op, (long)index, np); in num_array_get()
H A Diutil.c579 array_get(const gs_memory_t *mem, const ref * aref, long index_long, ref * pref) in array_get() function
762 code = array_get(mem, parray, (long)(i + indx0), &ref_buff[i]); in process_float_array()
866 code = array_get(mem, op, (long)i, &values[i]); in read_matrix()
H A Dzdps.c208 if (array_get(imemory, user_names_p, in zdefineusername()
H A Dzbfont.c72 int code = array_get(pfont->memory, pencoding, (long)index, &cname); in zfont_encode_char()
144 if (array_get(mem, v, cid % 256, &vv) == 0 && r_type(&vv) == t_integer) in gs_font_map_glyph_by_dict()
515 if (array_get(pfont->memory, pfe, (long)i, &fchar) < 0 || in lookup_gs_simple_font_encoding()
H A Dzcontrol.c58 array_get(imemory, op, 0L, ep); in zcond()
76 array_get(imemory, ep, 1L, ep); in cond_continue()
87 array_get(imemory, ep, 0L, ep + 2); in cond_continue()
H A Discanbin.c363 return array_get(mem, pnames, (long)index, pref); in scan_bin_get_name()
538 code = array_get(imemory, user_names_p, value, op); in scan_bos_continue()
541 code = array_get(imemory, system_names_p, value, op); in scan_bos_continue()
H A Diparam.c560 array_get(plist->memory, loc.pvalue, i, &elt); in ref_param_read_int_array()
605 array_get(plist->memory, &aref, i, &elt); in ref_param_read_float_array()
648 array_get(plist->memory, &aref, i, &elt); in ref_param_read_string_array()
736 array_get(plist->memory, loc.pvalue, 0, &elt); in ref_param_read_typed()
H A Didstack.c239 array_get(dict_mem(pdict), &pdict->keys, (long)i, &key); in dstack_gc_cleanup()

12