Home
last modified time | relevance | path

Searched refs:bX (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/gm/
H A Djpg_color_cube.cpp42 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 Dpong.cpp22 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 Dpong2.cpp14 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 Dec2_smpl.c584 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 Dec2_smpl.c584 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 Dpngvalid.c7796 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