Home
last modified time | relevance | path

Searched refs:XYWH (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/tests/graphite/
DIntersectionTreeTest.cpp38 Rect rect = Rect::XYWH(rand.nextRangeF(0, 500), in DEF_GRAPHITE_TEST()
52 Rect rect = Rect::XYWH(rand.nextRangeF(0, 500), in DEF_GRAPHITE_TEST()
DRectTest.cpp38 CHECK(rect2 == Rect::XYWH(l, t, r - l, b - t)); in DEF_GRAPHITE_TEST()
39 CHECK(rect2 == Rect::XYWH(float2(l, t), float2(r - l, b - t))); in DEF_GRAPHITE_TEST()
/third_party/flutter/skia/tests/
DClipStackTest.cpp1151 #define XYWH SkRect::MakeXYWH in test_reduced_clip_stack_genid() macro
1173 …{ XYWH(0, 0, 25, 25), 0, SkClipStack::kInvalidGenID, GrReducedClip::InitialState::kAllIn, IXYWH(0,… in test_reduced_clip_stack_genid()
1174 …{ XYWH(0.1f, 0.1f, 25.1f, 25.1f), 0, SkClipStack::kInvalidGenID, GrReducedClip::InitialState::kAll… in test_reduced_clip_stack_genid()
1175 … { XYWH(0, 0, 27, 27), 1, genIDA, GrReducedClip::InitialState::kAllOut, IXYWH(0, 0, 26, 26)}, in test_reduced_clip_stack_genid()
1178 …{ XYWH(50, 0, 25, 25), 0, SkClipStack::kInvalidGenID, GrReducedClip::InitialState::kAllIn, IXYWH(5… in test_reduced_clip_stack_genid()
1179 …{ XYWH(50, 0, 25.3f, 25.3f), 0, SkClipStack::kInvalidGenID, GrReducedClip::InitialState::kAllIn, I… in test_reduced_clip_stack_genid()
1180 … { XYWH(50, 0, 27, 27), 1, genIDB, GrReducedClip::InitialState::kAllOut, IXYWH(50, 0, 26, 27) }, in test_reduced_clip_stack_genid()
1183 …{ XYWH(0, 50, 25, 25), 0, SkClipStack::kInvalidGenID, GrReducedClip::InitialState::kAllIn, IXYWH(0… in test_reduced_clip_stack_genid()
1184 …{ XYWH(0.2f, 50.1f, 25.1f, 25.2f), 0, SkClipStack::kInvalidGenID, GrReducedClip::InitialState::kAl… in test_reduced_clip_stack_genid()
1185 … { XYWH(0, 50, 27, 27), 1, genIDC, GrReducedClip::InitialState::kAllOut, IXYWH(0, 50, 27, 26) }, in test_reduced_clip_stack_genid()
[all …]
/third_party/skia/experimental/graphite/src/geom/
DRect.h34 AI static Rect XYWH(float x, float y, float w, float h) { in XYWH() function
37 AI static Rect XYWH(float2 topLeft, float2 size) { in XYWH() function