HomeSort by relevance Sort by last modified time
    Searched refs:y3 (Results 76 - 100 of 131) sorted by null

1 2 34 5 6

  /external/chromium_org/v8/test/mjsunit/
debug-evaluate-locals-optimized.js 47 args: { names: ["i", "x3", "y3", "z3"], values: [3, 9, 10, undefined] } },
194 function g1(i, x3, y3, z3) {
large-object-allocation.js 134 this.y3 = i;
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 80 pkhtb r10, r12, r10, asr #16 ; [y3 | y2]
81 eor r10, r10, r11 ; [(y3 ^ sz3) | (y2 ^ sz2)]
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 485 bezier->x3, bezier->y3,
500 bezier->x3, bezier->y3,
521 bezier->x3, bezier->y3,
644 bezier.x3, bezier.y3,
stroker.c 358 VGfloat x3, VGfloat y3, VGfloat x4, VGfloat y4)
367 r3 = a1 * x3 + b1 * y3 + c1;
373 a2 = y4 - y3;
375 c2 = x4 * y3 - x3 * y4;
995 bez->x3, bez->y3,
    [all...]
image.c 531 VGfloat x3, y3; local
545 y3 = img->height;
558 x1, y1, x2, y2, x3, y3, x4, y4);
  /external/v8/test/mjsunit/
debug-evaluate-locals-optimized-double.js 49 { locals: {a3: 7.07, b3: 8.08}, args: { names: ["i", "x3", "y3", "z3"],
208 function g1(i, x3, y3, z3) {
debug-evaluate-locals-optimized.js 41 { locals: {a3: 7, b3: 8}, args: { names: ["i", "x3", "y3", "z3"], values: [3, 9, 10, undefined] } },
191 function g1(i, x3, y3, z3) {
large-object-allocation.js 134 this.y3 = i;
  /frameworks/rs/
rsFont.h 250 float x3, float y3, float z3,
rsFont.cpp 672 float x3, float y3, float z3,
686 ALOGE("V2 x: %f y: %f z: %f", x3, y3, z3);
704 (*currentPos++) = y3;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
stroker.c 358 VGfloat x3, VGfloat y3, VGfloat x4, VGfloat y4)
367 r3 = a1 * x3 + b1 * y3 + c1;
373 a2 = y4 - y3;
375 c2 = x4 * y3 - x3 * y4;
995 bez->x3, bez->y3,
    [all...]
image.c 531 VGfloat x3, y3; local
545 y3 = img->height;
558 x1, y1, x2, y2, x3, y3, x4, y4);
  /frameworks/base/services/input/tests/
InputReader_test.cpp 3983 int32_t x3 = 700, y3 = 300; local
4200 int32_t x3 = 700, y3 = 300; local
4372 int32_t x3 = 700, y3 = 300; local
    [all...]
  /frameworks/rs/driver/
rsdGL.cpp 538 float x3, float y3, float z3, float u3, float v3,
541 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
rsdRuntimeStubs.cpp 261 float x3, float y3, float z3, float u3, float v3,
277 //ALOGE("%4.2f, %4.2f, %4.2f", x3, y3, z3);
280 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
295 float x3, float y3, float z3,
299 x3, y3, z3, 1, 0,
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DeleteDropTarget.java 372 final float y3 = to.top; local
394 (t * t) * y3;
  /external/chromium_org/third_party/freetype/src/cff/
cf2hints.c     [all...]
  /external/freetype/src/cff/
cf2hints.c     [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java 893 float y3 = (z1 * x2) - (x1 * z2); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGParserUtilities.cpp 547 float y3; local
553 || !parseNumber(current, end, y3))
557 point3 = FloatPoint(x3, y3);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
172 FrameToMosaic(mb->trs, mb->width-1.0, 0.0, x3, y3);
186 if(y0 < yTopCorners[0] || y3 < yTopCorners[1]) // If either of the top corners is lower
189 yTopCorners[1] = y3;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
    [all...]
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Blend.cpp 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
172 FrameToMosaic(mb->trs, mb->width-1.0, 0.0, x3, y3);
186 if(y0 < yTopCorners[0] || y3 < yTopCorners[1]) // If either of the top corners is lower
189 yTopCorners[1] = y3;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
172 FrameToMosaic(mb->trs, mb->width-1.0, 0.0, x3, y3);
186 if(y0 < yTopCorners[0] || y3 < yTopCorners[1]) // If either of the top corners is lower
189 yTopCorners[1] = y3;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 322 // Multiply m and (x1 y1 0 1) to produce (x3 y3 z3 w3). z3 is unused.
324 float y3 = m[1] * x1 + m[5] * y1 + m[13]; local
327 r[1] = y3 / w3;
    [all...]

Completed in 472 milliseconds

1 2 34 5 6