Home
last modified time | relevance | path

Searched defs:CBDT (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-cbdt-table.hh379 struct CBDT struct
381 static constexpr hb_tag_t tableTag = HB_OT_TAG_CBDT;
383 struct accelerator_t
517 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
525 FixedVersion<> version;
526 UnsizedArrayOf<HBUINT8> dataZ;
/third_party/harfbuzz/src/
Dhb-ot-color-cbdt-table.hh806 struct CBDT struct
808 static constexpr hb_tag_t tableTag = HB_OT_TAG_CBDT;
810 struct accelerator_t
935 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
943 FixedVersion<> version;
944 UnsizedArrayOf<HBUINT8> dataZ;
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-cbdt-table.hh806 struct CBDT struct
808 static constexpr hb_tag_t tableTag = HB_OT_TAG_CBDT;
810 struct accelerator_t
935 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
943 FixedVersion<> version;
944 UnsizedArrayOf<HBUINT8> dataZ;
/third_party/skia/src/ports/
DSkScalerContext_win_dw.cpp416 AutoDWriteTable CBDT(typeface->fDWriteFontFace.get(), CBDTTag); in SkScalerContext_DW() local