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

  /external/skia/gm/
downsamplebitmap.cpp 82 int curHeight;
98 curHeight = (int) (fBM.height() * curScale + 2);
99 curY += curHeight;
101 } while (curHeight >= 2 && curY < 4*fBM.height());
  /external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 70 int curHeight = height;
75 rects.push_back(IVec4(width-curWidth, height-curHeight, curWidth, curHeight));
77 DE_ASSERT(curWidth >= 1 && curHeight >= 1);
78 if (curWidth == 1 && curHeight == 1)
80 else if (curHeight > 1 && ((ndx%2) == 0 || curWidth == 1))
81 curHeight -= 1;
    [all...]
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java     [all...]

Completed in 743 milliseconds