HomeSort by relevance Sort by last modified time
    Searched refs:SimpleFill (Results 1 - 11 of 11) sorted by null

  /external/skia/tests/
GpuDrawPathTest.cpp 99 GrStyle::SimpleFill(),
116 GrPath::ComputeKey(GrShape(path1, GrStyle::SimpleFill()), &key1, &isVolatile);
119 GrPath::ComputeKey(GrShape(path2, GrStyle::SimpleFill()), &key2, &isVolatile);
134 GrPath::ComputeKey(GrShape(path2, GrStyle::SimpleFill()), &tempKey, &isVolatile);
  /external/skia/src/gpu/
GrShape.h 43 explicit GrShape(const SkPath& path) : GrShape(path, GrStyle::SimpleFill()) {}
45 explicit GrShape(const SkRRect& rrect) : GrShape(rrect, GrStyle::SimpleFill()) {}
47 explicit GrShape(const SkRect& rect) : GrShape(rect, GrStyle::SimpleFill()) {}
GrClipStackClip.cpp 115 GrShape shape(path, GrStyle::SimpleFill());
473 GrShape shape(clipPath, GrStyle::SimpleFill());
485 GrShape shape(path, GrStyle::SimpleFill());
GrStyle.h 29 static const GrStyle& SimpleFill() {
GrReducedClip.cpp 587 rtc->drawPath(clip, std::move(paint), aa, viewMatrix, path, GrStyle::SimpleFill());
742 GrShape shape(clipPath, GrStyle::SimpleFill());
    [all...]
SkGpuDevice_drawTexture.cpp 251 GrStyle::SimpleFill(), true);
GrRenderTargetContext.cpp 367 GrStyle::SimpleFill());
490 style = &GrStyle::SimpleFill();
546 &GrStyle::SimpleFill());
553 GrStyle::SimpleFill());
560 &GrStyle::SimpleFill());
564 &GrStyle::SimpleFill());
    [all...]
GrShape.cpp 463 fStyle = GrStyle::SimpleFill();
531 fStyle = GrStyle::SimpleFill();
  /external/skia/src/utils/
SkShadowUtils.cpp 356 , fShapeForKey(*path, GrStyle::SimpleFill())
  /external/skia/src/gpu/ops/
GrSmallPathRenderer.cpp     [all...]
  /external/skia/src/effects/
SkBlurMaskFilter.cpp     [all...]

Completed in 951 milliseconds