HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 1101 - 1125 of 4103) sorted by null

<<41424344454647484950>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 82 int x1 = topLeft.x; local
87 gc.fillRectangle(x1, y1, x2 - x1, y2 - y1);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_linetemp.h 72 GLint x1 = (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][0]; local
136 if ((x0==w) | (x1==w)) {
137 if ((x0==w) & (x1==w))
140 x1 -= x1==w;
151 dx = x1 - x0;
  /external/libffi/src/alpha/
osf.S 307 .byte 0x1 # CIE Version
309 .byte 0x1 # uleb128 0x1; CIE Code Alignment Factor
312 .byte 0x1 # uleb128 0x1; Augmentation size
354 .byte 0x80,0x1 # uleb128 128
  /external/mesa3d/src/mesa/swrast/
s_linetemp.h 72 GLint x1 = (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][0]; local
136 if ((x0==w) | (x1==w)) {
137 if ((x0==w) & (x1==w))
140 x1 -= x1==w;
151 dx = x1 - x0;
  /external/opencv/cv/src/
cvstereogc.cpp 489 int x, y, x1, d, i, j, rows = state->left->rows, cols = state->left->cols, n = 0; local
503 x1 = x - d;
504 if( (unsigned)x1 >= (unsigned)cols )
506 delta = icvDataCostFuncGraySubpix( lptr + x*3, rptr + x1*3 );
551 int d = dleft[x], x1, d1; local
556 x1 = x + d;
557 if( (unsigned)x1 >= (unsigned)cols )
559 d1 = dright[x1];
561 E += dtab[icvDataCostFuncGraySubpix( left + x*3, right + x1*3 )];
666 int k, a, d, d1, x, y, x1, y1, rows = state->left->rows, cols = state->left->cols local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aavideo.c 203 static void fastscale (register char *b1, register char *b2, int x1, int x2, int y1, int y2)
209 if (!x1 || !x2 || !y1 || !y2)
211 ddx = x1 + x1;
218 spy = (ddy / ddy1) * x1, ddy %= ddy1;
235 bb1 += x1;
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_metrics.h 121 double x0,x1,x2,mult; local
125 x1=H[3]*x[0]+H[4]*x[1]+H[5]*x[2];
128 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult));
135 double x0,x1,x2,mult; local
139 x1=H[3]*x[0]+H[4]*x[1]+H[5];
142 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult));
174 [x0 x1 1 0 0 0 0 0 0]
175 [ 0 0 0 x0 x1 1 0 0 0]
176 [ 0 0 0 0 0 0 x0 x1 1]
178 [-x0/zh -x1/zh -1/zh 0 0 0 x0*xh/(zh*zh) x1*xh/(zh*zh) xh/(zh*zh)
    [all...]
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_metrics.h 121 double x0,x1,x2,mult; local
125 x1=H[3]*x[0]+H[4]*x[1]+H[5]*x[2];
128 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult));
135 double x0,x1,x2,mult; local
139 x1=H[3]*x[0]+H[4]*x[1]+H[5];
142 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult));
174 [x0 x1 1 0 0 0 0 0 0]
175 [ 0 0 0 x0 x1 1 0 0 0]
176 [ 0 0 0 0 0 0 x0 x1 1]
178 [-x0/zh -x1/zh -1/zh 0 0 0 x0*xh/(zh*zh) x1*xh/(zh*zh) xh/(zh*zh)
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_metrics.h 121 double x0,x1,x2,mult; local
125 x1=H[3]*x[0]+H[4]*x[1]+H[5]*x[2];
128 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult));
135 double x0,x1,x2,mult; local
139 x1=H[3]*x[0]+H[4]*x[1]+H[5];
142 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult));
174 [x0 x1 1 0 0 0 0 0 0]
175 [ 0 0 0 x0 x1 1 0 0 0]
176 [ 0 0 0 0 0 0 x0 x1 1]
178 [-x0/zh -x1/zh -1/zh 0 0 0 x0*xh/(zh*zh) x1*xh/(zh*zh) xh/(zh*zh)
    [all...]
  /system/core/include/system/
audio.h 102 AUDIO_FORMAT_PCM_SUB_16_BIT = 0x1, /* DO NOT CHANGE - PCM signed 16 bits */
168 AUDIO_CHANNEL_OUT_FRONT_LEFT = 0x1,
296 AUDIO_DEVICE_OUT_EARPIECE = 0x1,
340 AUDIO_DEVICE_IN_COMMUNICATION = AUDIO_DEVICE_BIT_IN | 0x1,
385 AUDIO_OUTPUT_FLAG_DIRECT = 0x1, // this output directly connects a track
407 AUDIO_INPUT_FLAG_FAST = 0x1, // prefer an input that supports "fast tracks"
  /dalvik/vm/arch/mips/
CallO32.S 186 andi $t3,$a2,0x1 /* the second position is a pad? */
204 andi $t3,$a2,0x1
  /external/aac/libFDK/include/
FDK_trigFcts.h 207 * \param x1 first angle value
209 * \param scale exponent of x1 and x2
210 * \param out pointer to 4 FIXP_DBL locations, were the values cos(x1), sin(x1), cos(x2), sin(x2)
213 static inline void inline_fixp_cos_sin (FIXP_DBL x1, FIXP_DBL x2, const int scale, FIXP_DBL *out)
216 residual = fixp_sin_cos_residual_inline(x1, scale, &sine, &cosine);
  /external/chromium_org/native_client_sdk/src/examples/api/mouse_cursor/
mouse_cursor.cc 101 void DrawHorizontalLine(int x1, int x2, int y,
105 for (int x = x1; x <= x2; ++x) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RasterShape.h 51 void appendInterval(int y, int x1, int x2);
76 return intervals.size() ? IntShapeInterval(intervals[0].x1(), intervals.last().x2()) : IntShapeInterval();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLineElement.cpp 32 DEFINE_ANIMATED_LENGTH(SVGLineElement, SVGNames::x1Attr, X1, x1)
39 REGISTER_LOCAL_ANIMATED_PROPERTY(x1)
SVGPathElement.cpp 140 PassRefPtr<SVGPathSegCurvetoCubicAbs> SVGPathElement::createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role)
142 return SVGPathSegCurvetoCubicAbs::create(this, role, x, y, x1, y1, x2, y2);
145 PassRefPtr<SVGPathSegCurvetoCubicRel> SVGPathElement::createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role)
147 return SVGPathSegCurvetoCubicRel::create(this, role, x, y, x1, y1, x2, y2);
150 PassRefPtr<SVGPathSegCurvetoQuadraticAbs> SVGPathElement::createSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1, SVGPathSegRole role)
152 return SVGPathSegCurvetoQuadraticAbs::create(this, role, x, y, x1, y1);
155 PassRefPtr<SVGPathSegCurvetoQuadraticRel> SVGPathElement::createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1, SVGPathSegRole role)
157 return SVGPathSegCurvetoQuadraticRel::create(this, role, x, y, x1, y1);
  /external/chromium_org/third_party/icu/source/common/
servlkf.cpp 73 UBool visible = (_coverage & 0x1) == 0;
93 if ((_coverage & 0x1) == 0) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program_constants.h 121 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1)
203 #define RC_SOURCE_RGB 0x1
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_shader.h 117 #define SH_WRITEMASK_0 0x1
124 #define SH_DSTMOD_SATURATE 0x1
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp.cpp 146 x1(0),
191 x1 = depth.width;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 228 return 0x1;
246 return 0x1;
  /external/chromium_org/third_party/opus/src/celt/
vq.c 48 celt_norm x1, x2; local
49 x1 = Xptr[0];
51 Xptr[stride] = EXTRACT16(SHR32(MULT16_16(c,x2) + MULT16_16(s,x1), 15));
52 *Xptr++ = EXTRACT16(SHR32(MULT16_16(c,x1) - MULT16_16(s,x2), 15));
57 celt_norm x1, x2; local
58 x1 = Xptr[0];
60 Xptr[stride] = EXTRACT16(SHR32(MULT16_16(c,x2) + MULT16_16(s,x1), 15));
61 *Xptr-- = EXTRACT16(SHR32(MULT16_16(c,x1) - MULT16_16(s,x2), 15));
  /external/chromium_org/third_party/skia/src/core/
SkScan_Hairline.cpp 74 SkFDot6 x1 = SkScalarToFDot6(pts[1].fX);
79 SkASSERT(canConvertFDot6ToFixed(x1));
90 ptsR.set(x0, y0, x1, y1);
109 SkFDot6 dx = x1 - x0;
113 if (x0 > x1) { // we want to go left-to-right
114 SkTSwap<SkFDot6>(x0, x1);
118 int ix1 = SkFDot6Round(x1);
129 SkTSwap<SkFDot6>(x0, x1);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
multisect4.asm 22 times 0x100 db 0x1
  /external/chromium_org/ui/keyboard/resources/
constants.js 32 RIGHT: 0x1,

Completed in 1005 milliseconds

<<41424344454647484950>>