Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrSmallPathRenderer.h38 struct ShapeData { struct
113 SK_DECLARE_INTERNAL_LLIST_INTERFACE(ShapeData); argument
115 static inline const Key& GetKey(const ShapeData& data) { in GetKey() argument
126 typedef SkTDynamicHash<ShapeData, ShapeData::Key> ShapeCache; argument
127 typedef SkTInternalLList<ShapeData> ShapeDataList;
DGrSmallPathRenderer.cpp53 ShapeData* shapeData; in HandleEviction()
73 ShapeData* shapeData; in ~GrSmallPathRenderer()
139 using ShapeData = GrSmallPathRenderer::ShapeData; typedef in GrSmallPathRenderer::SmallPathOp
140 using ShapeCache = SkTDynamicHash<ShapeData, ShapeData::Key>;
280 ShapeData* shapeData; in onPrepareDraws()
319 ShapeData::Key key(args.fShape, SkScalarCeilToInt(desiredDimension)); in onPrepareDraws()
330 shapeData = new ShapeData; in onPrepareDraws()
344 ShapeData::Key key(args.fShape, this->viewMatrix()); in onPrepareDraws()
354 shapeData = new ShapeData; in onPrepareDraws()
386 GrDrawOpAtlas* atlas, ShapeData* shapeData, const GrShape& shape, in addDFPathToAtlas()
[all …]