Home
last modified time | relevance | path

Searched refs:SkOTTableOS2_V2 (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/sfnt/
DSkOTTable_OS_2.h34 struct V2 : SkOTTableOS2_V2 { } v2;
DSkOTTable_OS_2_V2.h18 struct SkOTTableOS2_V2 { struct
536 static_assert(sizeof(SkOTTableOS2_V2) == 96, "sizeof_SkOTTableOS2_V2_not_96"); argument
/external/skia/src/ports/
DSkScalerContext_mac_ct.cpp746 if (sizeof(SkOTTableOS2_V2) <= os2->size()) { in generateFontMetrics()
747 const SkOTTableOS2_V2* os2v2 = static_cast<const SkOTTableOS2_V2*>(os2->data()); in generateFontMetrics()