Home
last modified time | relevance | path

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 DSubsetGlyph.hh110 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 DGlyph.hh234 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 DSimpleGlyph.hh272 bool compile_bytes_with_deltas (const contour_point_vector_t &all_points, in compile_bytes_with_deltas() function
H A DCompositeGlyph.hh369 bool compile_bytes_with_deltas (const hb_bytes_t &source_bytes, in compile_bytes_with_deltas() function
H A Dglyf.hh470 if (unlikely (!subset_glyph.compile_bytes_with_deltas (plan, font, glyf))) in _populate_subset_glyphs()