/third_party/skia/experimental/sorttoy/ |
H A D | sorttypes.h | 10 kRect, member in Shape
|
H A D | sorttoy.cpp | 183 s.clip(sk_make_sp<ClipCmd>(ID(1), Shape::kRect, r)); in mcstack_test() member in Shape 191 s.clip(sk_make_sp<ClipCmd>(ID(2), Shape::kRect, r)); in mcstack_test() member in Shape 197 s.clip(sk_make_sp<ClipCmd>(ID(3), Shape::kRect, r)); in mcstack_test() member in Shape [all...] |
/third_party/skia/gm/ |
H A D | blurignorexform.cpp | 32 kRect, member in BlurIgnoreXformGM::DrawType
|
H A D | tessellation.cpp | 37 constexpr static SkRect kRect = {20.5f, 340.5f, 640.5f, 480.5f}; member
|
H A D | roundrects.cpp | 150 const SkRect kRect = SkRect::MakeLTRB(-20, -30, 20, 30); variable
|
H A D | dstreadshuffle.cpp | 59 const SkRect kRect = SkRect::MakeXYWH(0, 0, 75.f, 85.f); in drawShape() local
|
H A D | circulararcs.cpp | 33 constexpr SkRect kRect = {0.f, 0.f, kDiameter, kDiameter}; variable
|
H A D | gradients_no_texture.cpp | 113 SkRect kRect = { 0, 0, SkIntToScalar(50), SkIntToScalar(50) }; variable
|
H A D | blurrect.cpp | 510 static constexpr auto kRect = SkRect::MakeWH(14, 60); in DEF_SIMPLE_GM() local
|
/third_party/skia/bench/ |
H A D | BlendmodeBench.cpp | 21 kRect, enumerator
|
/third_party/skia/experimental/graphite/src/geom/ |
H A D | Shape.h | 30 kEmpty, kLine, kRect, kRRect, kPath member in skgpu::Shape::Type
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrShape.h | 53 kEmpty, kPoint, kRect, kRRect, kPath, kArc, kLine member in GrShape::Type
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGNode.h | 54 kRect, member in SkSVGTag
|
/third_party/skia/src/core/ |
H A D | SkClipStack.h | 57 kRect, member in SkClipStack::Element::DeviceSpaceType
|
H A D | SkDevice.h | 226 kRect, member in SkBaseDevice::ClipType
|
/third_party/skia/tests/ |
H A D | CanvasTest.cpp | 244 static constexpr SkRect kRect = {0, 0, 2, 1}; variable
|
H A D | GrClipStackTest.cpp | 1594 enum ShapeType { kRect, kRRect, kConvex }; in DEF_TEST() enumerator
|
H A D | RoundRectTest.cpp | 971 static const SkRect kRect = {10.f, 10.f, 20.f, 20.f}; in test_read() local 1116 static const SkRRect kRect = SkRRect::MakeEmpty(); // has (0,0) for all corners verify_success() local [all...] |