Home
last modified time | relevance | path

Searched defs:cellRect (Results 1 – 7 of 7) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/ui/
DDynamicTableModelTest.java50 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
DFixedTableModelTest.java52 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/
DXYLegendWidget.java83 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/
DDynamicTableModel.java103 RectF cellRect = new RectF(); in getCellRect() local
/external/skia/gm/
Dtrickycubicstrokes.cpp128 auto cellRect = SkRect::MakeXYWH((i % kNumCols) * kCellSize, (i / kNumCols) * kCellSize, in draw_test() local
Dlazytiling.cpp227 SkIRect cellRect = SkIRect::MakeXYWH(x, y, 2*kContentSize, 2*kContentSize); in onDraw() local
/external/python/cpython2/Mac/Modules/list/
D_Listmodule.c390 Rect cellRect; in ListObj_LRect() local
1069 Rect *cellRect, in myListDefFunction()