Searched refs:SimpleFill (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/src/gpu/geometry/ |
D | GrStyledShape.h | 50 : 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
|
D | GrStyledShape.cpp | 651 fStyle = GrStyle::SimpleFill(); in simplifyStroke() 786 fStyle = GrStyle::SimpleFill(); in simplifyStroke()
|
/third_party/skia/gm/ |
D | destcolor.cpp | 91 SkRect::MakeLTRB(128, 128, 640, 640), GrStyle::SimpleFill());
|
/third_party/skia/src/gpu/ |
D | GrStyle.h | 30 static const GrStyle& SimpleFill() { in SimpleFill() function
|
/third_party/skia/src/gpu/v1/ |
D | StencilMaskHelper.cpp | 424 GrStyledShape shape(*clipPath, GrStyle::SimpleFill()); in drawPath()
|
D | SurfaceDrawContext.cpp | 599 GrStyle::SimpleFill()); in attemptQuadOptimization() 737 style = &GrStyle::SimpleFill(); in drawRect() 1625 GrStyledShape shape(path, GrStyle::SimpleFill()); in drawAndStencilPath()
|
D | Device.cpp | 1062 GrStyle::SimpleFill(), &kDrawToStencil); in android_utils_clipWithStencil()
|
/third_party/skia/src/gpu/ops/ |
D | SmallPathRenderer.cpp | 733 GrStyledShape shape(GrTest::TestPath(random), GrStyle::SimpleFill()); in GR_DRAW_OP_TEST_DEFINE()
|
/third_party/skia/src/utils/ |
D | SkShadowUtils.cpp | 396 , fShapeForKey(*path, GrStyle::SimpleFill()) in ShadowedPath()
|
/third_party/skia/src/core/ |
D | SkBlurMF.cpp | 1102 GrStyle::SimpleFill()); in fillin_view_on_gpu()
|
/third_party/skia/tests/ |
D | GrThreadSafeCacheTest.cpp | 659 { 10, 10, wh-10.0f, wh-10.0f }, &GrStyle::SimpleFill()); in FillInViewOnGpu()
|
D | GrStyledShapeTest.cpp | 2296 styles.push_back(GrStyle::SimpleFill()); in DEF_TEST()
|