Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Ddesktop_geometry.h87 static DesktopRect MakeXYWH(int32_t x, in MakeXYWH() function
/external/skia/include/core/
DSkRect.h105 [[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/
DAtlasTypes.h54 [[nodiscard]] static IRect16 MakeXYWH(int16_t x, int16_t y, int16_t w, int16_t h) { in MakeXYWH() function