Home
last modified time | relevance | path

Searched refs:ot_face (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-font.cc69 const hb_ot_face_t *ot_face = (const hb_ot_face_t *) font_data; in hb_ot_get_nominal_glyph() local
70 return ot_face->cmap->get_nominal_glyph (unicode, glyph); in hb_ot_get_nominal_glyph()
83 const hb_ot_face_t *ot_face = (const hb_ot_face_t *) font_data; in hb_ot_get_nominal_glyphs() local
84 return ot_face->cmap->get_nominal_glyphs (count, in hb_ot_get_nominal_glyphs()
97 const hb_ot_face_t *ot_face = (const hb_ot_face_t *) font_data; in hb_ot_get_variation_glyph() local
98 return ot_face->cmap->get_variation_glyph (unicode, variation_selector, glyph); in hb_ot_get_variation_glyph()
110 const hb_ot_face_t *ot_face = (const hb_ot_face_t *) font_data; in hb_ot_get_glyph_h_advances() local
111 const OT::hmtx_accelerator_t &hmtx = *ot_face->hmtx; in hb_ot_get_glyph_h_advances()
130 const hb_ot_face_t *ot_face = (const hb_ot_face_t *) font_data; in hb_ot_get_glyph_v_advances() local
131 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_advances()
[all …]
Dhb-face.cc183 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index, &base_offset); in _hb_face_for_data_reference_table() local
185 const OT::OpenTypeTable &table = ot_face.get_table_by_tag (tag); in _hb_face_for_data_reference_table()
556 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index); in hb_face_get_table_tags() local
558 return ot_face.get_table_tags (start_offset, table_count, table_tags); in hb_face_get_table_tags()
/third_party/chromium/patch/
D0001-cve.patch33750 const hb_ot_face_t *ot_face = (const hb_ot_face_t *) font_data;
33751 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx;
33781 if (ot_face->glyf->get_extents (font, glyph, &extents))
33783 - const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx;
33786 + if (ot_face->vmtx->has_data ())
33788 + const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx;