Home
last modified time | relevance | path

Searched refs:glyphImagesCount (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/core/
H A DSkRemoteGlyphCache.h126 uint64_t glyphImagesCount; member
H A DSkRemoteGlyphCache.cpp934 strikeCount, glyphImagesCount, glyphPathsCount}; \
945 uint64_t glyphImagesCount = 0; in readStrikeData() local
1014 if (!deserializer.read<uint64_t>(&glyphImagesCount)) READ_FAILURE in readStrikeData()
1015 for (size_t j = 0; j < glyphImagesCount; j++) { in readStrikeData()

Completed in 3 milliseconds