Home
last modified time | relevance | path

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

/external/skia/include/private/chromium/
DSkChromeRemoteGlyphCache.h121 uint64_t glyphPathsCount; member
/external/skia/src/core/
DSkChromeRemoteGlyphCache.cpp885 uint64_t glyphPathsCount = 0; in readStrikeData() local
970 if (!deserializer.read<uint64_t>(&glyphPathsCount)) READ_FAILURE in readStrikeData()
971 for (size_t j = 0; j < glyphPathsCount; j++) { in readStrikeData()