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

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYGraphWidget.java 333 * @param yPix
336 public Double getYVal(float yPix) {
341 return ValPixConverter.pixToVal(yPix - paddedGridRect.top, plot
413 float xPix, float yPix, Paint labelPaint) {
424 canvas.rotate(getDomainLabelOrientation(), xPix, yPix);
429 canvas.rotate(getRangeLabelOrientation(), xPix, yPix);
445 canvas.drawText(txt, xPix, yPix, p);
465 float yPix;
467 yPix = gridRect.bottom + domainLabelTickExtension
470 yPix = gridRect.top - domainLabelTickExtension
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
ImageReaderTest.java 548 for (int j = 0, yPix = 0, crPix = 0, cbPix = 0; j < w; j++, yPix += yPixStride) {
549 float y = yRow[yPix] & 0xFF;
    [all...]

Completed in 1956 milliseconds