Home
last modified time | relevance | path

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

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
DPixelUtils.java34 private static final float FLOAT_INT_AVG_NUDGE = 0.5f; field in PixelUtils
89 (int) (left + FLOAT_INT_AVG_NUDGE), in nearestPixRect()
90 (int) (top + FLOAT_INT_AVG_NUDGE), in nearestPixRect()
91 (int) (right + FLOAT_INT_AVG_NUDGE), in nearestPixRect()
92 (int) (bottom + FLOAT_INT_AVG_NUDGE)); in nearestPixRect()