Searched defs:MakeIWH (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/core/
H A DSkRect.h777 static SkRect SK_WARN_UNUSED_RESULT MakeIWH(int w, int h) { function in struct:SkRect
839 return MakeIWH(size.width(), size.height());
/external/skqp/include/core/
H A DSkRect.h768 static SkRect SK_WARN_UNUSED_RESULT MakeIWH(int w, int h) { function in struct:SkRect
833 return MakeIWH(size.width(), size.height());

Completed in 248 milliseconds