HomeSort by relevance Sort by last modified time
    Searched defs:MakeXYWH (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/
GrRect.h 29 static GrIRect16 SK_WARN_UNUSED_RESULT MakeXYWH(int16_t x, int16_t y, int16_t w, int16_t h) {
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_geometry.h 86 static DesktopRect MakeXYWH(int32_t x, int32_t y,
96 return MakeXYWH(origin.x(), origin.y(), size.width(), size.height());
  /external/skia/include/core/
SkRect.h 53 static SkIRect SK_WARN_UNUSED_RESULT MakeXYWH(int32_t x, int32_t y, int32_t w, int32_t h) {
440 static SkRect SK_WARN_UNUSED_RESULT MakeXYWH(SkScalar x, SkScalar y, SkScalar w, SkScalar h) {

Completed in 108 milliseconds