/external/chromium_org/third_party/skia/src/gpu/ |
GrPathUtils.cpp | 467 SkVector c0 = p[0]; 468 c0 += ab; 472 SkScalar dSqd = sublevel > kMaxSubdivs ? 0 : c0.distanceToSqd(c1); 474 SkPoint cAvg = c0; 494 SkScalar d0Sqd = c0.distanceToSqd(cAvg);
|
/external/chromium_org/third_party/skia/tests/ |
ImageDecodingTest.cpp | 129 // "c0" is the color of the premultiplied bitmap at (i, j). 130 const SkPMColor c0 = *bm8888.getAddr32(i, j); local 135 int da = SkAbs32(SkGetPackedA32(c0) - SkGetPackedA32(c1)); 136 int dr = SkAbs32(SkGetPackedR32(c0) - SkGetPackedR32(c1)); 137 int dg = SkAbs32(SkGetPackedG32(c0) - SkGetPackedG32(c1)); 138 int db = SkAbs32(SkGetPackedB32(c0) - SkGetPackedB32(c1));
|
/external/deqp/framework/common/ |
tcuTexLookupVerifier.cpp | 254 const Vec4& c0, 262 const Vec4 i0 = c0*(1.0f - fBounds[0]) + c1*fBounds[0]; 263 const Vec4 i1 = c0*(1.0f - fBounds[1]) + c1*fBounds[1]; 308 const Vec4 c0 = quad.p00*(1.0f - a) + quad.p10*a; local 311 if (isLinearRangeValid(prec, c0, c1, yBounds, result)) 340 const Vec4 c0 = quad0.p00*(1.0f-a)*(1.0f-b) + quad0.p10*a*(1.0f-b) + quad0.p01*(1.0f-a)*b + quad0.p11*a*b; local 343 if (isLinearRangeValid(prec, c0, c1, zBounds, result)) 369 const Vec4 c0 = line0.p0*(1.0f-a0) + line0.p1*a0; local 376 if (isLinearRangeValid(prec, c0, c1, zBounds, result)) 409 const Vec4 c0 = quad0.p00*(1.0f-a0)*(1.0f-b0) + quad0.p10*a0*(1.0f-b0) + quad0.p01*(1.0f-a0)*b0 + quad0.p11*a0*b (…) local 465 const float c0 = de::min(z0, zBounds0.y()); local 779 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), coordY, 0); local 827 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), coordZ); local 888 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), wrap(sampler.wrapR, k0, d0)); local [all...] |
/external/opencv/cv/src/ |
cvsubdivision2d.cpp | 662 double a0, b0, c0, a1, b1, c1; local 671 icvCreateCenterNormalLine( edge0, &a0, &b0, &c0 ); 674 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point ); 691 icvCreateCenterNormalLine( edge0, &a0, &b0, &c0 ); 694 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point );
|
cvgeometry.cpp | 146 icvIntersectLines3( double *a0, double *b0, double *c0, 154 point->x = (float) ((b0[0] * c1[0] - b1[0] * c0[0]) * det); 155 point->y = (float) ((a1[0] * c0[0] - a0[0] * c1[0]) * det);
|
/external/skia/src/gpu/ |
GrPathUtils.cpp | 467 SkVector c0 = p[0]; 468 c0 += ab; 472 SkScalar dSqd = sublevel > kMaxSubdivs ? 0 : c0.distanceToSqd(c1); 474 SkPoint cAvg = c0; 494 SkScalar d0Sqd = c0.distanceToSqd(cAvg);
|
/external/skia/tests/ |
ImageDecodingTest.cpp | 128 // "c0" is the color of the premultiplied bitmap at (i, j). 129 const SkPMColor c0 = *bm8888.getAddr32(i, j); local 134 int da = SkAbs32(SkGetPackedA32(c0) - SkGetPackedA32(c1)); 135 int dr = SkAbs32(SkGetPackedR32(c0) - SkGetPackedR32(c1)); 136 int dg = SkAbs32(SkGetPackedG32(c0) - SkGetPackedG32(c1)); 137 int db = SkAbs32(SkGetPackedB32(c0) - SkGetPackedB32(c1));
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_zlib.py | 416 c0 = zlib.compressobj(zlib.Z_BEST_COMPRESSION) 418 bufs0.append(c0.compress(data0)) 420 c1 = c0.copy() 423 bufs0.append(c0.compress(data0)) 424 bufs0.append(c0.flush())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_zlib.py | 416 c0 = zlib.compressobj(zlib.Z_BEST_COMPRESSION) 418 bufs0.append(c0.compress(data0)) 420 c1 = c0.copy() 423 bufs0.append(c0.compress(data0)) 424 bufs0.append(c0.flush())
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
bocu1tst.c | 59 * C0 control codes and space are encoded with their US-ASCII bytes. 60 * "prev" is reset for C0 controls but not for space. 78 /* adjust trail byte counts for the use of some C0 control byte values */ 132 * 12 commonly used C0 control codes (and space) are only used to encode 155 * The other 20 C0 controls are also encoded directly (to preserve order) 382 * ISO C0 control & space: 471 /* skip some C0 controls and make the trail byte range contiguous */ 551 * Direct-encoded C0 control code or space. 552 * Reset prev for C0 control codes but not for space. 630 * Unpack a packed BOCU-1 non-C0/space byte sequence and ge 948 static const UChar c0[]={ 1, 0xe40, 0x20, 9 }; variable [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/ |
loopfilter_block_sse2_x86_64.asm | 387 punpcklbw xmm3, s13 ; c0 d0 396 punpcklwd xmm3, xmm6 ; c0 d0 e0 f0 406 punpckldq xmm0, xmm3 ; 80 90 a0 b0 c0 d0 e0 f0 624 punpcklbw xmm3, i13 ; c0 d0 633 punpcklwd xmm3, xmm6 ; c0 d0 e0 f0 643 punpckldq xmm0, xmm3 ; 80 90 a0 b0 c0 d0 e0 f0
|
/external/chromium_org/third_party/skia/gm/ |
gradients.cpp | 273 SkPoint c0; local 274 c0.iset(-80, 25); 279 SkShader* s = SkGradientShader::CreateTwoPointRadial(c0, r0, c1, r1, colors,
|
/external/icu/icu4c/source/test/cintltst/ |
bocu1tst.c | 59 * C0 control codes and space are encoded with their US-ASCII bytes. 60 * "prev" is reset for C0 controls but not for space. 78 /* adjust trail byte counts for the use of some C0 control byte values */ 132 * 12 commonly used C0 control codes (and space) are only used to encode 155 * The other 20 C0 controls are also encoded directly (to preserve order) 382 * ISO C0 control & space: 471 /* skip some C0 controls and make the trail byte range contiguous */ 551 * Direct-encoded C0 control code or space. 552 * Reset prev for C0 control codes but not for space. 630 * Unpack a packed BOCU-1 non-C0/space byte sequence and ge 948 static const UChar c0[]={ 1, 0xe40, 0x20, 9 }; variable [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_block_sse2.asm | 387 punpcklbw xmm3, s13 ; c0 d0 396 punpcklwd xmm3, xmm6 ; c0 d0 e0 f0 406 punpckldq xmm0, xmm3 ; 80 90 a0 b0 c0 d0 e0 f0 624 punpcklbw xmm3, i13 ; c0 d0 633 punpcklwd xmm3, xmm6 ; c0 d0 e0 f0 643 punpckldq xmm0, xmm3 ; 80 90 a0 b0 c0 d0 e0 f0
|
/external/skia/gm/ |
gradients.cpp | 273 SkPoint c0; local 274 c0.iset(-80, 25); 279 SkShader* s = SkGradientShader::CreateTwoPointRadial(c0, r0, c1, r1, colors,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
loopfilter_block_sse2.asm | 387 punpcklbw xmm3, s13 ; c0 d0 396 punpcklwd xmm3, xmm6 ; c0 d0 e0 f0 406 punpckldq xmm0, xmm3 ; 80 90 a0 b0 c0 d0 e0 f0 624 punpcklbw xmm3, i13 ; c0 d0 633 punpcklwd xmm3, xmm6 ; c0 d0 e0 f0 643 punpckldq xmm0, xmm3 ; 80 90 a0 b0 c0 d0 e0 f0
|
/art/runtime/ |
dex_file_test.cc | 219 const DexFile::ClassDef& c0 = raw->GetClassDef(0); local 220 EXPECT_STREQ("LNested$Inner;", raw->GetClassDescriptor(c0));
|
/external/libsepol/tests/policies/test-hooks/ |
cmp_policy.conf | 403 category c0; category c1; category c2; category c3; 410 level s0:c0.c23; 438 gen_user(g_b_user_1,, g_b_role_1, s0, s0 - s0:c0.c23)
|
small-base.conf | 403 category c0; category c1; category c2; category c3; 410 level s0:c0.c23; 438 gen_user(g_b_user_1,, g_b_role_1, s0, s0 - s0:c0.c23)
|
/frameworks/base/core/tests/coretests/src/android/os/ |
AidlTest.java | 304 char[] c0 = new char[]{'a'}; local 307 char[] cr = mRemote.charArray(c0, c1, c2);
|
/hardware/qcom/display/msm8084/liboverlay/ |
overlayMdp.cpp | 329 memcpy(mParams.params.igc_lut_params.c0, 330 data.igcData.c0, sizeof(uint16_t) * MAX_IGC_LUT_ENTRIES);
|
/hardware/qcom/display/msm8226/liboverlay/ |
overlayMdp.cpp | 310 memcpy(mParams.params.igc_lut_params.c0, 311 data.igcData.c0, sizeof(uint16_t) * MAX_IGC_LUT_ENTRIES);
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayMdp.cpp | 317 memcpy(mParams.params.igc_lut_params.c0, 318 data.igcData.c0, sizeof(uint16_t) * MAX_IGC_LUT_ENTRIES);
|
/external/opencv/cvaux/src/ |
cvlee.cpp | 3648 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local 3757 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local 3906 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local 4004 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local 4143 float c0 = Direction_img.y* Point_img.x - Direction_img.x*Point_img.y; local 4283 float c0 = Direction_img.y* Point_img.x - Direction_img.x*Point_img.y; local [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkPath.cpp | [all...] |