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 116 GrShape shape(path, GrStyle::SimpleFill());
466 GrShape shape(clipPath, GrStyle::SimpleFill());
478 GrShape shape(path, GrStyle::SimpleFill());
GrStyle.h 29 static const GrStyle& SimpleFill() {
GrRenderTargetContext.cpp 415 GrStyle::SimpleFill());
553 style = &GrStyle::SimpleFill();
609 &GrStyle::SimpleFill());
616 GrStyle::SimpleFill());
623 &GrStyle::SimpleFill());
627 &GrStyle::SimpleFill());
    [all...]
GrReducedClip.cpp 581 rtc->drawPath(clip, std::move(paint), aa, viewMatrix, path, GrStyle::SimpleFill());
731 GrShape shape(clipPath, GrStyle::SimpleFill());
    [all...]
SkGpuDevice_drawTexture.cpp 251 GrStyle::SimpleFill(), true);
GrShape.cpp 463 fStyle = GrStyle::SimpleFill();
531 fStyle = GrStyle::SimpleFill();
  /external/skia/src/utils/
SkShadowUtils.cpp 350 , fShapeForKey(*path, GrStyle::SimpleFill())
  /external/skia/src/gpu/ops/
GrSmallPathRenderer.cpp     [all...]
  /external/skia/src/effects/
SkBlurMaskFilter.cpp     [all...]

Completed in 197 milliseconds