HomeSort by relevance Sort by last modified time
    Searched defs:MakeXYWH (Results 1 - 5 of 5) 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/skqp/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 110 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeXYWH(int32_t x, int32_t y,
816 static constexpr SkRect SK_WARN_UNUSED_RESULT MakeXYWH(SkScalar x, SkScalar y, SkScalar w, SkScalar h) {
    [all...]
  /external/skqp/include/core/
SkRect.h 113 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeXYWH(int32_t x, int32_t y,
807 static constexpr SkRect SK_WARN_UNUSED_RESULT MakeXYWH(SkScalar x, SkScalar y, SkScalar w, SkScalar h) {
    [all...]

Completed in 256 milliseconds