Home
last modified time | relevance | path

Searched defs:XYWH (Results 1 – 2 of 2) sorted by relevance

/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
/third_party/flutter/skia/tests/
DClipStackTest.cpp1151 #define XYWH SkRect::MakeXYWH in test_reduced_clip_stack_genid() macro