Home
last modified time | relevance | path

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

/external/skia/src/sfnt/
DSkSFNTHeader.h16 typedef uint32_t SK_SFNT_ULONG; typedef
21 SK_SFNT_ULONG fontType;
57 SK_SFNT_ULONG tag;
58 SK_SFNT_ULONG checksum;
59 SK_SFNT_ULONG offset; //From beginning of header.
60 SK_SFNT_ULONG logicalLength;
/external/skia/src/ports/
DSkFontHost_mac_coretext.cpp1579 static SK_SFNT_ULONG get_font_type_tag(SkFontID uniqueID) { in get_font_type_tag()
1613 SK_SFNT_ULONG fontType = get_font_type_tag(uniqueID); in OpenStream()