HomeSort by relevance Sort by last modified time
    Searched defs:cx (Results 176 - 200 of 251) sorted by null

1 2 3 4 5 6 78 91011

  /external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c 968 const int32_t *cx; local
1035 const int32_t *cx; local
3245 const int32_t *cx=sharedData->mbcs.extIndexes; local
4675 const int32_t *cx; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
stroker.c 1093 VGfloat cx = data[0], cy = data[1]; local
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 3159 const float cx = (float(x)+0.5f) \/ dstW * srcW; local
3195 const float cx = deFloatFloor(float(x) \/ dstW * srcW) + 1.0f; local
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 421 TCoord cx, cy; member in struct:gray_TWorker_
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 248 hb_position_t cx, cy; local
252 font->get_glyph_contour_point_for_origin (glyph_id, anchorPoint, HB_DIRECTION_LTR, &cx, &cy);
253 *x = ret && x_ppem ? cx : font->em_scale_x (xCoordinate);
    [all...]
  /external/icu/icu4c/source/common/
ucnv2022.cpp 1101 const int32_t *cx; local
    [all...]
ucnvmbcs.c 968 const int32_t *cx; local
1035 const int32_t *cx; local
3245 const int32_t *cx=sharedData->mbcs.extIndexes; local
4675 const int32_t *cx; local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 3521 int cx = (x < 0) ? 0 : x; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
stroker.c 1093 VGfloat cx = data[0], cy = data[1]; local
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 997 float cx = (float)(x*dp), cy = (float)(y*dp); local
1006 if( (c[0] - cx)*(c[0] - cx) + (c[1] - cy)*(c[1] - cy) < min_dist )
1019 _dx = cx - pt.x; _dy = cy - pt.y;
    [all...]
  /external/opencv/cvaux/src/
cvtrifocal.cpp 154 double fx,fy,cx,cy; local
158 cx = cvmGet(cameraMatr,0,2);
164 cvmSet(normPoints, 0, i, (cvmGet(points,0,i) - cx) / fx );
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 856 double cx = center.x, cy = center.y; local
899 pts->x = cvRound( cx + x * alpha - y * beta );
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftgrays.c 384 TCoord cx, cy; member in struct:gray_TWorker_
    [all...]
  /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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c 3521 int cx = (x < 0) ? 0 : x; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 448 int cx = w / 2; local
450 mCanvas.translate(cx, cy);
453 mCanvas.translate(-cy, -cx);
455 mCanvas.translate(-cx, -cy);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 327 final float[] cx = {0.3f, 0.3f, 0.5f, 0.7f, 0.7f}; local
330 float x = cx[n % cx.length];
331 float y = cy[n % cx.length];
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windef.h 260 LONG cx; member in struct:tagSIZE
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp 2124 float cx = quad[3].x() - quad[2].x(); local
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
SampleApp.cpp 1390 SkScalar cx = this->width() \/ 2; local
1473 SkScalar cx = center.fX; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPath.cpp 1172 SkScalar cx = oval.centerX(); local
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 1417 SkScalar cx = this->width() \/ 2; local
1494 SkScalar cx = center.fX; local
    [all...]
  /external/skia/src/core/
SkPath.cpp 1266 SkScalar cx = oval.centerX(); local
    [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 2078 int cx = i + 2; local
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PanoramaModule.java 883 int cx = bounds.centerX(); local
    [all...]

Completed in 3787 milliseconds

1 2 3 4 5 6 78 91011