HomeSort by relevance Sort by last modified time
    Searched defs:cy (Results 26 - 45 of 45) sorted by null

12

  /external/skia/src/core/
SkBlitter.cpp 115 int cy = clip.fTop; local
120 const uint8_t* bits = mask.getAddr1(cx, cy);
126 bits_to_runs(this, cx, cy, bits, 0xFF, mask_rowBytes, 0xFF);
128 cy += 1;
161 bits_to_runs(this, cx, cy, bits, left_mask, 1, rite_mask);
163 cy += 1;
170 bits_to_runs(this, cx, cy, bits, left_mask, full_runs + 2, rite_mask);
172 cy += 1;
SkPath.cpp 510 SkScalar cy = oval.centerY(); local
518 this->moveTo(cx + rx, cy);
520 this->cubicTo(cx + rx, cy - sy, cx + sx, cy - ry, cx, cy - ry);
521 this->cubicTo(cx - sx, cy - ry, cx - rx, cy - sy, cx - rx, cy);
522 this->cubicTo(cx - rx, cy + sy, cx - sx, cy + ry, cx, cy + ry)
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 342 float cy = getHeight() / 2F; local
344 zoomTo(scale, cx, cy);
349 float cy = getHeight() / 2F; local
351 panBy(cx - pointX, cy - pointY);
352 zoomTo(scale, cx, cy);
372 float cy = getHeight() / 2F; local
374 mSuppMatrix.postScale(rate, rate, cx, cy);
384 float cy = getHeight() / 2F; local
388 tmp.postScale(1F / rate, 1F / rate, cx, cy);
391 mSuppMatrix.setScale(1F, 1F, cx, cy);
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
ImageViewTouchBase.java 324 float cy = getHeight() / 2F; local
326 zoomTo(scale, cx, cy);
346 float cy = getHeight() / 2F; local
348 mSuppMatrix.postScale(rate, rate, cx, cy);
358 float cy = getHeight() / 2F; local
362 tmp.postScale(1F / rate, 1F / rate, cx, cy);
365 mSuppMatrix.setScale(1F, 1F, cx, cy);
367 mSuppMatrix.postScale(1F / rate, 1F / rate, cx, cy);
  /sdk/ddms/app/src/com/android/ddms/
StaticPortConfigDialog.java 104 int cy = r.y + r.height/2; local
105 int y = cy - DLG_HEIGHT / 2;
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c 124 LONG cx, LONG cy,
140 if (y+cy>swpDesktop.cy)
141 y = swpDesktop.cy - cy;
142 return WinSetWindowPos(hwnd, hwndInsertBehind, x, y, cx, cy, fl);
154 if (y+swp.cy>swpDesktop.cy)
155 y = swpDesktop.cy - swp.cy;
1057 int cx, cy, ncx, ncy; local
    [all...]
  /external/webkit/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 454 double cx, cy, cz, cw; local
489 cy = ay * scale + by * invscale;
493 qa[0] = cx; qa[1] = cy; qa[2] = cz; qa[3] = cw;
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventValueSelector.java 136 int cy = r.y + r.height/2; local
137 int y = cy - DLG_HEIGHT / 2;
EventDisplayOptions.java 158 int cy = r.y + r.height/2; local
159 int y = cy - DLG_HEIGHT / 2;
    [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java 1244 float cy = h \/ 2.0f; local
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 336 TCoord cx, cy; member in struct:TWorker_
    [all...]
  /external/quake/quake/src/WinQuake/
menu.cpp 117 void M_Print (int cx, int cy, const char *str)
121 M_DrawCharacter (cx, cy, (*str)+128);
127 void M_PrintWhite (int cx, int cy, const char *str)
131 M_DrawCharacter (cx, cy, *str);
184 int cx, cy; local
189 cy = y;
191 M_DrawTransPic (cx, cy, p);
195 cy += 8;
196 M_DrawTransPic (cx, cy, p);
199 M_DrawTransPic (cx, cy+8, p)
    [all...]
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1093 milliseconds

12