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

  /frameworks/base/tools/layoutlib/bridge/src/android/view/
ShadowPainter.java 96 int yStop = dstHeight - right;
150 for (int y = yStart; y < yStop; y++, bufferOffset += dstWidth) {
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_nsopengl.mm 293 GLfloat yStop = 1.0f - 2.0f * _startHeight;
305 glTexCoord2f(0.0, 0.0); glVertex2f(xStart, yStop);
306 glTexCoord2f(_width, 0.0); glVertex2f(xStop, yStop);
video_render_agl.cc 290 GLfloat yStop = 1.0f - 2.0f * _startHeight;
309 glTexCoord2f(0.0, 0.0); glVertex2f(xStart, yStop);
310 glTexCoord2f(_width, 0.0); glVertex2f(xStop, yStop);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java 372 int yStop = dstHeight - right;
426 for (int y = yStart; y < yStop; y++, bufferOffset += dstWidth) {
    [all...]

Completed in 88 milliseconds