Searched refs:plotSize (Results 1 – 4 of 4) sorted by relevance
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/ |
D | XYStepCalculatorTest.java | 44 float plotSize = 100; in testSubdivide() local 47 …XYStep step = XYStepCalculator.getStep(XYStepMode.SUBDIVIDE, plotSize, numSegments, minVal, maxVal… in testSubdivide() 49 assertEquals(plotSize/(numSegments-1), step.getStepPix()); in testSubdivide() 55 … step = XYStepCalculator.getStep(XYStepMode.SUBDIVIDE, plotSize, numSegments, minVal, maxVal); in testSubdivide() 56 assertEquals(plotSize/(numSegments-1), step.getStepPix()); in testSubdivide()
|
/external/skia/src/gpu/graphite/ |
D | RasterPathAtlas.cpp | 108 if (!helper.init(fDrawAtlas->plotSize(), transformedMaskOffset)) { in onAddToAtlas()
|
D | DrawAtlas.h | 125 SkISize plotSize() const { return {fPlotWidth, fPlotHeight}; } in plotSize() function
|
D | ClipAtlasManager.cpp | 232 if (!helper.init(fDrawAtlas->plotSize(), transformedMaskOffset)) { in addToAtlas()
|