/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfScanLineInputFile.cpp | 486 int yStart, yStop, dy; 491 yStop = _scanLineMax + 1; 497 yStop = _scanLineMin - 1; 501 for (int y = yStart; y != yStop; y += dy)
|
ImfOutputFile.cpp | 482 int yStart, yStop, dy; 487 yStop = _lineBuffer->scanLineMax + 1; 493 yStop = _lineBuffer->scanLineMin - 1; 499 for (y = yStart; y != yStop; y += dy) [all...] |
/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...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_reconstruct.c | 2237 i32 xstop, ystop; local [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...] |
/external/skia/src/core/ |
SkAAClip.cpp | 201 const YOffset* ystop = yoff + head->fRowCount; local 207 while (yoff < ystop) { [all...] |