Home
last modified time | relevance | path

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

/third_party/skia/src/sfnt/
H A DSkOTTable_post.h16 struct SkOTTablePostScript { struct
21 static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTablePostScript>::value;
47 static_assert(offsetof(SkOTTablePostScript, maxMemType1) == 28, "SkOTTablePostScript_maxMemType1_not_at_28");
48 static_assert(sizeof(SkOTTablePostScript) == 32, "sizeof_SkOTTablePostScript_not_32");
/third_party/skia/src/ports/
H A DSkTypeface_win_dw.cpp538 AutoTDWriteTable<SkOTTablePostScript> postTable(fDWriteFontFace.get());

Completed in 2 milliseconds