Home
last modified time | relevance | path

Searched refs:writeUnstyledKey (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/ganesh/ops/
DSmallPathShapeData.cpp29 shape.writeUnstyledKey(&fKey[1]); in SmallPathShapeDataKey()
56 shape.writeUnstyledKey(&fKey[5]); in SmallPathShapeDataKey()
DSoftwarePathRenderer.cpp356 args.fShape->writeUnstyledKey(&builder[7]); in onDrawPath()
DTriangulatingPathRenderer.cpp290 shape.writeUnstyledKey(&builder[0]); in CreateKey()
/external/skia/src/gpu/ganesh/geometry/
DGrStyledShape.h266 void writeUnstyledKey(uint32_t* key) const;
DGrStyledShape.cpp189 void GrStyledShape::writeUnstyledKey(uint32_t* key) const { in writeUnstyledKey() function in GrStyledShape
290 parent.writeUnstyledKey(fInheritedKey.get()); in setInheritedKey()
/external/skia/src/utils/
DSkShadowUtils.cpp363 fShapeForKey.writeUnstyledKey(reinterpret_cast<uint32_t*>(key)); in writeKey()
/external/skia/src/gpu/ganesh/
DGrBlurUtils.cpp1214 shape.writeUnstyledKey(&builder[7]); in compute_key_and_clip_bounds()
/external/skia/tests/
DGrStyledShapeTest.cpp75 shape.writeUnstyledKey(key->begin()); in make_key()