Home
last modified time | relevance | path

Searched refs:hasUnstyledKey (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/ops/
DSmallPathShapeData.cpp18 SkASSERT(shape.hasUnstyledKey()); in SmallPathShapeDataKey()
29 SkASSERT(shape.hasUnstyledKey()); in SmallPathShapeDataKey()
DSmallPathRenderer.cpp74 SkASSERT(shape.hasUnstyledKey()); in SmallPathOp()
667 if (!args.fShape->hasUnstyledKey()) { in onCanDrawPath()
714 SkASSERT(args.fShape->hasUnstyledKey()); in onDrawPath()
DSoftwarePathRenderer.cpp249 args.fShape->hasUnstyledKey() && (GrAAType::kCoverage == args.fAAType); in onDrawPath()
DTriangulatingPathRenderer.cpp596 if (!args.fShape->hasUnstyledKey()) { in onCanDrawPath()
/third_party/skia/src/gpu/geometry/
DGrStyledShape.h252 bool hasUnstyledKey() const { return this->unstyledKeySize() >= 0; } in hasUnstyledKey() function
/third_party/skia/src/gpu/
DGrBlurUtils.cpp301 shape.hasUnstyledKey() && as_MFB(maskFilter)->asABlur(nullptr); in compute_key_and_clip_bounds()
/third_party/skia/tests/
DGrStyledShapeTest.cpp2095 REPORTER_ASSERT(r, !GrStyledShape(volatileA, paint).hasUnstyledKey()); in DEF_TEST()
2096 REPORTER_ASSERT(r, !GrStyledShape(volatileB, paint).hasUnstyledKey()); in DEF_TEST()