Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-font.cc163 if (ot_face->glyf->get_extents (font, glyph, &extents)) in hb_ot_get_glyph_v_origin()
188 if (ot_face->sbix->get_extents (font, glyph, extents)) return true; in hb_ot_get_glyph_extents()
190 if (ot_face->glyf->get_extents (font, glyph, extents)) return true; in hb_ot_get_glyph_extents()
192 if (ot_face->cff1->get_extents (font, glyph, extents)) return true; in hb_ot_get_glyph_extents()
193 if (ot_face->cff2->get_extents (font, glyph, extents)) return true; in hb_ot_get_glyph_extents()
196 if (ot_face->CBDT->get_extents (font, glyph, extents)) return true; in hb_ot_get_glyph_extents()
Dhb-ot-color-cbdt-table.hh83 void get_extents (hb_font_t *font, hb_glyph_extents_t *extents) const in get_extents() function
310 bool get_extents (hb_glyph_extents_t *extents HB_UNUSED) const in get_extents() function
497 bool get_extents (hb_glyph_extents_t *extents, const void *base) const in get_extents() function
498 { return (base+offsetToSubtable).get_extents (extents); } in get_extents()
827 get_extents (hb_font_t *font, hb_codepoint_t glyph, hb_glyph_extents_t *extents) const in get_extents() function
835 if (subtable_record->get_extents (extents, base)) in get_extents()
852 glyphFormat17.glyphMetrics.get_extents (font, extents); in get_extents()
859 glyphFormat18.glyphMetrics.get_extents (font, extents); in get_extents()
Dhb-ot-glyf-table.hh475 bool get_extents (hb_font_t *font, const accelerator_t &glyf_accelerator, in get_extents() function
875 bool get_extents (hb_font_t *font, const accelerator_t &glyf_accelerator, in get_extents() function
879 return header->get_extents (font, glyf_accelerator, gid, extents); in get_extents()
992 void get_extents (hb_font_t *font, hb_glyph_extents_t *extents) in get_extents() function
1021 void points_end () { bounds.get_extents (font, extents); } in points_end()
1065 bool get_extents (hb_font_t *font, hb_codepoint_t gid, hb_glyph_extents_t *extents) const in get_extents() function
1073 return glyph_for_gid (gid).get_extents (font, *this, extents); in get_extents()
Dhb-ot-cff2-table.cc103 bool OT::cff2::accelerator_t::get_extents (hb_font_t *font, in get_extents() function in OT::cff2::accelerator_t
Dhb-ot-color-sbix-table.hh214 bool get_extents (hb_font_t *font, in get_extents() function
Dhb-ot-cff2-table.hh507 HB_INTERNAL bool get_extents (hb_font_t *font,
Dhb-ot-cff1-table.cc409 bool OT::cff1::accelerator_t::get_extents (hb_font_t *font, hb_codepoint_t glyph, hb_glyph_extents_… in get_extents() function in OT::cff1::accelerator_t
Dhb-ot-cff1-table.hh1349 …HB_INTERNAL bool get_extents (hb_font_t *font, hb_codepoint_t glyph, hb_glyph_extents_t *extents) …
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-cbdt-table.hh54 void get_extents (hb_glyph_extents_t *extents) const in get_extents() function
169 bool get_extents (hb_glyph_extents_t *extents HB_UNUSED) const in get_extents() function
212 bool get_extents (hb_glyph_extents_t *extents, in get_extents() function
215 return (base+offsetToSubtable).get_extents (extents); in get_extents()
399 bool get_extents (hb_font_t *font, hb_codepoint_t glyph, in get_extents() function
408 if (subtable_record->get_extents (extents, base)) in get_extents()
427 glyphFormat17.glyphMetrics.get_extents (extents); in get_extents()
435 glyphFormat18.glyphMetrics.get_extents (extents); in get_extents()
Dhb-ot-font.cc160 if (ot_face->glyf->get_extents (glyph, &extents)) in hb_ot_get_glyph_v_origin()
186 if (!ret) ret = ot_face->sbix->get_extents (font, glyph, extents); in hb_ot_get_glyph_extents()
188 if (!ret) ret = ot_face->glyf->get_extents (glyph, extents); in hb_ot_get_glyph_extents()
190 if (!ret) ret = ot_face->cff1->get_extents (glyph, extents); in hb_ot_get_glyph_extents()
191 if (!ret) ret = ot_face->cff2->get_extents (font, glyph, extents); in hb_ot_get_glyph_extents()
194 if (!ret) ret = ot_face->CBDT->get_extents (font, glyph, extents); in hb_ot_get_glyph_extents()
Dhb-ot-cff2-table.cc100 bool OT::cff2::accelerator_t::get_extents (hb_font_t *font, in get_extents() function in OT::cff2::accelerator_t
Dhb-ot-color-sbix-table.hh150 bool get_extents (hb_font_t *font, in get_extents() function
Dhb-ot-cff1-table.cc308 bool OT::cff1::accelerator_t::get_extents (hb_codepoint_t glyph, hb_glyph_extents_t *extents) const in get_extents() function in OT::cff1::accelerator_t
Dhb-ot-cff2-table.hh529 HB_INTERNAL bool get_extents (hb_font_t *font,
Dhb-ot-glyf-table.hh583 bool get_extents (hb_codepoint_t glyph, hb_glyph_extents_t *extents) const in get_extents() function
Dhb-ot-cff1-table.hh1176 HB_INTERNAL bool get_extents (hb_codepoint_t glyph, hb_glyph_extents_t *extents) const;
/third_party/harfbuzz/src/
Dhb-ot-font.cc163 if (ot_face->glyf->get_extents (font, glyph, &extents)) in hb_ot_get_glyph_v_origin()
188 if (ot_face->sbix->get_extents (font, glyph, extents)) return true; in hb_ot_get_glyph_extents()
190 if (ot_face->glyf->get_extents (font, glyph, extents)) return true; in hb_ot_get_glyph_extents()
192 if (ot_face->cff1->get_extents (font, glyph, extents)) return true; in hb_ot_get_glyph_extents()
193 if (ot_face->cff2->get_extents (font, glyph, extents)) return true; in hb_ot_get_glyph_extents()
196 if (ot_face->CBDT->get_extents (font, glyph, extents)) return true; in hb_ot_get_glyph_extents()
Dhb-ot-color-cbdt-table.hh83 void get_extents (hb_font_t *font, hb_glyph_extents_t *extents) const in get_extents() function
310 bool get_extents (hb_glyph_extents_t *extents HB_UNUSED) const in get_extents() function
497 bool get_extents (hb_glyph_extents_t *extents, const void *base) const in get_extents() function
498 { return (base+offsetToSubtable).get_extents (extents); } in get_extents()
827 get_extents (hb_font_t *font, hb_codepoint_t glyph, hb_glyph_extents_t *extents) const in get_extents() function
835 if (subtable_record->get_extents (extents, base)) in get_extents()
852 glyphFormat17.glyphMetrics.get_extents (font, extents); in get_extents()
859 glyphFormat18.glyphMetrics.get_extents (font, extents); in get_extents()
Dhb-ot-glyf-table.hh445 bool get_extents (hb_font_t *font, const accelerator_t &glyf_accelerator, in get_extents() function
819 bool get_extents (hb_font_t *font, const accelerator_t &glyf_accelerator, in get_extents() function
823 return header->get_extents (font, glyf_accelerator, gid, extents); in get_extents()
936 void get_extents (hb_font_t *font, hb_glyph_extents_t *extents) in get_extents() function
965 void points_end () { bounds.get_extents (font, extents); } in points_end()
1009 bool get_extents (hb_font_t *font, hb_codepoint_t gid, hb_glyph_extents_t *extents) const in get_extents() function
1017 return glyph_for_gid (gid).get_extents (font, *this, extents); in get_extents()
Dhb-ot-cff2-table.cc103 bool OT::cff2::accelerator_t::get_extents (hb_font_t *font, in get_extents() function in OT::cff2::accelerator_t
Dhb-ot-color-sbix-table.hh214 bool get_extents (hb_font_t *font, in get_extents() function
Dhb-ot-cff2-table.hh507 HB_INTERNAL bool get_extents (hb_font_t *font,
Dhb-ot-cff1-table.cc409 bool OT::cff1::accelerator_t::get_extents (hb_font_t *font, hb_codepoint_t glyph, hb_glyph_extents_… in get_extents() function in OT::cff1::accelerator_t
Dhb-ot-cff1-table.hh1348 …HB_INTERNAL bool get_extents (hb_font_t *font, hb_codepoint_t glyph, hb_glyph_extents_t *extents) …
/third_party/chromium/patch/
D0001-cve.patch32981 @@ -442,13 +442,12 @@ bool OT::cff1::accelerator_t::get_extents (hb_font_t *font, hb_codepoint_t gl…
33163 …HB_INTERNAL bool get_extents (hb_font_t *font, hb_codepoint_t glyph, hb_glyph_extents_t *extents) …
33188 @@ -143,30 +143,29 @@ bool OT::cff2::accelerator_t::get_extents (hb_font_t *font,
33383 HB_INTERNAL bool get_extents (hb_font_t *font,
33781 if (ot_face->glyf->get_extents (font, glyph, &extents))