Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sfnt/
H A DSkOTTable_post.h16 struct SkOTTablePostScript { struct
21 static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTablePostScript>::value; argument
47 static_assert(offsetof(SkOTTablePostScript, maxMemType1) == 28, "SkOTTablePostScript_maxMemType1_no… argument
48 static_assert(sizeof(SkOTTablePostScript) == 32, "sizeof_SkOTTablePostScript_not_32");
/aosp_15_r20/external/skia/src/ports/
H A DSkTypeface_win_dw.cpp786 AutoTDWriteTable<SkOTTablePostScript> postTable(fDWriteFontFace.get()); in onGetAdvancedMetrics()