Searched defs:cellRect (Results 1 – 7 of 7) sorted by relevance
| /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/ui/ |
| D | DynamicTableModelTest.java | 50 RectF cellRect = model.getCellRect(tableRect, 10); in testGetCellRect() local 104 RectF cellRect = it.next(); in testRowMajorIteration() local 162 RectF cellRect = it.next(); in testColumnMajorIteration() local 210 RectF cellRect = it.next(); in testSingleRowIteration() local
|
| D | FixedTableModelTest.java | 52 RectF cellRect = it.next(); in testIterator() local 84 RectF cellRect = it.next(); in testColumnMajor() local 219 RectF cellRect = it.next(); in testRowMajor() local
|
| /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
| D | XYLegendWidget.java | 83 private RectF getIconRect(RectF cellRect) { in getIconRect() 93 private static float getRectCenterY(RectF cellRect) { in getRectCenterY() 105 private void finishDrawingCell(Canvas canvas, RectF cellRect, RectF iconRect, String text) { in finishDrawingCell() 121 …private void drawRegionLegendCell(Canvas canvas, XYRegionFormatter formatter, RectF cellRect, Stri… in drawRegionLegendCell() 133 …nvas canvas, XYSeriesRenderer renderer, XYSeriesFormatter formatter, RectF cellRect, String series… in drawSeriesLegendCell() 179 RectF cellRect; in doOnDraw() local
|
| /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
| D | DynamicTableModel.java | 103 RectF cellRect = new RectF(); in getCellRect() local
|
| /external/skia/gm/ |
| D | trickycubicstrokes.cpp | 128 auto cellRect = SkRect::MakeXYWH((i % kNumCols) * kCellSize, (i / kNumCols) * kCellSize, in draw_test() local
|
| D | lazytiling.cpp | 227 SkIRect cellRect = SkIRect::MakeXYWH(x, y, 2*kContentSize, 2*kContentSize); in onDraw() local
|
| /external/python/cpython2/Mac/Modules/list/ |
| D | _Listmodule.c | 390 Rect cellRect; in ListObj_LRect() local 1069 Rect *cellRect, in myListDefFunction()
|