Home
last modified time | relevance | path

Searched refs:glyphImagesCount (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/core/
DSkRemoteGlyphCache.h126 uint64_t glyphImagesCount; member
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()
/third_party/flutter/skia/src/core/
DSkRemoteGlyphCache.cpp741 strikeCount, glyphImagesCount, glyphPathsCount}; \
770 uint64_t glyphImagesCount = 0u; in readStrikeData() local
829 if (!deserializer.read<uint64_t>(&glyphImagesCount)) READ_FAILURE in readStrikeData()
830 for (size_t j = 0; j < glyphImagesCount; j++) { in readStrikeData()
DSkRemoteGlyphCache.h213 uint64_t glyphImagesCount; member