/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
SensorTest.java | 189 int cx = w / 2; local 192 canvas.translate(cx, cy);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
DraggableDot.java | 149 final float cx = wf/2; local 154 canvas.drawCircle(cx, cy, rad, mPaint); 158 cx, cy + mLegendPaint.getFontSpacing()/2, 168 canvas.drawCircle(cx, cy, rad, mGlow); 170 canvas.drawCircle(cx, cy, rad, mGlow);
|
/external/clang/test/SemaCXX/ |
warn-unused-filescoped.cpp | 41 const unsigned int cx = 0; variable
|
/external/grub/netboot/ |
3c509.c | 43 * MCA support added by Adam Fritzler (mid@auk.cx) 338 int cx, al; local 340 for (al = 0xff, cx = 0; cx < 255; cx++) {
|
/external/icu4c/common/ |
ucnv_ext.cpp | 121 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, 132 if(cx==NULL || cx[UCNV_EXT_TO_U_LENGTH]<=0) { 137 toUTable=UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_INDEX, uint32_t); 234 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, 251 UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_UCHARS_INDEX, UChar)+ 276 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, 287 match=ucnv_extMatchToU(cx, (int8_t)UCNV_SISO_STATE(cnv), 297 ucnv_extWriteToU(cnv, cx, 330 ucnv_extSimpleMatchToU(const int32_t *cx, 1013 const int32_t *cx; local [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
PQTorus.java | 184 float cx = FastMath.cos(beta) * width; local 187 tempNorm.x = (cx * N.x + cy * B.x); 188 tempNorm.y = (cx * N.y + cy * B.y); 189 tempNorm.z = (cx * N.z + cy * B.z);
|
/external/libppp/src/ |
deflate.c | 47 z_stream cx; member in struct:deflate_state 62 deflateReset(&state->cx); 104 state->cx.next_out = wp; 105 state->cx.avail_out = DEFLATE_CHUNK_LEN - 2; 106 state->cx.next_in = MBUF_CTOP(mi); 107 state->cx.avail_in = mi->m_len; 112 if ((res = deflate(&state->cx, flush)) != Z_OK) { 116 res, state->cx.msg ? state->cx.msg : ""); 123 if (flush == Z_SYNC_FLUSH && state->cx.avail_out != 0 [all...] |
radius.h | 47 } cx; member in struct:radius
|
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
SDL_sysvideo.cc | 463 int32 cx = (bounds.IntegerWidth() - width)/2; local 466 // printf ("cx = %d, cy = %d\n", cx, cy); 474 SDL_Win->MoveTo(cx, cy); 479 SDL_Win->SetXYOffset(cx, cy);
|
/external/qemu-pc-bios/vgabios/ |
vbe.c | 892 * CX = Mode Number 898 void vbe_biosfn_return_mode_information(AX, CX, ES, DI) 899 Bit16u *AX;Bit16u CX; Bit16u ES;Bit16u DI; 909 printf("VBE vbe_biosfn_return_mode_information ES%x DI%x CX%x\n",ES,DI,CX); 912 using_lfb=((CX & VBE_MODE_LINEAR_FRAME_BUFFER) == VBE_MODE_LINEAR_FRAME_BUFFER); 914 CX = (CX & 0x1ff); 916 cur_info = mode_info_find_mode(CX, using_lfb, &cur_info); 921 printf("VBE found mode %x\n",CX); 1291 mov cx, ax variable 1360 mov cx, ax variable 1445 mov cx, # vesa_pm_end variable 1446 sub cx, di variable [all...] |
/external/quake/quake/src/WinQuake/ |
dosisms.h | 49 unsigned short cx, cx_hi;
member in struct:__anon14418::__anon14420
|
/external/skia/bench/ |
DashBench.cpp | 345 SkScalar cx = 640 / 2; // center X local 354 matrix.setRotate(90, cx, cy); 357 matrix.setRotate(45, cx, cy);
|
bench_graph_svg.py | 747 def cx(x): function in function:output_svg 779 <circle cx="1" cy="1" r="1"/> 823 print '<rect id=%s x=%s y=%s' % (qa(revision), qa(cx(x)), qa(disp_y),), [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/ |
PathAndroid.cpp | 169 SkScalar cx = SkFloatToScalar(p.x()); local 174 oval.set(cx - radius, cy - radius, cx + radius, cy + radius);
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
PathSkia.cpp | 131 SkScalar cx = WebCoreFloatToSkScalar(p.x()); local 137 oval.set(cx - radius, cy - radius, cx + radius, cy + radius);
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
WebThemeControlDRTWin.cpp | 197 SkScalar cx = SkIntToScalar(m_left + m_width / 2); local 202 m_canvas->drawCircle(cx, cy, radius, paint); 206 m_canvas->drawCircle(cx, cy, radius, paint);
|
/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
vp_motionmodel.c | 343 VP_PAR cx, cy; local 356 cx = (VP_PAR) (w/2.0); 363 MXW(R2r)=cx*(((VP_PAR)1.0) - inv_zoom);
|
/packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbreg/ |
vp_motionmodel.c | 343 VP_PAR cx, cy; local 356 cx = (VP_PAR) (w/2.0); 363 MXW(R2r)=cx*(((VP_PAR)1.0) - inv_zoom);
|
/packages/apps/Gallery2/src/com/android/camera/ui/ |
CameraControls.java | 225 int cx = (other.left + other.right) / 2; local 227 v.layout(cx - tw / 2 + lp.leftMargin, 229 cx + tw / 2 - lp.rightMargin, 237 int cx = (other.left + other.right) / 2; local 250 l = cx - tw / 2 + lp.leftMargin; 251 r = cx + tw / 2 - lp.rightMargin; 264 l = cx - tw / 2 + lp.leftMargin; 265 r = cx + tw / 2 - lp.rightMargin; 277 int cx = (other.left + other.right) / 2; local 288 l = cx - tw / 2 + lp.leftMargin [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
CropDrawingUtils.java | 101 float cx = cropBounds.centerX(); local 103 RectF r1 = new RectF(cx - sx / 2, cy - sy / 2, cx + sx / 2, cy + sy / 2); 107 RectF r2 = new RectF(cx - sx / 2, cy - sy / 2, cx + sx / 2, cy + sy / 2);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageVignette.java | 111 float cx = mImageLoader.getOriginalBounds().width() / 2; local 113 float rx = Math.min(cx, cy) * .8f; 115 mVignetteRep.setCenter(cx, cy); 118 c[0] = cx;
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
PhotoFallbackEffect.java | 107 float cx = d.centerX() * p + s.centerX() * (1 - p); local 115 mTarget.set(cx - ch / 2, cy - ch / 2, cx + ch / 2, cy + ch / 2); 123 mTarget.set(cx - cw / 2, cy - ch / 2, cx - ch / 2, cy + ch / 2); 128 mTarget.set(cx + ch / 2, cy - ch / 2, cx + cw / 2, cy + ch / 2); 135 mTarget.set(cx - cw / 2, cy - cw / 2, cx + cw / 2, cy + cw / 2); 143 mTarget.set(cx - cw / 2, cy - ch / 2, cx + cw / 2, cy - cw / 2) [all...] |
SurfaceTextureScreenNail.java | 116 int cx = x + width / 2; local 118 canvas.translate(cx, cy); 120 canvas.translate(-cx, -cy);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
Cling.java | 231 int cx = -1; local 240 cx = positions[i]; 242 if (cx > -1 && cy > -1) { 243 c.drawCircle(cx, cy, mRevealRadius, mErasePaint); 244 mPunchThroughGraphic.setBounds(cx - dw/2, cy - dh/2, cx + dw/2, cy + dh/2); 257 mHandTouchGraphic.setBounds(cx + offset, cy + offset, 258 cx + mHandTouchGraphic.getIntrinsicWidth() + offset,
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
vp_motionmodel.c | 343 VP_PAR cx, cy; local 356 cx = (VP_PAR) (w/2.0); 363 MXW(R2r)=cx*(((VP_PAR)1.0) - inv_zoom);
|