Searched defs:gy (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DPathOpsSimplifyQuadThreadedTest.cpp35 int gy = g >> 2; local
48 path.quadTo(SkIntToScalar(gx), SkIntToScalar(gy),
60 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp35 int gy = g >> 2; local
48 path.lineTo(SkIntToScalar(gx), SkIntToScalar(gy));
61 str += sprintf(str, " path.lineTo(%d, %d);\n", gx, gy);
/external/skia/tests/
H A DPathOpsSimplifyQuadThreadedTest.cpp35 int gy = g >> 2; local
48 path.quadTo(SkIntToScalar(gx), SkIntToScalar(gy),
60 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp35 int gy = g >> 2; local
48 path.lineTo(SkIntToScalar(gx), SkIntToScalar(gy));
61 str += sprintf(str, " path.lineTo(%d, %d);\n", gx, gy);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalkerPolygon4x4_Test.cpp33 int gy = g >> 2; local
46 path.lineTo(gx, gy);
58 str += sprintf(str, " path.lineTo(%d, %d);\n", gx, gy);
H A DEdgeWalkerPolygons_Mismatches.cpp1605 int gy = miss.g >> 2; local
1617 path.lineTo(gx, gy);
H A DEdgeWalkerQuadratic4x4_Test.cpp36 int gy = g >> 2; local
48 path.quadTo(gx, gy, hx, hy);
58 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
/external/skia/experimental/Intersection/
H A DEdgeWalkerPolygon4x4_Test.cpp33 int gy = g >> 2; local
46 path.lineTo(gx, gy);
58 str += sprintf(str, " path.lineTo(%d, %d);\n", gx, gy);
H A DEdgeWalkerPolygons_Mismatches.cpp1605 int gy = miss.g >> 2; local
1617 path.lineTo(gx, gy);
H A DEdgeWalkerQuadratic4x4_Test.cpp36 int gy = g >> 2; local
48 path.quadTo(gx, gy, hx, hy);
58 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
/external/deqp/framework/randomshaders/
H A DrsgProgramExecutor.cpp199 float gy = (y + 0.5f) / cellHeight; local
200 return tcu::Vec2(deFloatFrac(gx), deFloatFrac(gy));
/external/smack/src/org/xbill/DNS/
H A DDNSSEC.java377 public BigInteger p, a, b, gx, gy, n; field in class:DNSSEC.ECKeyInfo
389 gy = new BigInteger(gy_str, 16);
392 spec = new ECParameterSpec(curve, new ECPoint(gx, gy), n, 1);
/external/libpng/contrib/libtests/
H A Dpngvalid.c2807 png_fixed_point wx, wy, rx, ry, gx, gy, bx, by; member in struct:chrm_modification
2822 png_save_uint_32(pm->buffer+28, ((chrm_modification*)me)->gy);
2844 me->gy = fix(chromaticity_y(encoding->green));

Completed in 198 milliseconds