HomeSort by relevance Sort by last modified time
    Searched refs:rawGlyphs (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
FontHostTest.cpp 61 uint16_t rawGlyphs;
62 face->getTableData(kFontTableTag_maxp, 4, sizeof(rawGlyphs), &rawGlyphs);
63 tableGlyphs = SkEndian_SwapBE16(rawGlyphs);
  /external/skqp/tests/
FontHostTest.cpp 61 uint16_t rawGlyphs;
62 face->getTableData(kFontTableTag_maxp, 4, sizeof(rawGlyphs), &rawGlyphs);
63 tableGlyphs = SkEndian_SwapBE16(rawGlyphs);

Completed in 69 milliseconds