HomeSort by relevance Sort by last modified time
    Searched refs:cx (Results 101 - 125 of 241) sorted by null

1 2 3 45 6 7 8 910

  /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/quake/quake/src/WinQuake/
menu.cpp 112 void M_DrawCharacter (int cx, int line, int num)
114 Draw_Character ( cx + ((vid.width - 320)>>1), line, num);
117 void M_Print (int cx, int cy, const char *str)
121 M_DrawCharacter (cx, cy, (*str)+128);
123 cx += 8;
127 void M_PrintWhite (int cx, int cy, const char *str)
131 M_DrawCharacter (cx, cy, *str);
133 cx += 8;
184 int cx, cy; local
188 cx = x
    [all...]
net_bw.cpp 248 regs.x.cx = msglen;
295 regs.x.cx = sizeof(ethdevinfo);
514 regs.x.cx = /* len + 53 */ LOWMEM_SIZE;
569 regs.x.cx = len + sizeof(BW_writeInfo_t);
605 regs.x.cx = len + sizeof(BW_writeInfo_t);
656 regs.x.cx = sizeof(BW_UDPinfo_t);
vid_dos.cpp 545 extern void M_Print (int cx, int cy, char *str);
546 extern void M_PrintWhite (int cx, int cy, char *str);
547 extern void M_DrawCharacter (int cx, int line, int num);
  /gdk/samples/quake/jni/
menu.cpp 112 void M_DrawCharacter (int cx, int line, int num)
114 Draw_Character ( cx + ((vid.width - 320)>>1), line, num);
117 void M_Print (int cx, int cy, const char *str)
121 M_DrawCharacter (cx, cy, (*str)+128);
123 cx += 8;
127 void M_PrintWhite (int cx, int cy, const char *str)
131 M_DrawCharacter (cx, cy, *str);
133 cx += 8;
184 int cx, cy; local
188 cx = x
    [all...]
  /external/openssl/crypto/
crypto.h 558 #define fips_md_init_ctx(alg, cx) \
559 int alg##_Init(cx##_CTX *c) \
565 int private_##alg##_Init(cx##_CTX *c)
572 #define fips_md_init_ctx(alg, cx) \
573 int alg##_Init(cx##_CTX *c)
  /external/openssl/include/openssl/
crypto.h 558 #define fips_md_init_ctx(alg, cx) \
559 int alg##_Init(cx##_CTX *c) \
565 int private_##alg##_Init(cx##_CTX *c)
572 #define fips_md_init_ctx(alg, cx) \
573 int alg##_Init(cx##_CTX *c)
  /external/qemu-pc-bios/vgabios/
vgabios.c 559 xor cx,cx local
560 not cx
565 not cx
566 dec cx
567 push cx
573 pop cx
583 static void int10_debugmsg(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS)
584 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
588 printf("vgabios call ah%02x al%02x bx%04x cx%04x dx%04x\n",GET_AH(),GET_AL(),BX,CX,DX)
3422 mov cx, 10[bp] ; count local
3423 cmp cx, #0x00 local
3460 mov cx, 10[bp] ; count local
3461 cmp cx, #0x00 local
3501 mov cx, 12[bp] ; count local
3502 cmp cx, #0x0000 local
3547 mov cx, 12[bp] ; count local
3548 cmp cx, #0x0000 local
3846 xor cx, cx local
3856 add cx, #0x8 local
3857 cmp cx, #0x200 ;; search bus #0 and #1 local
    [all...]
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 544 for (etc1_uint32 cx = 0; cx < xEnd; cx++) {
597 for (etc1_uint32 cx = 0; cx < xEnd; cx++) {
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 544 for (etc1_uint32 cx = 0; cx < xEnd; cx++) {
597 for (etc1_uint32 cx = 0; cx < xEnd; cx++) {
  /external/skia/samplecode/
SampleImageDir.cpp 239 SkScalar cx = this->width()/2; local
241 canvas->translate(cx, cy);
243 canvas->translate(-cx, -cy);
  /external/webkit/Source/WebCore/platform/graphics/android/
PathAndroid.cpp 170 SkScalar cx = SkFloatToScalar(p.x()); local
175 oval.set(cx - radius, cy - radius, cx + radius, cy + radius);
  /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/skia/include/core/
SkGeometry.h 95 void SkGetCubicCoeff(const SkPoint pts[4], SkScalar cx[4], SkScalar cy[4]);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 408 int cx = w / 2; local
410 mCanvas.translate(cx, cy);
413 mCanvas.translate(-cy, -cx);
415 mCanvas.translate(-cx, -cy);
PhotoView.java 647 float cx = r.exactCenterX(); local
676 float cxPage; // the cx value in page mode
687 cx = interpolate(filmRatio, cxPage, cx);
696 setTileViewPosition(cx, cy, viewW, viewH, imageScale);
700 canvas.translate((int) (cx + 0.5f), (int) (cy + 0.5f));
715 private void setTileViewPosition(float cx, float cy,
720 int centerX = (int) (imageW / 2f + (viewW / 2f - cx) / scale + 0.5f);
791 int cx = wantsCardEffect local
796 canvas.translate(cx, cy)
    [all...]
  /external/grub/stage1/
stage1.S 181 andw $1, %cx
353 * We need to save %cx and %si because the startup code in
359 movw $0x100, %cx
  /external/skia/src/core/
SkBlitter.cpp 111 int cx = clip.fLeft; local
117 const uint8_t* bits = mask.getAddr1(cx, cy);
119 if (cx == maskLeft && clip.fRight == mask.fBounds.fRight) {
121 bits_to_runs(this, cx, cy, bits, 0xFF, mask_rowBytes, 0xFF);
126 int left_edge = cx - maskLeft;
146 // have cx reflect our actual starting x-coord
147 cx -= left_edge & 7;
152 bits_to_runs(this, cx, cy, bits, left_mask, 1, rite_mask);
158 bits_to_runs(this, cx, cy, bits, left_mask, full_runs + 2, rite_mask);
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
PointCloud.java 219 final float cx = mDrawable.getIntrinsicWidth() * 0.5f; local
223 canvas.translate(px - cx, py - cy);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionOverlay.java 239 int cx = horizontalTransform.translate(handle.centerX); local
244 swtGc.fillRectangle(cx - radius, cy - radius, doubleRadius, doubleRadius);
  /external/grub/stage2/
asm.S 33 ax,dx,cx,bx,si,di,bp,sp,st,st1,st2,st3,st4,st5,st6,st7,arg
277 movw $0x0101, %cx
284 movw $3, %cx
323 movw $1, %cx
647 xorw %cx, %cx
648 movw %cx, (%edi)
961 movw %ax, %cx /* save the segment to cx */
972 movw %cx, %d
    [all...]
  /external/skia/bench/
bench_graph_svg.py 545 def cx(x): function in function:output_svg
575 <circle cx="1" cy="1" r="1"/>
619 print '<rect id=%s x=%s y=%s' % (qa(revision), qa(cx(x)), qa(disp_y),),
716 print '%s,%s' % (str(cx(min_x)), str(cy(slope*min_x + intercept))),
717 print '%s,%s' % (str(cx(max_x)), str(cy(slope*max_x + intercept))),
732 print '%s,%s' % (str(cx(point[0])), str(cy(point[1]))),
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.h 111 Eina_Bool (*zoom_set)(Ewk_View_Smart_Data *sd, float zoom, Evas_Coord cx, Evas_Coord cy);
112 Eina_Bool (*zoom_weak_set)(Ewk_View_Smart_Data *sd, float zoom, Evas_Coord cx, Evas_Coord cy);
388 EAPI Eina_Bool ewk_view_zoom_set(Evas_Object *o, float zoom, Evas_Coord cx, Evas_Coord cy);
393 EAPI Eina_Bool ewk_view_zoom_weak_set(Evas_Object *o, float zoom, Evas_Coord cx, Evas_Coord cy);
399 EAPI Eina_Bool ewk_view_zoom_animated_set(Evas_Object *o, float zoom, float duration, Evas_Coord cx, Evas_Coord cy);
ewk_view.cpp 883 static Eina_Bool _ewk_view_smart_zoom_set(Ewk_View_Smart_Data* sd, float zoom, Evas_Coord cx, Evas_Coord cy)
893 px = (double)(x + cx) / (w + sd->view.w);
905 x = (w + sd->view.w) * px - cx;
972 Evas_Coord cx, cy; local
    [all...]
  /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);

Completed in 1070 milliseconds

1 2 3 45 6 7 8 910