Home
last modified time | relevance | path

Searched defs:c0 (Results 1 - 25 of 173) sorted by relevance

1234567

/third_party/skia/samplecode/
H A DSample2PtRadial.cpp23 SkPoint c0 = { 0, 0 }; variable
H A DSampleDegenerateTwoPtRadials.cpp25 SkPoint c0 = { l + 2 * w / 5 + delta, t + h / 2 }; in draw_gradient2() local
/third_party/musl/libc-test/src/regression/
H A Draise-race.c12 static volatile int c0; variable
/third_party/typescript/tests/baselines/reference/
H A DarrayLiterals3.js33 var c0: tup = [...temp2]; // Error variable
67 var c0 = __spreadArray([], temp2, true); // Error variable
H A DconstEnumToStringNoComments.js36 var c0 = -1..toString(); variable
H A DconstEnumToStringWithComments.js36 var c0 = -1 /* Foo.C */.toString(); variable
H A DdestructuringParameterDeclaration2.js27 function c0({z: {x, y: {j}}}) { } function
H A DdestructuringParameterDeclaration1ES5.js39 function c0({z: {x, y: {j}}}) { } function
H A DdestructuringParameterDeclaration1ES5iterable.js39 function c0({z: {x, y: {j}}}) { } function
H A DdestructuringParameterDeclaration1ES6.js40 function c0({z: {x, y: {j}}}) { } function
/third_party/skia/tests/
H A DColorTest.cpp19 SkColor c0 = SkColorSetARGB(a, x, x, x); in DEF_TEST() local
H A DClipCubicTest.cpp48 static bool CurvesAreEqual(const SkPoint c0[4], in CurvesAreEqual() argument
/third_party/skia/gm/
H A Dalphagradients.cpp34 draw_grad(SkCanvas* canvas, const SkRect& r, SkColor c0, SkColor c1, bool doPreMul) draw_grad() argument
H A Dcrbug_938592.cpp26 static constexpr SkColor c0 = SK_ColorBLUE; in DEF_SIMPLE_GM() local
/third_party/ffmpeg/libavcodec/
H A Dxl.c49 int y0, y1, y2, y3 = 0, c0 = 0, c1 = 0; in decode_frame() local
H A Dsimple_idct.c71 int c0, c1, c2, c3, a0, a1, a2, a3; in idct4col_put() local
150 int c0, c1, c2, c3, a0, a1, a2, a3; in idct4col_add() local
177 unsigned c0, c1, c2, c3; in idct4row() local
[all...]
/third_party/skia/src/core/
H A DSkQuadClipper.cpp24 static bool chopMonoQuadAt(SkScalar c0, SkScalar c1, SkScalar c2, in chopMonoQuadAt() argument
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_nir_builder.h111 nir_ssa_def *c0 = nir_uge(b, nir_channel(b, pos, 0), x0); in blorp_check_in_bounds() local
/third_party/musl/porting/linux/user/src/ctype/
H A Dtowctrans.c18 int r, rd, c0 = c; in casemap() local
/third_party/musl/src/ctype/
H A Dtowctrans.c20 int r, rd, c0 = c; in casemap() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dcost_sse2.c27 const __m128i c0 = _mm_loadu_si128((const __m128i*)(coeffs + 0)); in SetResidualCoeffs_SSE2() local
66 const __m128i c0 = _mm_loadu_si128((const __m128i*)&res->coeffs[0]); in GetResidualCost_SSE2() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Ddag_test.cpp147 auto c0 = b.then([](Data& data) { data.push("C0"); }); in TEST_P() local
/third_party/skia/modules/skottie/src/effects/
H A DCCTonerEffect.cpp52 static SkColor lerpColor(SkColor c0, SkColor c1, float t) { in lerpColor() argument
H A DRadialWipeEffect.cpp56 SkColor c0 = 0x00000000, variable
/third_party/skia/modules/skottie/src/animator/
H A DKeyframeAnimator.cpp203 SkPoint c0, c1; in parseMapping() local

Completed in 7 milliseconds

1234567