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

  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
GifDecoder.java 369 private int currY = 0; // Current output scanline
393 int maxY = currY + numLines + imageTop;
394 int offset = currY * imageWidth;
404 for (int y = currY + imageTop; y < maxY; y++) {
437 imageTop + currY,
442 currY*imageWidth,
448 imageTop + currY,
453 currY*imageWidth,
458 currY += numLines;
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollerTest.java 198 // We can not get the precise currX and currY when scrolling
295 // We can not get the precise currX and currY when scrolling
363 // We can not get the precise currX and currY when scrolling
389 int currY = mScroller.getCurrY();
394 assertTrue(currY > 0);
395 assertTrue(currY < mScroller.getFinalY());
407 int previousY = currY;
409 currY = mScroller.getCurrY();
414 assertTrue(currY > previousY);
415 assertTrue(currY < mScroller.getFinalY())
    [all...]
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 60 int currY() const {
281 uint8_t* row = scanline + iter.currY() * rowBytes;
  /external/webkit/WebCore/rendering/
RenderBlock.cpp     [all...]

Completed in 116 milliseconds