Searched refs:bB (Results 1 - 15 of 15) 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 2102 bB.x = p1.x - p0.x; in get_min_distance_conic() 2103 bB.y = p1.y - p0.y; in get_min_distance_conic() 2108 b = 3 * VEC_26D6_DOT( aA, bB ); in get_min_distance_conic() 2110 c = 2 * VEC_26D6_DOT( bB, bB ) + in get_min_distance_conic() 2114 d = VEC_26D6_DOT( p0, bB ) - in get_min_distance_conic() 2115 VEC_26D6_DOT( p, bB ); in get_min_distance_conic() 2134 bB.x = FT_26D6_16D16( bB 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/typescript/tests/baselines/reference/ |
H A D | protectedMembersThisParameter.js | 33 function bB<T extends B>(this: T, arg: B) { 166 function bB(arg) {
class
|
H A D | moduledecl.js | 221 var bB: mAmbient.B; 365 var bB;
variable 501 declare var bB: mAmbient.B;
|
/third_party/eudev/ |
H A D | compile | 146 *.o | *.[oO][bB][jJ])
|
/third_party/lame/ |
H A D | compile | 146 *.o | *.[oO][bB][jJ])
|
/third_party/node/deps/cares/ |
H A D | compile | 146 *.o | *.[oO][bB][jJ])
|
/third_party/node/deps/cares/config/ |
H A D | compile | 146 *.o | *.[oO][bB][jJ])
|
/third_party/libevdev/build-aux/ |
H A D | compile | 146 *.o | *.[oO][bB][jJ])
|
/third_party/skia/third_party/externals/libpng/ |
H A D | compile | 146 *.o | *.[oO][bB][jJ])
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | compile | 146 *.o | *.[oO][bB][jJ])
|
/third_party/skia/tests/ |
H A D | ReadPixelsTest.cpp | 153 int32_t bB = static_cast<int32_t>(SkGetPackedB32(b)); in check_read_pixel() local 158 SkAbs32(aB - bB) <= 1; in check_read_pixel()
|
H A D | WritePixelsTest.cpp | 171 int32_t bB = static_cast<int32_t>(SkGetPackedB32(b)); in check_pixel() local 176 SkAbs32(aB - bB) <= 1; in check_pixel()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCompressedTexture.cpp | 499 deUint8 bB = (deUint8)getBits(src, 43, 47); in decompressETC1Block() local 504 baseB[0] = extend5To8(bB); in decompressETC1Block() 508 baseB[1] = extend5Delta3To8(bB, dB); in decompressETC1Block()
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | ParseC.pm | 1111 } elsif (m/^ (?| (?: 0[xX][[:xdigit:]]+ | 0[bB][01]+ | [0-9]+ )
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | ParseC.pm | 1111 } elsif (m/^ (?| (?: 0[xX][[:xdigit:]]+ | 0[bB][01]+ | [0-9]+ )
|
Completed in 15 milliseconds