Home
last modified time | relevance | path

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

12

/external/skqp/tests/
DGpuDrawPathTest.cpp97 GrStyle::SimpleFill(),
114 GrPath::ComputeKey(GrShape(path1, GrStyle::SimpleFill()), &key1, &isVolatile);
117 GrPath::ComputeKey(GrShape(path2, GrStyle::SimpleFill()), &key2, &isVolatile);
132 GrPath::ComputeKey(GrShape(path2, GrStyle::SimpleFill()), &tempKey, &isVolatile);
/external/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()
795 fStyle = GrStyle::SimpleFill(); in simplifyStroke()
/external/skqp/src/android/
DSkAndroidFrameworkUtils.cpp53 GrStyle::SimpleFill(), &kDrawToStencil); in clipWithStencil()
/external/skqp/src/gpu/
DGrShape.h44 explicit GrShape(const SkPath& path) : GrShape(path, GrStyle::SimpleFill()) {} in GrShape()
46 explicit GrShape(const SkRRect& rrect) : GrShape(rrect, GrStyle::SimpleFill()) {} in GrShape()
48 explicit GrShape(const SkRect& rect) : GrShape(rect, GrStyle::SimpleFill()) {} in GrShape()
DGrShape.cpp611 fStyle = GrStyle::SimpleFill(); in attemptToSimplifyRRect()
620 fStyle = GrStyle::SimpleFill(); in attemptToSimplifyRRect()
640 fStyle = GrStyle::SimpleFill(); in attemptToSimplifyRRect()
749 fStyle = GrStyle::SimpleFill(); in attemptToSimplifyStrokedLineToRRect()
765 fStyle = GrStyle::SimpleFill(); in attemptToSimplifyStrokedLineToRRect()
DGrClipStackClip.cpp120 GrShape shape(path, GrStyle::SimpleFill()); in PathNeedsSWRenderer()
441 GrShape shape(clipPath, GrStyle::SimpleFill()); in draw_clip_elements_to_mask_helper()
453 GrShape shape(path, GrStyle::SimpleFill()); in draw_clip_elements_to_mask_helper()
DGrReducedClip.cpp735 rtc->drawPath(clip, std::move(paint), aa, viewMatrix, path, GrStyle::SimpleFill()); in draw_element()
853 GrShape shape(clipPath, GrStyle::SimpleFill()); in drawStencilClipMask()
898 GrShape shape(clipPath, GrStyle::SimpleFill()); in drawStencilClipMask()
938 GrShape shape(clipPath, GrStyle::SimpleFill()); in drawStencilClipMask()
DGrStyle.h29 static const GrStyle& SimpleFill() { in SimpleFill() function
DGrRenderTargetContext.cpp466 GrStyle::SimpleFill()); in drawPaint()
683 style = &GrStyle::SimpleFill(); in drawRect()
710 &GrStyle::SimpleFill()); in drawRect()
717 GrStyle::SimpleFill()); in drawRect()
724 &GrStyle::SimpleFill()); in drawRect()
728 &GrStyle::SimpleFill()); in drawRect()
1772 GrShape shape(path, GrStyle::SimpleFill()); in drawAndStencilPath()
DSkGpuDevice_drawTexture.cpp320 GrShape shape(clippedDstRect, GrStyle::SimpleFill()); in drawTextureProducerImpl()
/external/skqp/src/gpu/effects/
DGrRRectBlurEffect.h70 GrStyle::SimpleFill()); in find_or_create_rrect_blur_mask()
DGrRRectBlurEffect.fp70 GrStyle::SimpleFill());
/external/skia/src/gpu/
DGrStyle.h30 static const GrStyle& SimpleFill() { in SimpleFill() function
DGrStencilMaskHelper.cpp410 GrStyledShape shape(*clipPath, GrStyle::SimpleFill()); in drawPath()
DGrClipStackClip.cpp120 GrStyledShape shape(path, GrStyle::SimpleFill()); in PathNeedsSWRenderer()
DGrSurfaceDrawContext.cpp608 GrStyle::SimpleFill()); in attemptQuadOptimization()
746 style = &GrStyle::SimpleFill(); in drawRect()
1613 GrStyledShape shape(path, GrStyle::SimpleFill()); in drawAndStencilPath()
DGrReducedClip.cpp784 rtc->drawPath(&clip, std::move(paint), aa, viewMatrix, path, GrStyle::SimpleFill()); in draw_element()
DSkGpuDevice.cpp1047 GrStyle::SimpleFill(), &kDrawToStencil);
/external/pdfium/xfa/fwl/
Dcfwl_edit_embeddertest.cpp98 #define MAYBE_SimpleFill SimpleFill
/external/skia/src/gpu/effects/generated/
DGrRRectBlurEffect.cpp88 GrStyle::SimpleFill()); in fillin_view_on_gpu()
/external/skqp/src/utils/
DSkShadowUtils.cpp352 , fShapeForKey(*path, GrStyle::SimpleFill()) in ShadowedPath()
/external/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp732 GrStyledShape shape(GrTest::TestPath(random), GrStyle::SimpleFill()); in GR_DRAW_OP_TEST_DEFINE()
/external/skia/src/utils/
DSkShadowUtils.cpp386 , fShapeForKey(*path, GrStyle::SimpleFill()) in ShadowedPath()
/external/skia/src/gpu/effects/
DGrRRectBlurEffect.fp100 GrStyle::SimpleFill());

12