HomeSort by relevance Sort by last modified time
    Searched refs:intY (Results 1 - 5 of 5) sorted by null

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
BarRenderer.java 238 //Log.d("BAR", b.series.getTitle() + " <" + b.barGroup.leftX + "|" + b.barGroup.intX + "|" + b.barGroup.rightX + "> " + b.intY);
240 canvas.drawRect(b.barGroup.leftX, b.intY, b.barGroup.rightX, b.barGroup.plotArea.bottom, formatter.getFillPaint());
242 canvas.drawRect(b.barGroup.leftX, b.intY, b.barGroup.rightX, b.barGroup.plotArea.bottom, formatter.getBorderPaint());
244 canvas.drawText(pointLabeler.getLabel(b.series, b.seriesIndex), b.intX + plf.hOffset, b.intY + plf.vOffset, plf.getTextPaint());
259 //Log.d("BAR", "width=" + width + " <" + leftX + "|" + b.intX + "|" + (leftX + width) + "> " + b.intY);
261 canvas.drawRect(leftX, b.intY, leftX + width, b.barGroup.plotArea.bottom, formatter.getFillPaint());
263 canvas.drawRect(leftX, b.intY, leftX + width, b.barGroup.plotArea.bottom, formatter.getBorderPaint());
265 canvas.drawText(pointLabeler.getLabel(b.series, b.seriesIndex), leftX + width/2 + plf.hOffset, b.intY + plf.vOffset, plf.getTextPaint());
280 int height = (int) b.barGroup.plotArea.bottom - b.intY;
288 canvas.drawText(pointLabeler.getLabel(b.series, b.seriesIndex), b.intX + plf.hOffset, b.intY + plf.vOffset, plf.getTextPaint());
    [all...]
  /external/skia/src/core/
SkBitmapProcState.cpp 505 yTemp = mapper.intY();
535 iY2 = mapper.intY();
602 fFilterOneY = mapper.intY();
784 dstY = SkClampMax(mapper.intY(), maxY);
SkBitmapProcState.h 230 int intY() const { return SkFractionalIntToInt(fY); }
SkBitmapProcState_matrixProcs.cpp 332 **xy = s.fIntTileProcY(mapper.intY(), s.fPixmap.height());
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 376 *xy++ = SkClampMax(mapper.intY(), maxY);

Completed in 202 milliseconds