Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkRemoteGlyphCache.h127 uint64_t glyphPathsCount; member
DSkRemoteGlyphCache.cpp934 strikeCount, glyphImagesCount, glyphPathsCount}; \
946 uint64_t glyphPathsCount = 0; in readStrikeData() local
1029 if (!deserializer.read<uint64_t>(&glyphPathsCount)) READ_FAILURE in readStrikeData()
1030 for (size_t j = 0; j < glyphPathsCount; j++) { in readStrikeData()