Searched refs:glyf (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-glyf-table.hh63 * glyf -- TrueType Glyph Data
69 struct glyf struct in namespace:OT
H A Dhb-ot-font.cc35 #include "hb-ot-glyf-table.hh"
143 const OT::glyf *glyf; member in struct:hb_ot_face_glyf_accelerator_t
163 this->glyf_blob = OT::Sanitizer<OT::glyf>::sanitize (face->reference_table (HB_OT_TAG_glyf));
164 this->glyf = OT::Sanitizer<OT::glyf>::lock_instance (this->glyf_blob);
200 const OT::glyfGlyphHeader &glyph_header = OT::StructAtOffset<OT::glyfGlyphHeader> (this->glyf, start_offset);
471 hb_lazy_loader_t<hb_ot_face_glyf_accelerator_t> glyf; member in struct:hb_ot_font_t
488 ot_font->glyf.init (face);
500 ot_font->glyf
[all...]

Completed in 41 milliseconds