/external/skqp/tests/ |
D | GpuDrawPathTest.cpp | 97 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/ |
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() 795 fStyle = GrStyle::SimpleFill(); in simplifyStroke()
|
/external/skqp/src/android/ |
D | SkAndroidFrameworkUtils.cpp | 53 GrStyle::SimpleFill(), &kDrawToStencil); in clipWithStencil()
|
/external/skqp/src/gpu/ |
D | GrShape.h | 44 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()
|
D | GrShape.cpp | 611 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()
|
D | GrClipStackClip.cpp | 120 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()
|
D | GrReducedClip.cpp | 735 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()
|
D | GrStyle.h | 29 static const GrStyle& SimpleFill() { in SimpleFill() function
|
D | GrRenderTargetContext.cpp | 466 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()
|
D | SkGpuDevice_drawTexture.cpp | 320 GrShape shape(clippedDstRect, GrStyle::SimpleFill()); in drawTextureProducerImpl()
|
/external/skqp/src/gpu/effects/ |
D | GrRRectBlurEffect.h | 70 GrStyle::SimpleFill()); in find_or_create_rrect_blur_mask()
|
D | GrRRectBlurEffect.fp | 70 GrStyle::SimpleFill());
|
/external/skia/src/gpu/ |
D | GrStyle.h | 30 static const GrStyle& SimpleFill() { in SimpleFill() function
|
D | GrStencilMaskHelper.cpp | 410 GrStyledShape shape(*clipPath, GrStyle::SimpleFill()); in drawPath()
|
D | GrClipStackClip.cpp | 120 GrStyledShape shape(path, GrStyle::SimpleFill()); in PathNeedsSWRenderer()
|
D | GrSurfaceDrawContext.cpp | 608 GrStyle::SimpleFill()); in attemptQuadOptimization() 746 style = &GrStyle::SimpleFill(); in drawRect() 1613 GrStyledShape shape(path, GrStyle::SimpleFill()); in drawAndStencilPath()
|
D | GrReducedClip.cpp | 784 rtc->drawPath(&clip, std::move(paint), aa, viewMatrix, path, GrStyle::SimpleFill()); in draw_element()
|
D | SkGpuDevice.cpp | 1047 GrStyle::SimpleFill(), &kDrawToStencil);
|
/external/pdfium/xfa/fwl/ |
D | cfwl_edit_embeddertest.cpp | 98 #define MAYBE_SimpleFill SimpleFill
|
/external/skia/src/gpu/effects/generated/ |
D | GrRRectBlurEffect.cpp | 88 GrStyle::SimpleFill()); in fillin_view_on_gpu()
|
/external/skqp/src/utils/ |
D | SkShadowUtils.cpp | 352 , fShapeForKey(*path, GrStyle::SimpleFill()) in ShadowedPath()
|
/external/skia/src/gpu/ops/ |
D | GrSmallPathRenderer.cpp | 732 GrStyledShape shape(GrTest::TestPath(random), GrStyle::SimpleFill()); in GR_DRAW_OP_TEST_DEFINE()
|
/external/skia/src/utils/ |
D | SkShadowUtils.cpp | 386 , fShapeForKey(*path, GrStyle::SimpleFill()) in ShadowedPath()
|
/external/skia/src/gpu/effects/ |
D | GrRRectBlurEffect.fp | 100 GrStyle::SimpleFill());
|