HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 226 - 250 of 966) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/experimental/
SkSetPoly3To3_A.cpp 38 SkScalar x1 = pts1[i].fX - ave1.fX; local
40 op[0] += SkScalarMul(x0, x1);
42 op[2] += SkScalarMul(y0, x1);
  /packages/apps/Browser/src/com/android/browser/
MeshTracker.java 48 float x1 = w*0.3333f; local
53 pts[1*2+0] = x1; pts[1*2+1] = 0;
62 pts[8*2+0] = x1; pts[8*2+1] = h;
  /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/qemu/distrib/sdl-1.2.12/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;
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.idl 47 CanvasGradient createLinearGradient(in float x0, in float y0, in float x1, in float y1)
49 CanvasGradient createRadialGradient(in float x0, in float y0, in float r0, in float x1, in float y1, in float r1)
71 void arcTo(in float x1, in float y1, in float x2, in float y2, in float radius)
  /external/webkit/WebCore/svg/
SVGPathSegList.cpp 81 segmentLength = traversalState.cubicBezierTo(FloatPoint(curveTo->x1(), curveTo->y1()),
130 pathData.addBezierCurveTo(FloatPoint(curveTo->x1(), curveTo->y1()),
228 segment = BLENDPATHSEG6(SVGPathSegCurvetoCubicAbs, x, y, x1, y1, x2, y2);
231 segment = BLENDPATHSEG6(SVGPathSegCurvetoCubicRel, x, y, x1, y1, x2, y2);
240 segment = BLENDPATHSEG4(SVGPathSegCurvetoQuadraticAbs, x, y, x1, y1);
243 segment = BLENDPATHSEG4(SVGPathSegCurvetoQuadraticRel, x, y, x1, y1);
SVGLineElement.cpp 114 return Path::createLine(FloatPoint(x1().value(this), y1().value(this)),
120 return (x1().isRelative() || y1().isRelative() ||
  /dalvik/vm/mterp/x86-atom/
OP_CMPL_FLOAT.S 60 movl $$0x1, (rFP, rINST, 4) # vAA<- greater than
OP_CMP_LONG.S 54 movl $$0x1, (rFP, rINST, 4) # vAA<- greater than
  /external/icu4c/common/
servlkf.cpp 73 UBool visible = (_coverage & 0x1) == 0;
93 if ((_coverage & 0x1) == 0) {
  /external/opencore/fileformats/mp4/parser/src/
decoderconfigdescriptor.cpp 54 _upStream = (data >> 1) & 0x1; // 1 bit
55 _reserved = (uint8)(data & (uint8) 0x1); // 1 bit
  /external/stlport/src/
sparc_atomic.s 36 add %o2, 0x1, %o3 ! Increment and store current
58 sub %o2, 0x1, %o3 ! decrement and store current
sparc_atomic64.s 34 addx %o2, 0x1, %o3 ! Increment and store current
54 subx %o2, 0x1, %o3 ! decrement and store current
  /hardware/broadcom/wlan/bcm4329/src/include/
spid.h 63 #define WORD_LENGTH_32 0x1 /* 0/1 16/32 bit word length */
75 #define STATUS_ENABLE 0x1 /* 1/0 Status sent/not sent to host after read/write */
  /external/qemu/android/skin/
region.c 281 if (pleft < minmax->x1) minmax->x1 = pleft;
376 skin_region_init( SkinRegion* r, int x1, int y1, int x2, int y2 )
378 if (x1 >= x2 || y1 >= y2) {
382 r->bounds.pos.x = x1;
384 r->bounds.size.w = x2 - x1;
403 if (box == NULL || box->x1 >= box->x2 || box->y1 >= box->y2) {
407 r->bounds.pos.x = box->x1;
409 r->bounds.size.w = box->x2 - box->x1;
1002 minmax.x1 = minmax.y1 = INT_MAX
    [all...]
  /bionic/libc/kernel/common/linux/
msm_mdp.h 43 #define MDP_FLIP_LR 0x1
  /development/host/windows/usb/legacy/driver/
android_usb_new_delete.h 35 return (0 == (pool_type & 0x1));
  /external/iproute2/include/linux/can/
netlink.h 80 #define CAN_CTRLMODE_LOOPBACK 0x1 /* Loopback mode */
  /external/kernel-headers/original/linux/
msm_mdp.h 46 #define MDP_FLIP_LR 0x1
xattr.h 13 #define XATTR_CREATE 0x1 /* set value, fail if attr already exists */
  /external/opencore/codecs_v2/audio/aac/dec/src/
intensity_right.cpp 167 multiplier = codebook AND 0x1;
333 * 1111b AND 0x1 = 1b
334 * 1111b AND 0x1 = 1b
335 * 1110b AND 0x1 = 0b
336 * 1110b AND 0x1 = 0b
338 multiplier = (codebook & 0x1);
sbr_requantize_envelope_data.cpp 162 if (iEnvelope_man[i] & 0x1) /* odd */
  /external/opencore/codecs_v2/utilities/colorconvert/include/
cczoomrotationbase.h 35 #define CCSUPPORT_ROTATION 0x1
  /external/opencore/pvmi/pvmf/include/
pvmf_video.h 40 const PVUid32 PVMFYuvFormatSpecificInfo0_UID = 0x1;
  /external/ppp/pppd/
chap-new.h 58 #define MDTYPE_MICROSOFT_V2 0x1

Completed in 765 milliseconds

1 2 3 4 5 6 7 8 91011>>