/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/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/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/skia/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 | 121 GrShape shape(path, GrStyle::SimpleFill()); in PathNeedsSWRenderer() 443 GrShape shape(clipPath, GrStyle::SimpleFill()); in draw_clip_elements_to_mask_helper() 455 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 | 462 GrStyle::SimpleFill()); in drawPaint() 679 style = &GrStyle::SimpleFill(); in drawRect() 706 &GrStyle::SimpleFill()); in drawRect() 713 GrStyle::SimpleFill()); in drawRect() 720 &GrStyle::SimpleFill()); in drawRect() 724 &GrStyle::SimpleFill()); in drawRect() 1880 GrShape shape(path, GrStyle::SimpleFill()); in drawAndStencilPath()
|
/external/skqp/src/android/ |
D | SkAndroidFrameworkUtils.cpp | 53 GrStyle::SimpleFill(), &kDrawToStencil); in clipWithStencil()
|
/external/skia/src/android/ |
D | SkAndroidFrameworkUtils.cpp | 54 GrStyle::SimpleFill(), &kDrawToStencil); in clipWithStencil()
|
/external/skia/src/gpu/effects/ |
D | GrRRectBlurEffect.h | 72 GrStyle::SimpleFill()); in find_or_create_rrect_blur_mask()
|
D | GrRRectBlurEffect.fp | 72 GrStyle::SimpleFill());
|
/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/utils/ |
D | SkShadowUtils.cpp | 353 , fShapeForKey(*path, GrStyle::SimpleFill()) in ShadowedPath()
|
/external/skqp/src/utils/ |
D | SkShadowUtils.cpp | 352 , fShapeForKey(*path, GrStyle::SimpleFill()) in ShadowedPath()
|
/external/skia/src/gpu/ops/ |
D | GrSmallPathRenderer.cpp | 983 GrShape shape(GrTest::TestPath(random), GrStyle::SimpleFill()); in GR_DRAW_OP_TEST_DEFINE()
|
/external/skqp/src/gpu/ops/ |
D | GrSmallPathRenderer.cpp | 981 GrShape shape(GrTest::TestPath(random), GrStyle::SimpleFill()); in GR_DRAW_OP_TEST_DEFINE()
|