Home
last modified time | relevance | path

Searched refs:writeGlyphPath (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/core/
DSkRemoteGlyphCacheImpl.h56 void writeGlyphPath(const SkPackedGlyphID& glyphID, Serializer* serializer) const;
DSkRemoteGlyphCache.cpp495 writeGlyphPath(glyphID, serializer); in writePendingGlyphs()
553 void SkStrikeServer::SkGlyphCacheState::writeGlyphPath(const SkPackedGlyphID& glyphID, in writeGlyphPath() function in SkStrikeServer::SkGlyphCacheState
/external/skia/src/core/
DSkRemoteGlyphCache.cpp328 void writeGlyphPath(const SkGlyph& glyph, Serializer* serializer) const;
425 writeGlyphPath(glyph, serializer); in writePendingGlyphs()
448 void RemoteStrike::writeGlyphPath( in writeGlyphPath() function in RemoteStrike