Searched refs:aA (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/sdf/ |
H A D | ftsdf.c | 2063 FT_26D6_Vec aA, bB; /* A, B in the above comment */ in get_min_distance_conic() local 2099 aA.x = p0.x - 2 * p1.x + p2.x; in get_min_distance_conic() 2100 aA.y = p0.y - 2 * p1.y + p2.y; in get_min_distance_conic() 2106 a = VEC_26D6_DOT( aA, aA ); in get_min_distance_conic() 2108 b = 3 * VEC_26D6_DOT( aA, bB ); in get_min_distance_conic() 2111 VEC_26D6_DOT( aA, p0 ) - in get_min_distance_conic() 2112 VEC_26D6_DOT( aA, p ); in get_min_distance_conic() 2131 aA.x = FT_26D6_16D16( aA in get_min_distance_conic() 2359 FT_26D6_Vec aA, bB, cC; /* A, B, C in the above comment */ get_min_distance_conic() local 2671 FT_26D6_Vec aA, bB, cC, dD; /* A, B, C in the above comment */ get_min_distance_cubic() local [all...] |
/third_party/skia/tests/ |
H A D | ReadPixelsTest.cpp | 145 int32_t aA = static_cast<int32_t>(SkGetPackedA32(a)); in check_read_pixel() local 155 return aA == bA && in check_read_pixel()
|
H A D | WritePixelsTest.cpp | 163 int32_t aA = static_cast<int32_t>(SkGetPackedA32(a)); in check_pixel() local 173 return aA == bA && in check_pixel()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 11315 PairHelper(AArg&& aA, BArg&& aB) 11316 : mFirstA(Forward<AArg>(aA)), 11341 PairHelper(AArg&& aA, BArg&& aB) 11343 mFirstA(Forward<AArg>(aA)) 11366 PairHelper(AArg&& aA, BArg&& aB) 11367 : A(Forward<AArg>(aA)), 11391 PairHelper(AArg&& aA, BArg&& aB) 11392 : A(Forward<AArg>(aA)), 11418 Pair(AArg&& aA, BArg&& aB) 11419 : Base(Forward<AArg>(aA), Forwar [all...] |
/third_party/sqlite/src/ |
H A D | shell.c | 2734 signed char *aA, *aB; in decimal_add() local 2738 aA = pB->a; in decimal_add() 2742 aA = pA->a; in decimal_add() 2746 int x = aA[i] - aB[i] - borrow; in decimal_add()
|
Completed in 46 milliseconds