Searched refs:offsetTo (Results 1 – 9 of 9) sorted by relevance
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
D | FixedTableModel.java | 121 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()
|
D | DynamicTableModel.java | 249 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/ |
D | SkMaskFilter.cpp | 92 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/ |
D | MockRectF.java | 69 public void offsetTo(float left, float top) { in offsetTo() method in MockRectF
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | XYGraphWidget.java | 688 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()
|
D | XYLegendWidget.java | 89 iconRect.offsetTo(cellRect.left + 1, centeredIconOriginY); in getIconRect()
|
/external/skia/include/core/ |
D | SkRect.h | 200 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/ |
D | SkBlurMaskFilter.cpp | 439 patch->fMask.fBounds.offsetTo(0, 0); in filterRRectToNine() 570 patch->fMask.fBounds.offsetTo(0, 0); in filterRectsToNine()
|
/external/skia/src/gpu/ |
D | GrAADistanceFieldPathRenderer.cpp | 341 devPathBounds.offsetTo(0,0); in addPathToAtlas()
|