Searched defs:MakeXYWH (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/modules/desktop_capture/ |
D | desktop_geometry.h | 87 static DesktopRect MakeXYWH(int32_t x, in MakeXYWH() function
|
/external/skia/include/core/ |
D | SkRect.h | 105 [[nodiscard]] static constexpr SkIRect MakeXYWH(int32_t x, int32_t y, int32_t w, int32_t h) { in MakeXYWH() function 660 [[nodiscard]] static constexpr SkRect MakeXYWH(float x, float y, float w, float h) { in MakeXYWH() function
|
/external/skia/src/gpu/ |
D | AtlasTypes.h | 54 [[nodiscard]] static IRect16 MakeXYWH(int16_t x, int16_t y, int16_t w, int16_t h) { in MakeXYWH() function
|