OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:os2Table
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
TypefaceTest.cpp
47
SkOTTableOS2_V0*
os2Table
= SkTAddOffset<SkOTTableOS2_V0>(sfntHeader, os2TableOffset);
48
os2Table
->usWeightClass.value = SkEndian_SwapBE16(weight);
50
os2Table
->usWidthClass.value = static_cast<WidthType>(SkEndian_SwapBE16(width));
/external/skqp/tests/
TypefaceTest.cpp
47
SkOTTableOS2_V0*
os2Table
= SkTAddOffset<SkOTTableOS2_V0>(sfntHeader, os2TableOffset);
48
os2Table
->usWeightClass.value = SkEndian_SwapBE16(weight);
50
os2Table
->usWidthClass.value = static_cast<WidthType>(SkEndian_SwapBE16(width));
Completed in 127 milliseconds