Searched refs:XYWH (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/tests/graphite/ |
D | IntersectionTreeTest.cpp | 38 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()
|
D | RectTest.cpp | 38 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/skia/experimental/graphite/src/geom/ |
D | Rect.h | 34 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
|