Searched defs:MakeLTRB (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.h90 static DesktopRect MakeLTRB(int32_t left, int32_t top, function in class:webrtc::DesktopRect
/external/skia/include/core/
H A DSkRect.h47 static SkIRect SK_WARN_UNUSED_RESULT MakeLTRB(int32_t l, int32_t t, int32_t r, int32_t b) { function in struct:SkIRect
166 return MakeLTRB(fLeft + dx, fTop + dy, fRight + dx, fBottom + dy);
173 return MakeLTRB(fLeft + dx, fTop + dy, fRight - dx, fBottom - dy);
180 return MakeLTRB(fLeft - dx, fTop - dy, fRight + dx, fBottom + dy);
421 static constexpr SkRect SK_WARN_UNUSED_RESULT MakeLTRB(SkScalar l, SkScalar t, SkScalar r,
615 return MakeLTRB(fLeft + dx, fTop + dy, fRight + dx, fBottom + dy);
622 return MakeLTRB(fLeft + dx, fTop + dy, fRight - dx, fBottom - dy);
629 return MakeLTRB(fLeft - dx, fTop - dy, fRight + dx, fBottom + dy);

Completed in 150 milliseconds