Home
last modified time | relevance | path

Searched refs:SkOTTablePostScript (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/sfnt/
DSkOTTable_post.h17 struct SkOTTablePostScript { struct
22 static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTablePostScript>::value; argument
49 static_assert(offsetof(SkOTTablePostScript, maxMemType1) == 28, "SkOTTablePostScript_maxMemType1_no… argument
50 static_assert(sizeof(SkOTTablePostScript) == 32, "sizeof_SkOTTablePostScript_not_32");
/external/skia/src/ports/
DSkTypeface_win_dw.cpp380 AutoTDWriteTable<SkOTTablePostScript> postTable(fDWriteFontFace.get()); in onGetAdvancedTypefaceMetrics()