Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkRemoteGlyphCache.cpp270 bool hasPendingGlyphs() const { in hasPendingGlyphs() function in RemoteStrike
383 SkASSERT(this->hasPendingGlyphs()); in writePendingGlyphs()
648 if (strike->hasPendingGlyphs()) { in writeStrikeData()
671 if (strike->hasPendingGlyphs()) { in writeStrikeData()
685 if (strike->hasPendingGlyphs()) { in writeStrikeData()
/third_party/flutter/skia/src/core/
DSkRemoteGlyphCache.cpp233 bool hasPendingGlyphs() const { in hasPendingGlyphs() function in SkStrikeServer::SkGlyphCacheState
574 serializer->emplace<bool>(this->hasPendingGlyphs()); in writePendingGlyphs()
575 if (!this->hasPendingGlyphs()) { in writePendingGlyphs()