Home
last modified time | relevance | path

Searched defs:kRect (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/experimental/sorttoy/
H A Dsorttypes.h10 kRect, member in Shape
H A Dsorttoy.cpp183 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 Dblurignorexform.cpp32 kRect, member in BlurIgnoreXformGM::DrawType
H A Dtessellation.cpp37 constexpr static SkRect kRect = {20.5f, 340.5f, 640.5f, 480.5f}; member
H A Droundrects.cpp150 const SkRect kRect = SkRect::MakeLTRB(-20, -30, 20, 30); variable
H A Ddstreadshuffle.cpp59 const SkRect kRect = SkRect::MakeXYWH(0, 0, 75.f, 85.f); in drawShape() local
H A Dcirculararcs.cpp33 constexpr SkRect kRect = {0.f, 0.f, kDiameter, kDiameter}; variable
H A Dgradients_no_texture.cpp113 SkRect kRect = { 0, 0, SkIntToScalar(50), SkIntToScalar(50) }; variable
H A Dblurrect.cpp510 static constexpr auto kRect = SkRect::MakeWH(14, 60); in DEF_SIMPLE_GM() local
/third_party/skia/bench/
H A DBlendmodeBench.cpp21 kRect, enumerator
/third_party/skia/experimental/graphite/src/geom/
H A DShape.h30 kEmpty, kLine, kRect, kRRect, kPath member in skgpu::Shape::Type
/third_party/skia/src/gpu/geometry/
H A DGrShape.h53 kEmpty, kPoint, kRect, kRRect, kPath, kArc, kLine member in GrShape::Type
/third_party/skia/modules/svg/include/
H A DSkSVGNode.h54 kRect, member in SkSVGTag
/third_party/skia/src/core/
H A DSkClipStack.h57 kRect, member in SkClipStack::Element::DeviceSpaceType
H A DSkDevice.h226 kRect, member in SkBaseDevice::ClipType
/third_party/skia/tests/
H A DCanvasTest.cpp244 static constexpr SkRect kRect = {0, 0, 2, 1}; variable
H A DGrClipStackTest.cpp1594 enum ShapeType { kRect, kRRect, kConvex }; in DEF_TEST() enumerator
H A DRoundRectTest.cpp971 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...]

Completed in 17 milliseconds