HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 701 - 725 of 2735) sorted by null

<<21222324252627282930>>

  /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);
  /frameworks/compile/mclinker/lib/Target/ARM/
THMToARMStub.cpp 72 if ((pTargetSymValue & 0x1) == 0x0) {
119 return 0x1;
THMToTHMStub.cpp 74 if ((pTargetSymValue & 0x1) != 0x0) {
115 return 0x1;
  /prebuilts/gcc/linux-x86/host/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 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
sg.h 89 #define SG_INFO_OK_MASK 0x1
91 #define SG_INFO_CHECK 0x1 /* something abnormal happened */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 32 #define PART_SCHEME_MBR 0x1
54 #define PART_ACTIVE_FLAG 0x1
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp 67 uint32_t x1 = xstart; local
85 while (x1 < x2) {
87 int32_t len = (x2 - x1 - 1) >> 1;
96 x1 += len << 1;
141 if (!x1) {
162 x1++;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
SplineMath.java 50 double x1 = cur[0]; local
57 double delta = (x2 - x1);
59 double b = (x - x1) / delta;
91 double x1 = cur[0]; local
98 double delta = (x2 - x1);
100 double b = (x - x1) / delta;
  /external/libvorbis/lib/
floor1.c 35 int x1; member in struct:lsfit_acc
272 static int render_point(int x0,int x1,int y0,int y1,int x){
278 int adx=x1-x0;
362 static void render_line(int n, int x0,int x1,int y0,int y1,float *d){
364 int adx=x1-x0;
374 if(n>x1)n=x1;
391 static void render_line0(int n, int x0,int x1,int y0,int y1,int *d){
393 int adx=x1-x0;
403 if(n>x1)n=x1
476 int x1=a[fits-1].x1; local
727 int x1=info->postlist[hn]; local
809 int x1=info->postlist[hn]; local
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_vidc_dec.h 204 VDEC_CODECTYPE_H264 = 0x1,
221 VDEC_MPEG2ProfileSimple = 0x1,
235 VDEC_MPEG2LevelLL = 0x1,
340 VDEC_XVIDProfile_Simple = 0x1,
346 VDEC_XVID_LEVEL_S_L0 = 0x1,
410 VDEC_VC1ProfileSimple = 0x1,
416 VDEC_VC1_LEVEL_S_Low = 0x1,
436 VDEC_InterlaceFrameProgressive = 0x1,
442 VDEC_YUV_FORMAT_NV12 = 0x1,
447 VDEC_ORDER_DISPLAY = 0x1,
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_dec.h 277 VDEC_CODECTYPE_H264 = 0x1,
292 VDEC_MPEG2ProfileSimple = 0x1,
305 VDEC_MPEG2LevelLL = 0x1,
395 VDEC_XVIDProfile_Simple = 0x1,
401 VDEC_XVID_LEVEL_S_L0 = 0x1,
456 VDEC_VC1ProfileSimple = 0x1,
462 VDEC_VC1_LEVEL_S_Low = 0x1,
480 VDEC_InterlaceFrameProgressive = 0x1,
486 VDEC_YUV_FORMAT_NV12 = 0x1,
491 VDEC_ORDER_DISPLAY = 0x1,
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
hierarchyviewer2lib.jar 
  /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/robolectric/lib/main/
objenesis-1.0.jar 
  /external/skia/src/core/
SkScan_Antihair.cpp 373 static void do_anti_hairline(SkFDot6 x0, SkFDot6 y0, SkFDot6 x1, SkFDot6 y1,
378 if (any_bad_ints(x0, y0, x1, y1)) {
386 SkASSERT(canConvertFDot6ToFixed(x1));
389 if (SkAbs32(x1 - x0) > SkIntToFDot6(511) || SkAbs32(y1 - y0) > SkIntToFDot6(511)) {
390 /* instead of (x0 + x1) >> 1, we shift each separately. This is less
396 int hx = (x0 >> 1) + (x1 >> 1);
399 do_anti_hairline(hx, hy, x1, y1, clip, blitter);
413 if (SkAbs32(x1 - x0) > SkAbs32(y1 - y0)) { // mostly horizontal
414 if (x0 > x1) { // we want to go left-to-right
415 SkTSwap<SkFDot6>(x0, x1);
    [all...]
  /external/ceres-solver/internal/ceres/
trust_region_minimizer_test.cc 90 double x1 = state[0]; local
96 << "x1=" << x1 << ", "
101 double f1 = x1 + 10.0 * x2;
104 double f4 = sqrt(10.0) * pow(x1 - x4, 2.0);
137 sqrt(10.0) * 2.0 * (x1 - x4) * (1.0 - x4);
160 sqrt(10.0) * 2.0 * (x1 - x4) * (x1 - 1.0);
228 // The minimum is at x1 = x2 = x3 = x4 = 0.
  /external/llvm/test/MC/AArch64/
basic-a64-diagnostics.s 39 add x1, x2, sp, uxtx
47 // CHECK-ERROR: add x1, x2, sp, uxtx
53 subs x2, x1, sp, uxtx
54 adds x2, x1, sp, uxtb #2
62 // CHECK-ERROR: subs x2, x1, sp, uxtx
65 // CHECK-ERROR: adds x2, x1, sp, uxtb #2
97 add w2, w3, #0x1, lsl #1
102 // CHECK-ERROR-NEXT: add w2, w3, #0x1, lsl #1
203 add x1, x2, x3, lsl #-1
204 add x1, x2, x3, lsl #6
    [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);
  /frameworks/base/graphics/java/android/graphics/
Path.java 267 * (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
270 * @param x1 The x-coordinate of the control point on a quadratic curve
275 public void quadTo(float x1, float y1, float x2, float y2) {
277 native_quadTo(mNativePath, x1, y1, x2, y2);
301 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
304 * @param x1 The x-coordinate of the 1st control point on a cubic curve
311 public void cubicTo(float x1, float y1, float x2, float y2,
314 native_cubicTo(mNativePath, x1, y1, x2, y2, x3, y3);
322 public void rCubicTo(float x1, float y1, float x2, float y2,
325 native_rCubicTo(mNativePath, x1, y1, x2, y2, x3, y3)
    [all...]
  /bionic/libc/kernel/arch-mips/asm/sgi/
hpc3.h 141 #define HPC3_ERST_CRESET 0x1
201 #define HPC3_GIOMISC_ERTIME 0x1
272 #define HPC3_PROM_WENAB 0x1
276 #define HPC3_PROM_SWAP 0x1
280 #define HPC3_PROM_STAT 0x1
  /development/ndk/platforms/android-9/arch-mips/include/asm/sgi/
hpc3.h 141 #define HPC3_ERST_CRESET 0x1
201 #define HPC3_GIOMISC_ERTIME 0x1
272 #define HPC3_PROM_WENAB 0x1
276 #define HPC3_PROM_SWAP 0x1
280 #define HPC3_PROM_STAT 0x1
  /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/kernel-headers/original/asm-mips/sgi/
hpc3.h 132 #define HPC3_ERST_CRESET 0x1 /* Reset dma channel and external controller */
206 #define HPC3_GIOMISC_ERTIME 0x1 /* Enable external timer real time. */
291 #define HPC3_PROM_WENAB 0x1 /* Enable writes to the PROM */
295 #define HPC3_PROM_SWAP 0x1 /* invert GIO addr bit to select prom0 or prom1 */
299 #define HPC3_PROM_STAT 0x1 /* General purpose status bit in gout */

Completed in 3182 milliseconds

<<21222324252627282930>>