Home
last modified time | relevance | path

Searched refs:offsetTo (Results 1 – 9 of 9) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DFixedTableModel.java121 lastRect.offsetTo(tableRect.left, lastRect.bottom); in moveDownAndBack()
127 lastRect.offsetTo(lastRect.right, tableRect.top); in moveOverAndUp()
133 lastRect.offsetTo(lastRect.right, lastRect.top); in moveOver()
139 lastRect.offsetTo(lastRect.left, lastRect.bottom); in moveDown()
DDynamicTableModel.java249 nextElementRect.offsetTo(tableRect.left, lastElementRect.bottom); in next()
254 nextElementRect.offsetTo(lastElementRect.right, lastElementRect.top); in next()
261 nextElementRect.offsetTo(lastElementRect.right, tableRect.top); in next()
266 nextElementRect.offsetTo(lastElementRect.left, lastElementRect.bottom); in next()
/external/skia/src/core/
DSkMaskFilter.cpp92 m.fBounds.offsetTo(outerR.left(), outerR.top()); in draw_nine_clipped()
102 m.fBounds.offsetTo(outerR.right() - m.fBounds.width(), outerR.top()); in draw_nine_clipped()
112 m.fBounds.offsetTo(outerR.left(), outerR.bottom() - m.fBounds.height()); in draw_nine_clipped()
122 m.fBounds.offsetTo(outerR.right() - m.fBounds.width(), in draw_nine_clipped()
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
DMockRectF.java69 public void offsetTo(float left, float top) { in offsetTo() method in MockRectF
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYGraphWidget.java688 textRect.offsetTo(x, y - textRect.height()); in drawMarkerText()
789 cursorRect.offsetTo(domainCursorPosition, rangeCursorPosition in drawCursors()
796 cursorRect.offsetTo(domainCursorPosition - cursorRect.width(), in drawCursors()
804 cursorRect.offsetTo(cursorRect.left, rangeCursorPosition); in drawCursors()
DXYLegendWidget.java89 iconRect.offsetTo(cellRect.left + 1, centeredIconOriginY); in getIconRect()
/external/skia/include/core/
DSkRect.h200 void offsetTo(int32_t newX, int32_t newY) { in offsetTo() function
649 void offsetTo(SkScalar newX, SkScalar newY) { in offsetTo() function
/external/skia/src/effects/
DSkBlurMaskFilter.cpp439 patch->fMask.fBounds.offsetTo(0, 0); in filterRRectToNine()
570 patch->fMask.fBounds.offsetTo(0, 0); in filterRectsToNine()
/external/skia/src/gpu/
DGrAADistanceFieldPathRenderer.cpp341 devPathBounds.offsetTo(0,0); in addPathToAtlas()