Home
last modified time | relevance | path

Searched defs:MakeSize (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/include/core/
H A DSkRect.h67 [[nodiscard]] static constexpr SkIRect MakeSize(const SkISize& size) { in MakeSize() function
634 [[nodiscard]] static constexpr SkRect MakeSize(const SkSize& size) { in MakeSize() function
/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.h81 static DesktopRect MakeSize(const DesktopSize& size) { in MakeSize() function