Searched defs:MakeXYWH (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.h86 static DesktopRect MakeXYWH(int32_t x, int32_t y, function in class:webrtc::DesktopRect
96 return MakeXYWH(origin.x(), origin.y(), size.width(), size.height());
/external/chromium_org/third_party/skia/include/core/
H A DSkRect.h53 static SkIRect SK_WARN_UNUSED_RESULT MakeXYWH(int32_t x, int32_t y, int32_t w, int32_t h) { function in struct:SkIRect
412 static SkRect SK_WARN_UNUSED_RESULT MakeXYWH(SkScalar x, SkScalar y, SkScalar w, SkScalar h) {
/external/skia/include/core/
H A DSkRect.h53 static SkIRect SK_WARN_UNUSED_RESULT MakeXYWH(int32_t x, int32_t y, int32_t w, int32_t h) { function in struct:SkIRect
412 static SkRect SK_WARN_UNUSED_RESULT MakeXYWH(SkScalar x, SkScalar y, SkScalar w, SkScalar h) {

Completed in 126 milliseconds