Home
last modified time | relevance | path

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

/external/skia/src/text/gpu/
DSubRunContainer.cpp165 int unflattenSize() const;
299 int TransformedMaskVertexFiller::unflattenSize() const { in unflattenSize() function in __anon459911e60111::TransformedMaskVertexFiller
585 int unflattenSize() const;
610 int PathOpSubmitter::unflattenSize() const { in unflattenSize() function in __anon459911e60111::PathOpSubmitter
804 int unflattenSize() const override;
823 int PathSubRun::unflattenSize() const { in unflattenSize() function in __anon459911e60111::PathSubRun
824 return sizeof(PathSubRun) + fPathDrawing.unflattenSize(); in unflattenSize()
867 int unflattenSize() const;
884 int DrawableOpSubmitter::unflattenSize() const { in unflattenSize() function in __anon459911e60111::DrawableOpSubmitter
1035 int unflattenSize() const override;
[all …]
DGlyphVector.h58 int unflattenSize() const { return GlyphVectorSize(fGlyphs.size()); } in unflattenSize() function
DSubRunContainer.h172 virtual int unflattenSize() const = 0;