Home
last modified time | relevance | path

Searched refs:SimpleFill (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/src/gpu/geometry/
DGrStyledShape.h50 : GrStyledShape(path, GrStyle::SimpleFill(), doSimplify) {} in GrStyledShape() argument
53 : GrStyledShape(rrect, GrStyle::SimpleFill(), doSimplify) {} in GrStyledShape() argument
56 : GrStyledShape(rect, GrStyle::SimpleFill(), doSimplify) {} in GrStyledShape() argument
DGrStyledShape.cpp651 fStyle = GrStyle::SimpleFill(); in simplifyStroke()
786 fStyle = GrStyle::SimpleFill(); in simplifyStroke()
/third_party/skia/gm/
Ddestcolor.cpp91 SkRect::MakeLTRB(128, 128, 640, 640), GrStyle::SimpleFill());
/third_party/skia/src/gpu/
DGrStyle.h30 static const GrStyle& SimpleFill() { in SimpleFill() function
/third_party/skia/src/gpu/v1/
DStencilMaskHelper.cpp424 GrStyledShape shape(*clipPath, GrStyle::SimpleFill()); in drawPath()
DSurfaceDrawContext.cpp599 GrStyle::SimpleFill()); in attemptQuadOptimization()
737 style = &GrStyle::SimpleFill(); in drawRect()
1625 GrStyledShape shape(path, GrStyle::SimpleFill()); in drawAndStencilPath()
DDevice.cpp1062 GrStyle::SimpleFill(), &kDrawToStencil); in android_utils_clipWithStencil()
/third_party/skia/src/gpu/ops/
DSmallPathRenderer.cpp733 GrStyledShape shape(GrTest::TestPath(random), GrStyle::SimpleFill()); in GR_DRAW_OP_TEST_DEFINE()
/third_party/skia/src/utils/
DSkShadowUtils.cpp396 , fShapeForKey(*path, GrStyle::SimpleFill()) in ShadowedPath()
/third_party/skia/src/core/
DSkBlurMF.cpp1102 GrStyle::SimpleFill()); in fillin_view_on_gpu()
/third_party/skia/tests/
DGrThreadSafeCacheTest.cpp659 { 10, 10, wh-10.0f, wh-10.0f }, &GrStyle::SimpleFill()); in FillInViewOnGpu()
DGrStyledShapeTest.cpp2296 styles.push_back(GrStyle::SimpleFill()); in DEF_TEST()