Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrSmallPathShapeData.cpp20 shape.writeUnstyledKey(&fKey[1]); in GrSmallPathShapeDataKey()
47 shape.writeUnstyledKey(&fKey[5]); in GrSmallPathShapeDataKey()
DGrTriangulatingPathRenderer.cpp317 shape.writeUnstyledKey(&builder[0]); in CreateKey()
/external/skqp/src/gpu/
DGrPath.cpp29 shape.writeUnstyledKey(&builder[0]); in ComputeKey()
DGrShape.cpp261 void GrShape::writeUnstyledKey(uint32_t* key) const { in writeUnstyledKey() function in GrShape
347 parent.writeUnstyledKey(fInheritedKey.get()); in setInheritedKey()
DGrShape.h444 void writeUnstyledKey(uint32_t* key) const;
DGrSoftwarePathRenderer.cpp323 args.fShape->writeUnstyledKey(&builder[5]); in onDrawPath()
DGrBlurUtils.cpp375 shape->writeUnstyledKey(&builder[7]); in draw_shape_with_mask_filter()
/external/skia/src/gpu/geometry/
DGrStyledShape.h259 void writeUnstyledKey(uint32_t* key) const;
DGrStyledShape.cpp178 void GrStyledShape::writeUnstyledKey(uint32_t* key) const { in writeUnstyledKey() function in GrStyledShape
279 parent.writeUnstyledKey(fInheritedKey.get()); in setInheritedKey()
/external/skqp/src/gpu/ccpr/
DGrCCPathCache.cpp152 shape.writeUnstyledKey(&out[kShapeUnstyledKeyIdx]); in write()
/external/skqp/src/gpu/ops/
DGrTessellatingPathRenderer.cpp256 fShape.writeUnstyledKey(&builder[0]); in draw()
DGrSmallPathRenderer.cpp73 shape.writeUnstyledKey(&fKey[1]); in set()
101 shape.writeUnstyledKey(&fKey[5]); in set()
/external/skia/src/gpu/
DGrSoftwarePathRenderer.cpp312 args.fShape->writeUnstyledKey(&builder[7]); in onDrawPath()
DGrBlurUtils.cpp355 shape.writeUnstyledKey(&builder[7]); in compute_key_and_clip_bounds()
/external/skqp/src/utils/
DSkShadowUtils.cpp362 fShapeForKey.writeUnstyledKey(reinterpret_cast<uint32_t*>(key)); in writeKey()
/external/skia/src/utils/
DSkShadowUtils.cpp396 fShapeForKey.writeUnstyledKey(reinterpret_cast<uint32_t*>(key)); in writeKey()
/external/skqp/tests/
DGrShapeTest.cpp47 shape.writeUnstyledKey(key->begin()); in make_key()
/external/skia/tests/
DGrStyledShapeTest.cpp48 shape.writeUnstyledKey(key->begin()); in make_key()