Searched refs:desc_type (Results 1 – 1 of 1) sorted by relevance
285 FTC_ImageTypeRec desc_type; in get_glyph_dsc_cb_cache() local286 desc_type.face_id = face_id; in get_glyph_dsc_cb_cache()287 desc_type.flags = FT_LOAD_RENDER | FT_LOAD_TARGET_NORMAL; in get_glyph_dsc_cb_cache()288 desc_type.height = dsc->height; in get_glyph_dsc_cb_cache()289 desc_type.width = dsc->height; in get_glyph_dsc_cb_cache()292 FT_Error error = FTC_SBitCache_Lookup(sbit_cache, &desc_type, glyph_index, &sbit, NULL); in get_glyph_dsc_cb_cache()305 … FT_Error error = FTC_ImageCache_Lookup(image_cache, &desc_type, glyph_index, &image_glyph, NULL); in get_glyph_dsc_cb_cache()