Searched refs:compile_bytes_with_deltas (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/ |
H A D | SubsetGlyph.hh | 110 bool compile_bytes_with_deltas (const hb_subset_plan_t *plan, in compile_bytes_with_deltas() function 114 allocated = source_glyph.compile_bytes_with_deltas (plan, font, glyf, dest_start, dest_end); in compile_bytes_with_deltas()
|
H A D | Glyph.hh | 234 bool compile_bytes_with_deltas (const hb_subset_plan_t *plan, in compile_bytes_with_deltas() function 273 if (!CompositeGlyph (*header, bytes).compile_bytes_with_deltas (dest_start, in compile_bytes_with_deltas() 279 if (!SimpleGlyph (*header, bytes).compile_bytes_with_deltas (all_points, in compile_bytes_with_deltas()
|
H A D | SimpleGlyph.hh | 272 bool compile_bytes_with_deltas (const contour_point_vector_t &all_points, in compile_bytes_with_deltas() function
|
H A D | CompositeGlyph.hh | 369 bool compile_bytes_with_deltas (const hb_bytes_t &source_bytes, in compile_bytes_with_deltas() function
|
H A D | glyf.hh | 470 if (unlikely (!subset_glyph.compile_bytes_with_deltas (plan, font, glyf))) in _populate_subset_glyphs()
|