Home
last modified time | relevance | path

Searched refs:plotSize (Results 1 – 4 of 4) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
DXYStepCalculatorTest.java44 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/
DRasterPathAtlas.cpp108 if (!helper.init(fDrawAtlas->plotSize(), transformedMaskOffset)) { in onAddToAtlas()
DDrawAtlas.h125 SkISize plotSize() const { return {fPlotWidth, fPlotHeight}; } in plotSize() function
DClipAtlasManager.cpp232 if (!helper.init(fDrawAtlas->plotSize(), transformedMaskOffset)) { in addToAtlas()