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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java 277 int sy1 = bounds.y; local
279 int sy2 = sy1 + bounds.height;
282 for (int dy = dy1, sy = sy1; dy < dy2; dy++, sy++) {
292 int syDelta = sy2 - sy1;
294 for (int dy = dy1, sy = sy1; dy < dy2; dy++, sy = (dy - dy1) * syDelta / dyDelta
295 + sy1) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtilsTest.java 268 int sy1 = bounds.y; local
270 int sy2 = sy1 + bounds.height;
272 g.drawImage(image, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, null);
  /external/qemu/android/skin/
argb.h 245 int sy1 = sy; local
249 int sy2 = sy1 + iy;
256 /* the current destination pixel maps to the (sx1,sy1)-(sx2,sy2)
271 if (ymin < sy1) ymin = sy1;
341 int sy1 = sy; local
345 int sy2 = sy1 + iy;
353 int fy1 = sy1 & 0xffff;
357 int center_y = ((sy1 >> 16) + 1) < ((sy2-1) >> 16);
  /prebuilt/common/jfreechart/
jfreechart-1.0.9-swt.jar 

Completed in 2568 milliseconds