Searched refs:WH (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/tests/graphite/ |
H A D | IntersectionTreeTest.cpp | 67 CHECK(!tree.add(Rect::WH(1,1))); in DEF_GRAPHITE_TEST() 68 CHECK(!tree.add(Rect::WH(1,std::numeric_limits<float>::infinity()))); in DEF_GRAPHITE_TEST() 69 CHECK(tree.add(Rect::WH(0, 0))); in DEF_GRAPHITE_TEST() 70 CHECK(tree.add(Rect::WH(-1, 1))); in DEF_GRAPHITE_TEST() 71 CHECK(tree.add(Rect::WH(1, std::numeric_limits<float>::quiet_NaN()))); in DEF_GRAPHITE_TEST()
|
H A D | RectTest.cpp | 41 CHECK(rect2 == Rect::WH(r - l, b - t)); in DEF_GRAPHITE_TEST() 42 CHECK(rect2 == Rect::WH(float2(r - l, b - t))); in DEF_GRAPHITE_TEST()
|
/third_party/skia/experimental/graphite/src/geom/ |
H A D | Rect.h | 40 AI static Rect WH(float w, float h) { in WH() function in skgpu::Rect 43 AI static Rect WH(float2 size) { in WH() function in skgpu::Rect
|
/third_party/backends/backend/ |
H A D | apple.c | 638 #define WH cmd + 10 in scan_area_and_windows() macro 639 #define WP WH + 8 in scan_area_and_windows() 653 STORE16 (WH + 6, 42); in scan_area_and_windows() 658 STORE16 (WH + 6, 40); in scan_area_and_windows()
|
Completed in 6 milliseconds