Searched defs:cC (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| D | Surface.cpp | 3916 __m128i cC = _mm_load_si128((__m128i*)(sourceC + 4 * x)); in resolve() local 4061 unsigned int cC = *(unsigned int*)(sourceC + 4 * x); in resolve() local 4210 __m128i cC = _mm_load_si128((__m128i*)(sourceC + 4 * x)); in resolve() local 4355 unsigned int cC = *(unsigned int*)(sourceC + 4 * x); in resolve() local 4503 __m128i cC = _mm_load_si128((__m128i*)(sourceC + 8 * x)); in resolve() local 4648 unsigned int cC = *(unsigned int*)(sourceC + 4 * x); in resolve() local 4799 __m128 cC = _mm_load_ps((float*)(sourceC + 4 * x)); in resolve() local 4946 float cC = *(float*)(sourceC + 4 * x); in resolve() local 5096 __m128 cC = _mm_load_ps((float*)(sourceC + 8 * x)); in resolve() local 5243 float cC = *(float*)(sourceC + 4 * x); in resolve() local [all …]
|
| /third_party/skia/third_party/externals/freetype/src/sdf/ |
| D | ftsdf.c | 2359 FT_26D6_Vec aA, bB, cC; /* A, B, C in the above comment */ in get_min_distance_conic() local 2671 FT_26D6_Vec aA, bB, cC, dD; /* A, B, C in the above comment */ in get_min_distance_cubic() local
|
| /third_party/freetype/src/sdf/ |
| D | ftsdf.c | 2407 FT_26D6_Vec aA, bB, cC; /* A, B, C in the above comment */ in get_min_distance_conic() local 2719 FT_26D6_Vec aA, bB, cC, dD; /* A, B, C in the above comment */ in get_min_distance_cubic() local
|