HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 376 - 400 of 1509) sorted by null

<<11121314151617181920>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
osd.h 33 OSD_Open, // (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0))
48 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1})
69 OSD_SetRow, // (x0,y0,x1,data)
70 // fills pixels x0,y through x1,y with the content of data[]
72 OSD_SetBlock, // (x0,y0,x1,y1,increment{color},data)
73 // fills pixels x0,y0 through x1,y1 with the content of data[]
77 OSD_FillRow, // (x0,y0,x1,color)
78 // fills pixels x0,y through x1,y with the color <col>
80 OSD_FillBlock, // (x0,y0,x1,y1,color)
81 // fills pixels x0,y0 through x1,y1 with the color <col
103 int x1; member in struct:osd_cmd_s
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_policy.h 8 XT_POLICY_MATCH_IN = 0x1,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
parport.h 27 #define PARPORT_CONTROL_STROBE 0x1
  /system/core/include/system/
audio_policy.h 38 AUDIO_POLICY_OUTPUT_FLAG_DIRECT = 0x1
  /external/chromium/chrome/browser/ui/views/
theme_helpers.cc 16 void GetRebarGradientColors(int width, int x1, int x2,
70 *c1 = 0xFF000000 | device.getColorAt(x1, 0);
  /external/skia/src/animator/
SkPathParts.h 79 SkScalar x1; member in class:SkQuadTo
97 SkScalar x1; member in class:SkCubicTo
  /external/webkit/Source/WebCore/svg/
SVGPathElement.cpp 114 PassRefPtr<SVGPathSegCurvetoCubicAbs> SVGPathElement::createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role)
116 return SVGPathSegCurvetoCubicAbs::create(this, role, x, y, x1, y1, x2, y2);
119 PassRefPtr<SVGPathSegCurvetoCubicRel> SVGPathElement::createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role)
121 return SVGPathSegCurvetoCubicRel::create(this, role, x, y, x1, y1, x2, y2);
124 PassRefPtr<SVGPathSegCurvetoQuadraticAbs> SVGPathElement::createSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1, SVGPathSegRole role)
126 return SVGPathSegCurvetoQuadraticAbs::create(this, role, x, y, x1, y1);
129 PassRefPtr<SVGPathSegCurvetoQuadraticRel> SVGPathElement::createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1, SVGPathSegRole role)
131 return SVGPathSegCurvetoQuadraticRel::create(this, role, x, y, x1, y1);
SVGLinearGradientElement.cpp 43 DEFINE_ANIMATED_LENGTH(SVGLinearGradientElement, SVGNames::x1Attr, X1, x1)
169 attributes.setX1(linear->x1());
204 startPoint = FloatPoint(attributes.x1().valueAsPercentage(), attributes.y1().valueAsPercentage());
207 startPoint = FloatPoint(attributes.x1().value(this), attributes.y1().value(this));
214 return x1().isRelative()
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLCanvas.java 84 // Draws a line using the specified paint from (x1, y1) to (x2, y2).
86 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint);
88 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2).
90 public void drawRect(float x1, float y1, float x2, float y2, GLPaint paint);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLCanvasStub.java 49 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint) {}
50 public void drawRect(float x1, float y1, float x2, float y2, GLPaint paint) {}
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
sg.h 89 #define SG_INFO_OK_MASK 0x1
91 #define SG_INFO_CHECK 0x1 /* something abnormal happened */
  /system/core/include/diskconfig/
diskconfig.h 31 #define PART_SCHEME_MBR 0x1
53 #define PART_ACTIVE_FLAG 0x1
  /external/skia/samplecode/
SampleSkLayer.cpp 34 SkScalar x1, SkScalar y1, SkScalar z1) {
41 x1, y1, z1,
42 dst.fData[0] == x1 && dst.fData[1] == y1 && dst.fData[2] == z1);
46 SkScalar x0, SkScalar x1, SkScalar x2,
49 if (dst[0] != x0 || dst[1] != x1 || dst[2] != x2 ||
54 x0, x1, x2, y0, y1, y2, str.c_str());
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 62 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
64 unsigned x1 = XX & 0x3FFF; local
80 __m128i a01 = _mm_cvtsi32_si128(row0[x1]);
82 __m128i a11 = _mm_cvtsi32_si128(row1[x1]);
172 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
174 unsigned x1 = XX & 0x3FFF; local
190 __m128i a01 = _mm_cvtsi32_si128(row0[x1]);
192 __m128i a11 = _mm_cvtsi32_si128(row1[x1]);
  /external/opencv/cv/src/
cvpyramids.cpp 52 /* ...| x0 | x1 | x2 | x3 | x4 |... */
53 #define PD_FILTER( x0, x1, x2, x3, x4 ) ((x2)*6+((x1)+(x3))*4+(x0)+(x4))
61 /* | x2 | x1 I x0 | x1 | x2 |... */
62 #define PD_LT(x0,x1,x2) ((x0)*6 + (x1)*8 + (x2)*2)
66 /* ...| x0 | x1 | x2 | x3 I x2 | */
67 #define PD_RB(x0,x1,x2,x3) ((x0) + ((x1) + (x3))*4 + (x2)*7
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
PathCairo.cpp 128 double x1 = controlPoint.x(); local
134 x + 2.0 / 3.0 * (x1 - x), y + 2.0 / 3.0 * (y1 - y),
135 x2 + 2.0 / 3.0 * (x1 - x2), y2 + 2.0 / 3.0 * (y1 - y2),
279 double x0, x1, y0, y1; local
280 cairo_path_extents(cr, &x0, &y0, &x1, &y1);
281 return FloatRect(x0, y0, x1 - x0, y1 - y0);
292 double x0, x1, y0, y1; local
293 cairo_stroke_extents(cr, &x0, &y0, &x1, &y1);
294 return FloatRect(x0, y0, x1 - x0, y1 - y0);
  /external/grub/netboot/
3c595.h 95 #define EEPROM_NODE_ADDR_1 0x1 /* Word */
225 #define WINDOW_SELECT (unsigned short) (0x1<<11)
246 # define C_INTR_LATCH (unsigned short) (ACK_INTR|0x1)
257 # define FIL_INDIVIDUAL (unsigned short) (0x1)
286 #define S_INTR_LATCH (unsigned short) (0x1)
  /external/libffi/src/powerpc/
linux64.S 147 .byte 0x1 # CIE Version
149 .uleb128 0x1 # CIE Code Alignment Factor
152 .uleb128 0x1 # Augmentation size
155 .uleb128 0x1
174 .uleb128 0x1
sysv.S 172 .byte 0x1 /* CIE Version */
178 .uleb128 0x1 /* CIE Code Alignment Factor */
182 .uleb128 0x1 /* Augmentation size */
186 .uleb128 0x1
213 .uleb128 0x1
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
matrox_regs.h 199 #define MGAREG_MISC_IOADSEL (0x1 << 0)
200 #define MGAREG_MISC_RAMMAPEN (0x1 << 1)
202 #define MGAREG_MISC_CLK_SEL_VGA28 (0x1 << 2)
205 #define MGAREG_MISC_VIDEO_DIS (0x1 << 4)
206 #define MGAREG_MISC_HIGH_PG_SEL (0x1 << 5)
  /external/sonivox/arm-fm-22k/lib_src/
eas_imaadpcm.c 142 pState->decoderL.acc = pState->decoderL.x1 = sTemp;
157 pState->decoderR.acc = pState->decoderR.x1 = sTemp;
200 pState->decoderL.x1 = pState->decoderL.x0;
201 pState->decoderR.x1 = pState->decoderR.x0;
260 pState->x1 = (EAS_PCM) pState->acc;
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imaadpcm.c 142 pState->decoderL.acc = pState->decoderL.x1 = sTemp;
157 pState->decoderR.acc = pState->decoderR.x1 = sTemp;
200 pState->decoderL.x1 = pState->decoderL.x0;
201 pState->decoderR.x1 = pState->decoderR.x0;
260 pState->x1 = (EAS_PCM) pState->acc;
  /external/sonivox/arm-wt-22k/lib_src/
eas_imaadpcm.c 142 pState->decoderL.acc = pState->decoderL.x1 = sTemp;
157 pState->decoderR.acc = pState->decoderR.x1 = sTemp;
200 pState->decoderL.x1 = pState->decoderL.x0;
201 pState->decoderR.x1 = pState->decoderR.x0;
260 pState->x1 = (EAS_PCM) pState->acc;
  /external/webkit/Source/WebCore/platform/audio/
Biquad.cpp 76 double x1 = m_x1;
90 float y = a0*x + a1*x1 + a2*x2 - b1*y1 - b2*y2;
97 x2 = x1;
98 x1 = x;
104 m_x1 = x1;
  /external/freetype/src/raster/
ftraster.c 421 FT_F26Dot6 x1,
1939 Long x1, y1, x2, y2, x3, y3; local
2917 Long x1, x2, xs, e1, e2; local
    [all...]

Completed in 659 milliseconds

<<11121314151617181920>>