HomeSort by relevance Sort by last modified time
    Searched defs:sy1 (Results 1 - 12 of 12) sorted by null

  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 325 float sy1 = (y+1) / (float)gridSizeY; local
329 float fy1 = 2.0f * sy1 - 1.0f;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java 285 int sy1 = bounds.y; local
287 int sy2 = sy1 + bounds.height;
290 for (int dy = dy1, sy = sy1; dy < dy2; dy++, sy++) {
300 int syDelta = sy2 - sy1;
302 for (int dy = dy1, sy = sy1; dy < dy2; dy++, sy = (dy - dy1) * syDelta / dyDelta
303 + sy1) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtilsTest.java 263 int sy1 = bounds.y; local
265 int sy2 = sy1 + bounds.height;
267 g.drawImage(image, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, null);
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 485 float sy1 = (y+1) / (float)gridSizeY; local
489 float fy1 = 2.0f * sy1 - 1.0f;
glsShaderRenderCase.cpp 693 float sy1 = y1 * (float)height; local
695 float oosy = 1.0f / (sy1 - sy0);
700 int iy1 = deCeilFloatToInt32(sy1 - 0.5f);
711 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1);
  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp 511 const deInt64 sy1 = toSubpixelCoord(y0+1) + halfPixel; local
514 const deInt64 sy[4] = { sy0, sy0, sy1, sy1 };
687 const deInt64 sy1 = toSubpixelCoord(y0+1);
690 const deInt64 sy[4] = { sy0, sy0, sy1, sy1 };
    [all...]
  /external/qemu/android/skin/
argb.h 247 int sy1 = sy; local
251 int sy2 = sy1 + iy;
258 /* the current destination pixel maps to the (sx1,sy1)-(sx2,sy2)
273 if (ymin < sy1) ymin = sy1;
343 int sy1 = sy; local
347 int sy2 = sy1 + iy;
355 int fy1 = sy1 & 0xffff;
359 int center_y = ((sy1 >> 16) + 1) < ((sy2-1) >> 16);
  /external/chromium_org/cc/animation/
transform_operations_unittest.cc 244 SkMScalar sy1 = 4; local
260 operations_from.AppendScale(sx1, sy1, sz1);
268 scale_from.Scale3d(sx1, sy1, sz1);
332 SkMScalar sy1 = 4; local
348 operations_from.AppendScale(sx1, sy1, sz1);
356 from.Scale3d(sx1, sy1, sz1);
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 366 milliseconds