HomeSort by relevance Sort by last modified time
    Searched defs:x1 (Results 426 - 450 of 753) sorted by null

<<11121314151617181920>>

  /prebuilts/sdk/tools/lib/
lint_checks.jar 
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
jfreechart-swt-1.0.9.jar 
ddmuilib.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 549 float x1 = pt1xStart; local
565 .setEventTime(eventTime).addPointer(0, x1, y1, 1, 5));
569 .addPointer(0, x1, y1).addPointer(1, x2, y2).setIntermediateNote(true));
572 x1 += pt1xStep;
579 .setEventTime(eventTime).addPointer(0, x1, y1, 1, 5).addPointer(1, x2,
584 .setDownTime(downTime).setEventTime(eventTime).addPointer(0, x1, y1)
    [all...]
  /external/aac/libAACenc/src/
aacenc_tns.cpp 686 FIXP_DBL x1 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx0, idx1, lag, nsc1); local
687 _rxx1[lag] = fMult(scaleValue(fMult(x1,fac1),sc_fac1), acfWindow[LOFILT][3*lag]);
    [all...]
metadata_compressor.cpp 133 FIXP_DBL x1; member in struct:WEIGHTING_STATES
675 FIXP_DBL x1, x2, y, y1, y2; local
689 x1 = drcComp->filter[c].x1;
708 x2 = x1;
709 x1 = x;
722 drcComp->filter[c].x1 = x1;
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
tab.cc 401 int x1 = radius; local
405 x = mini_title_animation_->CurrentValueBetween(x0, x1);
407 x = x1;
409 x = mini_title_animation_->CurrentValueBetween(x1, x2);
  /external/chromium_org/third_party/freetype/src/cff/
cf2intrp.c 712 CF2_Fixed x1 = cf2_stack_getReal( opStack, index + 0 ) + curX; local
714 CF2_Fixed x2 = cf2_stack_getReal( opStack, index + 2 ) + x1;
720 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 );
1266 CF2_Fixed x1 = cf2_stack_getReal( opStack, index + 0 ) + curX; local
1295 CF2_Fixed x1, y1, x2, y2, x3, y3; local
1334 CF2_Fixed x1, y1, x2, y2, x3, y3; local
1376 CF2_Fixed x1, x2, x3, y1, y2, y3; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 692 LLVMValueRef x0, y0, z0, x1, y1, z1; local
717 &x0, &x1, &s_fpart);
719 lp_build_name(x1, "tex.x1.wrapped");
754 /* get x0/x1 texels */
762 x1, y0, z0,
778 /* get x0/x1 texels at y1 */
786 x1, y1, z0,
804 /* get x0/x1/y0/y1 texels at z1 */
812 x1, y0, z1
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 1070 int x1 = (int) v1[0][0]; local
1073 int dx = x1 - x0;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.c 89 /* Given: Points (x0, y0) and (x1, y1)
94 find_unit_circles(double x0, double y0, double x1, double y1,
99 double dx = x0 - x1;
101 double xm = (x0 + x1)/2;
129 * endpoints (x0, y0) and (x1, y1)
135 double x0, double y0, double x1, double y1,
143 /* Transform (x0, y0) and (x1, y1) into unit space */
147 x1p = (x1*COS + y1*SIN)/rh;
148 y1p = (-x1*SIN + y1*COS)/rv;
176 /* Transform (x0, y0) and (x1, y1) into unit space *
322 double x1, y1, x2, y2; local
    [all...]
path.c 365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
463 x1 = data[0];
469 map_if_relative(ox, oy, relative, &x1, &y1);
478 matrix_map_point(matrix, x1, y1, &x1, &y1);
481 bezier_init(&bezier, x0, y0, x1, y1,
491 x1 = data[0];
495 map_if_relative(ox, oy, relative, &x1, &y1);
497 px = x1;
500 x2 = (x3 + 2*x1) / 3.f
1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
    [all...]
renderer.c 501 VGfloat x1, VGfloat y1,
514 r->vertices[1][0][0] = x1;
518 r->vertices[2][0][0] = x1;
532 VGfloat x1, VGfloat y1,
539 s1 = x1 / tex_width;
1230 VGint x0, y0, x1, y1, iw, ih; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_xv.c 528 dxo = dstRegion->extents.x1;
545 int box_x1 = pbox->x1;
597 INT32 x1, x2, y1, y2; local
602 x1 = src_x;
607 dstBox.x1 = drw_x;
612 if (!xf86XVClipVideoHelper(&dstBox, &x1, &x2, &y1, &y2, clipBoxes,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state.c 1578 unsigned x1, y1, x2, y2; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_drawpixels.c 278 p->SamplersUsed = 0x1; /* sampler 0 (bit 0) is used */
567 GLfloat x1, GLfloat y1, const GLfloat *color,
588 const GLfloat clip_x1 = x1 / fb_width * 2.0f - 1.0f;
668 GLfloat x0, y0, x1, y1; local
795 x1 = x + width * ctx->Pixel.ZoomX;
802 draw_quad(ctx, x0, y0, z, x1, y1, color, invertTex,
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrPathUtils.cpp 198 // And control_pts = [x0 x1 x2]
207 double x1 = qPts[1].fX; local
211 double det = x0*y1 - y0*x1 + x2*y0 - y2*x0 + x1*y2 - y1*x2;
258 a1 = x2-x1;
259 a2 = x1*y2-x2*y1;
266 a7 = x1-x0;
267 a8 = x0*y1-x1*y0;
312 // l = (2*w * (y1 - y0), 2*w * (x0 - x1), 2*w * (x1*y0 - x0*y1)
    [all...]
  /external/clang/test/CXX/drs/
dr1xx.cpp 88 X<a1> x1; member in namespace:dr112
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jdepend.jar 
ant-jmf.jar 
ant-swing.jar 

Completed in 200 milliseconds

<<11121314151617181920>>