Searched defs:cx (Results 126 - 150 of 188) sorted by relevance

12345678

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_ext.c120 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, argument
131 if(cx==NULL || cx[UCNV_EXT_TO_U_LENGTH]<=0) {
136 toUTable=UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_INDEX, uint32_t);
233 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, argument
250 UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_UCHARS_INDEX, UChar)+
275 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, argument
286 match=ucnv_extMatchToU(cx, (int8_t)UCNV_SISO_STATE(cnv),
296 ucnv_extWriteToU(cnv, cx,
329 ucnv_extSimpleMatchToU(const int32_t *cx, argument
518 ucnv_extMatchFromU(const int32_t *cx, UChar32 firstCP, const UChar *pre, int32_t preLength, const UChar *src, int32_t srcLength, uint32_t *pMatchValue, UBool useFallback, UBool flush) argument
669 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, uint32_t value, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) argument
744 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, UChar32 cp, const UChar **src, const UChar *srcLimit, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) argument
807 ucnv_extSimpleMatchFromU(const int32_t *cx, UChar32 cp, uint32_t *pValue, UBool useFallback) argument
946 ucnv_extGetUnicodeSetString(const UConverterSharedData *sharedData, const int32_t *cx, const USetAdder *sa, UBool useFallback, int32_t minLength, UChar32 c, UChar s[UCNV_EXT_MAX_UCHARS], int32_t length, int32_t sectionIndex, UErrorCode *pErrorCode) argument
1011 const int32_t *cx; local
[all...]
H A Ducnv2022.c1067 const int32_t *cx; local
1117 cx=sharedData->mbcs.extIndexes;
1118 if(cx!=NULL) {
1119 return ucnv_extSimpleMatchFromU(cx, c, value, useFallback);
H A Ducnvmbcs.c970 const int32_t *cx; local
974 if( (cx=sharedData->mbcs.extIndexes)!=NULL &&
976 cnv, cx,
1037 const int32_t *cx; local
1039 if( (cx=sharedData->mbcs.extIndexes)!=NULL &&
1041 cnv, cx,
3248 const int32_t *cx=sharedData->mbcs.extIndexes; local
3249 if(cx!=NULL) {
3250 return ucnv_extSimpleMatchToU(cx, source, length, useFallback);
4677 const int32_t *cx; local
[all...]
/external/chromium_org/third_party/mesa/src/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/icu/icu4c/source/common/
H A Ducnv_ext.cpp121 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, argument
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, argument
251 UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_UCHARS_INDEX, UChar)+
276 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, argument
287 match=ucnv_extMatchToU(cx, (int8_t)UCNV_SISO_STATE(cnv),
297 ucnv_extWriteToU(cnv, cx,
330 ucnv_extSimpleMatchToU(const int32_t *cx, argument
528 ucnv_extMatchFromU(const int32_t *cx, UChar32 firstCP, const UChar *pre, int32_t preLength, const UChar *src, int32_t srcLength, uint32_t *pMatchValue, UBool useFallback, UBool flush) argument
669 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, uint32_t value, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) argument
744 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, UChar32 cp, const UChar **src, const UChar *srcLimit, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) argument
807 ucnv_extSimpleMatchFromU(const int32_t *cx, UChar32 cp, uint32_t *pValue, UBool useFallback) argument
972 ucnv_extGetUnicodeSetString(const UConverterSharedData *sharedData, const int32_t *cx, const USetAdder *sa, UConverterUnicodeSet which, int32_t minLength, UChar32 firstCP, UChar s[UCNV_EXT_MAX_UCHARS], int32_t length, int32_t sectionIndex, UErrorCode *pErrorCode) argument
1029 const int32_t *cx; local
[all...]
/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/opencv/cv/src/
H A Dcvmoments.cpp47 double cx = 0, cy = 0; local
56 cx = moments->m10 * inv_m00;
61 /* mu20 = m20 - m10*cx */
62 mu20 = moments->m20 - moments->m10 * cx;
72 /* mu30 = m30 - cx*(3*mu20 + cx*m10) */
73 moments->mu30 = moments->m30 - cx * (3 * mu20 + cx * moments->m10);
75 /* mu21 = m21 - cx*(2*mu11 + cx*m0
[all...]
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/opencv/cvaux/src/
H A Dcvscanlines.cpp1296 icvBuildScanline( CvSize imgSize, float *epiline, float *kx, float *cx, float *ky, float *cy ) argument
1350 if( !kx && !ky && !cx && !cy )
1365 if( cx && cy )
1372 *cx = point[0][0];
1379 *cx = point[1][0];
/external/chromium_org/net/url_request/
H A Durl_request_throttler_simulation_unittest.cc224 int cx = tx / ticks_per_column; local
226 columns[cx] = 0;
227 columns[cx] += requests_per_tick_[tx];
233 for (int cx = 0; cx < num_columns; ++cx)
234 max_value = std::max(max_value, columns[cx]);
258 for (int cx = 0; cx < num_printed_columns; ++cx) {
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Darc.c247 arc->cx, arc->cy,
248 &arc->cx, &arc->cy);
259 vec0[0] = arc->x1 - arc->cx;
261 vec1[0] = arc->x2 - arc->cx;
266 vec0[0], vec0[1], vec1[0], vec1[1], arc->cx, arc->cy);
326 x1 = arc->cx + a_cos_eta1 * arc->cos_theta -
333 x2 = arc->cx + a_cos_eta2 * arc->cos_theta -
369 double cx, cy; local
383 cx = cx1;
386 cx
[all...]
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,
/external/chromium_org/third_party/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/chromium_org/third_party/skia/src/effects/gradients/
H A DSkGradientShader.cpp827 SkShader* SkGradientShader::CreateSweep(SkScalar cx, SkScalar cy, argument
840 return SkNEW_ARGS(SkSweepGradient, (cx, cy, desc, localMatrix));
/external/mesa3d/src/gallium/state_trackers/vega/
H A Darc.c247 arc->cx, arc->cy,
248 &arc->cx, &arc->cy);
259 vec0[0] = arc->x1 - arc->cx;
261 vec1[0] = arc->x2 - arc->cx;
266 vec0[0], vec0[1], vec1[0], vec1[1], arc->cx, arc->cy);
326 x1 = arc->cx + a_cos_eta1 * arc->cos_theta -
333 x2 = arc->cx + a_cos_eta2 * arc->cos_theta -
369 double cx, cy; local
383 cx = cx1;
386 cx
[all...]
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_rasterizer_scanline_aa.h436 int cx[4]; local
441 cx, cy);
442 const int* px = cx;
/external/qemu-pc-bios/vgabios/
H A Dclext.c720 push cx
744 pop cx
749 mov cx, #0x1132 variable
854 mov ax, cx
863 push cx
874 mov cx, #0x80 variable
924 mov cx, dx variable
926 div cx
974 pop cx
978 test cx, # variable
982 mov cx, [di] variable
983 cmp cx, #0x0080 ;; is LFB supported? variable
1130 mov cx, ax variable
1195 mov cx, ax variable
1243 mov cx, #0xffff variable
1495 mov cx, #0xa000 variable
1499 mov cx, #8192 variable
[all...]
/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/src/effects/gradients/
H A DSkGradientShader.cpp827 SkShader* SkGradientShader::CreateSweep(SkScalar cx, SkScalar cy, argument
840 return SkNEW_ARGS(SkSweepGradient, (cx, cy, desc, localMatrix));
/external/stressapptest/src/
H A Dos.cc154 int ax, bx, cx, dx; local
156 "cpuid": "=a" (ax), "=b" (bx), "=c" (cx), "=d" (dx) : "a" (1));
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslcon.c1325 PK11Context * cx = 0; local
1341 cx = PK11_CreateDigestContext(SEC_OID_MD5);
1342 if (cx == NULL) {
1363 rv = PK11_DigestBegin(cx);
1364 rv |= PK11_DigestOp(cx, masterKey->data, masterKey->len);
1365 rv |= PK11_DigestOp(cx, &countChar, 1);
1366 rv |= PK11_DigestOp(cx, challenge, SSL_CHALLENGE_BYTES);
1367 rv |= PK11_DigestOp(cx, nonce, SSL_CONNECTIONID_BYTES);
1368 rv |= PK11_DigestFinal(cx, km+off, &part, MD5_LENGTH);
1382 PK11_DestroyContext(cx, PR_TRU
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformationMatrix.cpp479 double cx, cy, cz, cw; local
513 cx = ax * scale + bx * invscale;
518 qa[0] = cx; qa[1] = cy; qa[2] = cz; qa[3] = cw;
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftgrays.c376 TCoord cx, cy; member in struct:gray_TWorker_
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gpos-table.hh248 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);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dscale.c3521 int cx = (x < 0) ? 0 : x; local
3522 int xi = cx >> 16;
3523 int xf = cx & 0xffff;

Completed in 3912 milliseconds

12345678