Searched refs:get_image_data (Results 1 – 2 of 2) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-cbdt-table.hh | 122 bool get_image_data (unsigned int idx, in get_image_data() function 165 bool get_image_data (unsigned int idx, in get_image_data() function 172 case 1: return u.format1.get_image_data (idx, offset, length); in get_image_data() 173 case 3: return u.format3.get_image_data (idx, offset, length); in get_image_data() 204 bool get_image_data (unsigned int gid, in get_image_data() function 213 return (this+offsetToSubtable).get_image_data (gid - firstGlyphIndex, in get_image_data()
|
D | hb-ot-font.cc | 268 if (!subtable_record->get_image_data (glyph, &image_offset, &image_length, &image_format)) in get_extents()
|