Home
last modified time | relevance | path

Searched refs:rFDArray (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dzfapi.c819 ref *rFDArray, f; in FAPI_prepare_font() local
821 if (dict_find_string(pdr, "FDArray", &rFDArray) <= 0 || r_type(rFDArray) != t_array) in FAPI_prepare_font()
832 if(array_get(imemory, rFDArray, i, &f) < 0 || r_type(&f) != t_dictionary) in FAPI_prepare_font()
1615 ref *rFDArray, f; in FAPIBuildGlyph9aux() local
1624 if (dict_find_string(&font9, "FDArray", &rFDArray) <= 0 || r_type(rFDArray) != t_array) in FAPIBuildGlyph9aux()
1626 if(array_get(imemory, rFDArray, font_index, &f) < 0 || r_type(&f) != t_dictionary) in FAPIBuildGlyph9aux()