Searched refs:cx (Results 76 - 100 of 150) sorted by relevance

123456

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_blit.c233 GLint cx, cy, cw, ch; local
251 cx = fb->_Xmin;
288 x1 = cx + irb->draw_x;
290 x2 = cx + cw + irb->draw_x;
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_blit.c233 GLint cx, cy, cw, ch; local
251 cx = fb->_Xmin;
288 x1 = cx + irb->draw_x;
290 x2 = cx + cw + irb->draw_x;
/external/libpcap/msdos/
H A Dpkt_rx1.s100 cmp cx, ETH_MAX ; size OK ?
114 mov [di], cx ; remember firstCount.
141 mov [si-6+2], cx ; store _pktRxBuf[n].secondCount
H A Dpkt_rx0.asm148 cmp cx, RX_BUF_SIZE+14 ; size OK ?
153 mov [di].firstCount, cx ; remember the first count.
184 mov [si].secondCount, cx
/external/skia/gm/
H A Ddownsamplebitmap.cpp22 int cx = (x * numChecks) / size; local
24 if ((cx+cy)%2) {
H A Dtechtalk1.cpp110 static void show_fan(SkCanvas* canvas, const SkPath& path, SkScalar cx, SkScalar cy) { argument
119 canvas->drawLine(pts[i].fX, pts[i].fY, cx, cy, paint);
/external/skia/src/core/
H A DSkBlitter.cpp125 int cx = clip.fLeft; local
131 const uint8_t* bits = mask.getAddr1(cx, cy);
133 if (cx == maskLeft && clip.fRight == mask.fBounds.fRight) {
135 bits_to_runs(this, cx, cy, bits, 0xFF, mask_rowBytes, 0xFF);
140 int left_edge = cx - maskLeft;
160 // have cx reflect our actual starting x-coord
161 cx -= left_edge & 7;
166 bits_to_runs(this, cx, cy, bits, left_mask, 1, rite_mask);
172 bits_to_runs(this, cx, cy, bits, left_mask, full_runs + 2, rite_mask);
/external/skia/src/utils/
H A DSkInterpolator.cpp232 SkScalar cx, SkScalar cy) {
240 Dot14 c = pin_and_convert(cx);
231 SkUnitCubicInterp(SkScalar value, SkScalar bx, SkScalar by, SkScalar cx, SkScalar cy) argument
/external/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp176 for (int cx = 0; cx < fKernelSize.fWidth; cx++) {
178 x + cx - fKernelOffset.fX,
181 SkScalar k = fKernel[cy * fKernelSize.fWidth + cx];
/external/libvncserver/libvncserver/
H A Dtight.c527 int cx, cy; local
544 for ( cx = *x_ptr - 1;
545 cx >= x && CheckSolidTile(cl, cx, *y_ptr, 1, *h_ptr, &colorValue, TRUE);
546 cx-- );
547 *w_ptr += *x_ptr - (cx + 1);
548 *x_ptr = cx + 1;
551 for ( cx = *x_ptr + *w_ptr;
552 cx < x + w &&
553 CheckSolidTile(cl, cx, *y_pt
[all...]
/external/libvncserver/x11vnc/misc/turbovnc/
H A Dtight.c402 int cx, cy; local
419 for ( cx = *x_ptr - 1;
420 cx >= x && CheckSolidTile(cx, *y_ptr, 1, *h_ptr, &colorValue, TRUE);
421 cx-- );
422 *w_ptr += *x_ptr - (cx + 1);
423 *x_ptr = cx + 1;
426 for ( cx = *x_ptr + *w_ptr;
427 cx < x + w &&
428 CheckSolidTile(cx, *y_pt
[all...]
/external/skia/bench/
H A DDashBench.cpp328 SkScalar cx = 640 / 2; // center X local
337 matrix.setRotate(90, cx, cy);
340 matrix.setRotate(45, cx, cy);
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetMBCS.java1720 ByteBuffer cx = sharedData.mbcs.extIndexes;
1727 if (cx == null || cx.asIntBuffer().get(EXT_TO_U_LENGTH) <= 0) {
1732 toUTable = (IntBuffer) ARRAY(cx, EXT_TO_U_INDEX, int.class);
1827 ByteBuffer cx = sharedData.mbcs.extIndexes;
1836 CharBuffer cb = ((CharBuffer) ARRAY(cx, EXT_TO_U_UCHARS_INDEX, char.class));
1884 // ByteBuffer cx;
3601 * @param cx
3625 // static int32_t ucnv_extMatchFromU(const int32_t *cx, UChar32 firstCP, const UChar *pre, int32_t preLength,
3629 ByteBuffer cx
4953 extGetUnicodeSetString(ByteBuffer cx,UnicodeSet setFillIn, boolean useFallback, int minLength, int c, char s[],int length,int sectionIndex) argument
[all...]
/external/mesa3d/include/VG/
H A Dvgu.h96 VGfloat cx, VGfloat cy,
/external/skia/src/pathops/
H A DSkPathOpsQuad.cpp229 double cx = dst[2].fX = interp_quad_coords(&fPts[0].fX, t2); local
231 /* bx = */ dst[1].fX = 2 * dx - (ax + cx) / 2;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c694 int cx[MAX_PLANES]; local
697 cx[i] = c[i];
705 int planeout = cx[i] + eo[i];
706 int planepartial = cx[i] + ei[i] - 1;
740 /* Iterate cx values across the region:
743 cx[i] += xstep[i];
/external/llvm/test/MC/X86/
H A Dx86-64.s370 // CHECK: sldtw %cx
374 sldt %cx
763 // CHECK: movswq %cx, %rax
765 movsx %cx, %rax
787 // CHECK: movzwq %cx, %rax
789 movzx %cx, %rax
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dstroker.c1093 VGfloat cx = data[0], cy = data[1]; local
1099 stroker_emit_move_to(stroker, cx + offset, cy);
1101 cx + offset, cy,
1102 cx - offset, cy,
1106 cx - offset, cy,
1107 cx + offset, cy,
H A Dvgu.c223 VGfloat cx, VGfloat cy,
246 coords[0] = cx + width/2; coords[1] = cy;
222 vguEllipse(VGPath path, VGfloat cx, VGfloat cy, VGfloat width, VGfloat height) argument
/external/opencv/cv/src/
H A Dcvundistort.cpp106 float fx, float fy, float cx, float cy, float k1, float k2, uchar *pBuffer );
379 double A[3][3], RR[3][3], k[5]={0,0,0,0,0}, fx, fy, ifx, ify, cx, cy; local
439 cx = A[0][2];
456 x0 = x = (x - cx)*ifx;
/external/skia/bench/DATA/skia_resources/
H A Dslides.lua36 local cx = x - ps * .8
39 canvas:drawCircle(cx, cy, radius, paint)
/external/skia/dm/DATA/skia_resources/
H A Dslides.lua36 local cx = x - ps * .8
39 canvas:drawCircle(cx, cy, radius, paint)
/external/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.cpp702 float cx, float cy,
706 float d = (cx - bx) * dy - (cy - by) * dx;
712 float acx = (ax + cx) * 0.5f;
713 float bcx = (bx + cx) * 0.5f;
699 RecursiveQuadraticBezierVertices( float ax, float ay, float bx, float by, float cx, float cy, float sqrInvScaleX, float sqrInvScaleY, SkTArray<Vertex, true>* outputVertices) argument
/external/skia/gm/DATA/skia_resources/
H A Dslides.lua36 local cx = x - ps * .8
39 canvas:drawCircle(cx, cy, radius, paint)
/external/skia/resources/
H A Dslides.lua36 local cx = x - ps * .8
39 canvas:drawCircle(cx, cy, radius, paint)

Completed in 978 milliseconds

123456