Home
last modified time | relevance | path

Searched refs:strikeCount (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/tools/lua/
Dglyph-usage.lua117 local strikeCount = 0
132 strikeCount = strikeCount + 1
136 local ave = round(totalCount / strikeCount)
/third_party/skia/src/core/
DSkRemoteGlyphCache.h125 uint64_t strikeCount; member
DSkRemoteGlyphCache.cpp934 strikeCount, glyphImagesCount, glyphPathsCount}; \
944 uint64_t strikeCount = 0; in readStrikeData() local
964 if (!deserializer.read<uint64_t>(&strikeCount)) READ_FAILURE in readStrikeData()
966 for (size_t i = 0; i < strikeCount; ++i) { in readStrikeData()
/third_party/flutter/skia/src/core/
DSkRemoteGlyphCache.cpp741 strikeCount, glyphImagesCount, glyphPathsCount}; \
769 uint64_t strikeCount = 0u; in readStrikeData() local
785 if (!deserializer.read<uint64_t>(&strikeCount)) READ_FAILURE in readStrikeData()
787 for (size_t i = 0; i < strikeCount; ++i) { in readStrikeData()
DSkRemoteGlyphCache.h212 uint64_t strikeCount; member