Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/include/core/
H A DSkRect.h57 [[nodiscard]] static constexpr SkIRect MakeWH(int32_t w, int32_t h) { in MakeWH() function
610 [[nodiscard]] static constexpr SkRect MakeWH(float w, float h) { in MakeWH() function
/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.h84 static DesktopRect MakeWH(int32_t width, int32_t height) { in MakeWH() function
/aosp_15_r20/external/skia/src/gpu/
H A DAtlasTypes.h48 [[nodiscard]] static IRect16 MakeWH(int16_t w, int16_t h) { in MakeWH() function