Searched refs:bX (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/gm/ |
H A D | jpg_color_cube.cpp | 42 int bX = 0, bY = 0; variable 46 *bmp.getAddr32(bX + r, bY + g) = SkPackARGB32(255, 52 bX += 64; 53 if (bX >= 512) { 54 bX = 0;
|
/third_party/skia/docs/examples/ |
H A D | pong.cpp | 22 float bX = ballX * 472 + 20; in REG_FIDDLE_ANIMATED() local 27 bX -= 256; in REG_FIDDLE_ANIMATED() 31 canvas->drawCircle(bX, bY, 5, p); in REG_FIDDLE_ANIMATED()
|
H A D | pong2.cpp | 14 float bX = PingPong(frame * duration, 2.5f, 0.0f, 0, 1) * 472 + 20; in REG_FIDDLE_ANIMATED() local 24 canvas->drawCircle(bX, bY, 5, p); in REG_FIDDLE_ANIMATED()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec2_smpl.c | 584 BIGNUM *aX, *aY, *bX, *bY; in ossl_ec_GF2m_simple_cmp() local 612 bX = BN_CTX_get(ctx); in ossl_ec_GF2m_simple_cmp() 619 if (!EC_POINT_get_affine_coordinates(group, b, bX, bY, ctx)) in ossl_ec_GF2m_simple_cmp() 621 ret = ((BN_cmp(aX, bX) == 0) && BN_cmp(aY, bY) == 0) ? 0 : 1; in ossl_ec_GF2m_simple_cmp()
|
/third_party/openssl/crypto/ec/ |
H A D | ec2_smpl.c | 584 BIGNUM *aX, *aY, *bX, *bY; in ossl_ec_GF2m_simple_cmp() local 612 bX = BN_CTX_get(ctx); in ossl_ec_GF2m_simple_cmp() 619 if (!EC_POINT_get_affine_coordinates(group, b, bX, bY, ctx)) in ossl_ec_GF2m_simple_cmp() 621 ret = ((BN_cmp(aX, bX) == 0) && BN_cmp(aY, bY) == 0) ? 0 : 1; in ossl_ec_GF2m_simple_cmp()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngvalid.c | 7796 API_type rX, gX, bX; in image_transform_png_set_rgb_to_gray_set() local 7800 if ((API_function(pp, pi, &rX, &rY, &rZ, &gX, &gY, &gZ, &bX, &bY, &bZ) in image_transform_png_set_rgb_to_gray_set() 7831 e.blue.X = API_cvt(bX); in image_transform_png_set_rgb_to_gray_set()
|
Completed in 18 milliseconds