Home
last modified time | relevance | path

Searched defs:botRight (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tests/
H A DPathOpsBoundsTest.cpp61 SkDPoint botRight = {3, 4}; in DEF_TEST() local
/third_party/skia/experimental/graphite/src/geom/
H A DRect.h31 AI Rect(float2 topLeft, float2 botRight) : fVals(topLeft, -botRight) {} in Rect() argument
75 AI float2 botRight() const { return -fVals.zw(); } in botRight() function in skgpu::Rect
83 AI void setBotRight(float2 botRight) { fVals.zw() = -botRight; } in setBotRight() argument
/third_party/skia/third_party/externals/angle2/util/windows/win32/
H A DWin32Window.cpp291 POINT botRight; in WndProc() local

Completed in 5 milliseconds