Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_geometry.h80 static DesktopRect MakeSize(const DesktopSize& size) { in MakeSize() function
/external/skqp/include/core/
DSkRect.h71 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeSize(const SkISize& size) { in MakeSize() function
736 static constexpr SkRect SK_WARN_UNUSED_RESULT MakeSize(const SkSize& size) { in MakeSize() function
/external/skia/include/core/
DSkRect.h71 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeSize(const SkISize& size) { in MakeSize() function
736 static constexpr SkRect SK_WARN_UNUSED_RESULT MakeSize(const SkSize& size) { in MakeSize() function
/external/skia/modules/particles/src/
DSkParticleAffector.cpp468 sk_sp<SkParticleAffector> SkParticleAffector::MakeSize(const SkCurve& curve) { in MakeSize() function in SkParticleAffector