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

1 2

  /external/skia/src/android/
SkAndroidFrameworkUtils.cpp 50 GrStyle::SimpleFill(), &kDrawToStencil);
  /external/skqp/src/android/
SkAndroidFrameworkUtils.cpp 50 GrStyle::SimpleFill(), &kDrawToStencil);
  /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/skqp/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/skqp/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()) {}
GrStyle.h 29 static const GrStyle& SimpleFill() {
GrShape.cpp 572 fStyle = GrStyle::SimpleFill();
581 fStyle = GrStyle::SimpleFill();
600 fStyle = GrStyle::SimpleFill();
668 fStyle = GrStyle::SimpleFill();
684 fStyle = GrStyle::SimpleFill();
GrClipStackClip.cpp 118 GrShape shape(path, GrStyle::SimpleFill());
422 GrShape shape(clipPath, GrStyle::SimpleFill());
434 GrShape shape(path, GrStyle::SimpleFill());
GrReducedClip.cpp     [all...]
GrRenderTargetContext.cpp 378 GrStyle::SimpleFill());
491 style = &GrStyle::SimpleFill();
545 &GrStyle::SimpleFill());
552 GrStyle::SimpleFill());
559 &GrStyle::SimpleFill());
563 &GrStyle::SimpleFill());
    [all...]
SkGpuDevice_drawTexture.cpp 343 GrStyle::SimpleFill(), true);
  /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()) {}
GrStyle.h 29 static const GrStyle& SimpleFill() {
GrShape.cpp 620 fStyle = GrStyle::SimpleFill();
629 fStyle = GrStyle::SimpleFill();
649 fStyle = GrStyle::SimpleFill();
757 fStyle = GrStyle::SimpleFill();
    [all...]
GrClipStackClip.cpp 118 GrShape shape(path, GrStyle::SimpleFill());
422 GrShape shape(clipPath, GrStyle::SimpleFill());
434 GrShape shape(path, GrStyle::SimpleFill());
GrReducedClip.cpp     [all...]
GrRenderTargetContext.cpp 380 GrStyle::SimpleFill());
493 style = &GrStyle::SimpleFill();
547 &GrStyle::SimpleFill());
554 GrStyle::SimpleFill());
561 &GrStyle::SimpleFill());
565 &GrStyle::SimpleFill());
    [all...]
SkGpuDevice_drawTexture.cpp 347 GrStyle::SimpleFill(), true);
  /external/skia/src/gpu/effects/
GrRRectBlurEffect.h 66 GrStyle::SimpleFill());
GrRRectBlurEffect.fp 64 GrStyle::SimpleFill());
  /external/skqp/src/gpu/effects/
GrRRectBlurEffect.h 65 GrStyle::SimpleFill());
GrRRectBlurEffect.fp 63 GrStyle::SimpleFill());
  /external/skqp/src/utils/
SkShadowUtils.cpp 357 , fShapeForKey(*path, GrStyle::SimpleFill())
  /external/skia/src/gpu/ops/
GrSmallPathRenderer.cpp     [all...]
  /external/skia/src/utils/
SkShadowUtils.cpp 358 , fShapeForKey(*path, GrStyle::SimpleFill())

Completed in 286 milliseconds

1 2