Home
last modified time | relevance | path

Searched refs:vmtx_accelerator_t (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-font.cc131 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_advances()
165 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_origin()
Dhb-ot-hmtx-table.hh335 struct vmtx_accelerator_t : vmtx::accelerator_t {}; struct
Dhb-ot-glyf-table.hh1253 const vmtx_accelerator_t *vmtx;
/third_party/chromium/patch/
D0001-cve.patch33751 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx;
33783 - const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx;
33788 + const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx;
34356 -struct vmtx_accelerator_t : vmtx::accelerator_t {};
34360 +struct vmtx_accelerator_t : vmtx::accelerator_t {
34361 + vmtx_accelerator_t (hb_face_t *face) : vmtx::accelerator_t (face) {}