Home
last modified time | relevance | path

Searched refs:XYWH (Results 1 – 3 of 3) 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/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