HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 151 - 175 of 982) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/src/core/
SkCordic.cpp 27 0xA, 0x5, 0x2, 0x1 };
39 int32_t x1 = y >> t; local
43 x -= x1;
47 x += x1;
93 int32_t x1 = y >> t; local
97 x -= x1;
101 x += x1;
151 0xA, 0x5, 0x2, 0x1 };
164 int32_t x1 = y >> t; local
172 x += x1;
    [all...]
SkBitmapProcState_sample.h 93 SRCTYPE x1 = srcAddr[UNPACK_SECONDARY_SHORT(xx0)]; local
98 *colors++ = RETURNDST(x1);
142 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
144 unsigned x1 = XX & 0x3FFF; local
150 SRC_TO_FILTER(row0[x1]),
152 SRC_TO_FILTER(row1[x1]),
184 unsigned x1 = data & 0x3FFF; local
193 SRC_TO_FILTER(row0[x1]),
195 SRC_TO_FILTER(row1[x1]),
SkScan_Antihair.cpp 223 static void do_anti_hairline(SkFDot6 x0, SkFDot6 y0, SkFDot6 x1, SkFDot6 y1,
229 if (SkAbs32(x1 - x0) > SkIntToFDot6(511) || SkAbs32(y1 - y0) > SkIntToFDot6(511))
231 /* instead of (x0 + x1) >> 1, we shift each separately. This is less
237 int hx = (x0 >> 1) + (x1 >> 1);
240 do_anti_hairline(hx, hy, x1, y1, clip, blitter);
249 if (SkAbs32(x1 - x0) > SkAbs32(y1 - y0)) // mostly horizontal
251 if (x0 > x1) { // we want to go left-to-right
252 SkTSwap<SkFDot6>(x0, x1);
257 istop = SkFDot6Ceil(x1);
263 slope = fastfixdiv(y1 - y0, x1 - x0)
    [all...]
  /external/qemu/android/skin/
rect.h 60 int x1, y1; member in struct:__anon5889
64 extern void skin_box_init( SkinBox* box, int x1, int y1, int x2, int y2 );
  /external/qemu/slirp/
misc.h 35 #define EMU_CTL 0x1
47 #define EMU_TALK 0x1
  /external/qemu/slirp-android/
misc.h 35 #define EMU_CTL 0x1
47 #define EMU_TALK 0x1
  /external/skia/src/animator/
SkPathParts.cpp 123 SK_MEMBER(x1, Float),
133 SkQuadTo::SkQuadTo() : x1(0), y1(0), x2(0), y2(0) {
137 fPath->fPath.quadTo(x1, y1, x2, y2);
154 fPath->fPath.rQuadTo(x1, y1, x2, y2);
163 SK_MEMBER(x1, Float),
175 SkCubicTo::SkCubicTo() : x1(0), y1(0), x2(0), y2(0), x3(0), y3(0) {
179 fPath->fPath.cubicTo(x1, y1, x2, y2, x3, y3);
196 fPath->fPath.rCubicTo(x1, y1, x2, y2, x3, y3);
  /external/webkit/WebCore/svg/
SVGPathElement.cpp 100 PassRefPtr<SVGPathSegCurvetoCubicAbs> SVGPathElement::createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2)
102 return SVGPathSegCurvetoCubicAbs::create(x, y, x1, y1, x2, y2);
105 PassRefPtr<SVGPathSegCurvetoCubicRel> SVGPathElement::createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2)
107 return SVGPathSegCurvetoCubicRel::create(x, y, x1, y1, x2, y2);
110 PassRefPtr<SVGPathSegCurvetoQuadraticAbs> SVGPathElement::createSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1)
112 return SVGPathSegCurvetoQuadraticAbs::create(x, y, x1, y1);
115 PassRefPtr<SVGPathSegCurvetoQuadraticRel> SVGPathElement::createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1)
117 return SVGPathSegCurvetoQuadraticRel::create(x, y, x1, y1);
SVGPathElement.idl 57 in float x1,
63 in float x1,
70 in float x1,
74 in float x1,
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Dec_Utils.h 57 #define G729DEC_MAJOR_VER 0x1
64 #define G729DEC_MINOR_VER 0x1
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
admCtrlWpa.h 66 #define WPA_OUI_MAX_VERSION 0x1
67 #define WPA_OUI_DEF_TYPE 0x1
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
shmFwCtrl.h 99 #define SHMFWCTRL_PLL_BB_REG_5_VAL 0x1
111 #define SHMFWCTRL_ELP_CMD_VAL 0x1
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
admCtrlWpa.h 67 #define WPA_OUI_MAX_VERSION 0x1
68 #define WPA_OUI_DEF_TYPE 0x1
admCtrlWpa2.h 113 #define WPA2_OUI_MAX_VERSION 0x1
114 #define WPA2_OUI_DEF_TYPE 0x1
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
admCtrlWpa.h 66 #define WPA_OUI_MAX_VERSION 0x1
67 #define WPA_OUI_DEF_TYPE 0x1
  /external/skia/src/utils/
SkCullPoints.cpp 35 bool SkCullPoints::sect_test(int x0, int y0, int x1, int y1) const
39 if (x0 < r.fLeft && x1 < r.fLeft ||
40 x0 > r.fRight && x1 > r.fRight ||
46 if (r.contains(x0, y0) || r.contains(x1, y1))
53 vec.set(x1 - x0, y1 - y0);
  /external/tcpdump/
print-atm.c 53 { 0x1, "Fault Management" },
62 { 0x1, "RDI" },
70 { 0x1, "Backward Reporting" },
77 { 0x1, "Continuity Check" },
317 clp = cell_header&0x1;
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.c 477 int x1, y1, x2, y2; local
485 x1 = rects[i].x;
487 x2 = x1 + rects[i].w;
490 if (x1 < 0) {
491 x1 = 0;
492 } else if (x1 > width) {
493 x1 = width;
510 if (x2 <= x1 || y2 <= y1) {
516 sha_x1 = scr_x1 = x1;
527 scr_y2 = width - x1;
    [all...]
  /external/libffi/src/powerpc/
darwin_closure.S 255 .byte 0x1 ; CIE Version
257 .byte 0x1 ; uleb128 0x1; CIE Code Alignment Factor
260 .byte 0x1 ; uleb128 0x1; Augmentation size
263 .byte 0x1 ; uleb128 0x1
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
android.widget.RelativeLayout.groovy 294 int x1 = bounds.x;
298 int x2 = x1 + w;
307 if (x <= x1 + n && y >= y1 && y <= y2) {
308 r = new Rect(x1 - n, y1, n2, h);
315 } else if (y <= y1 + n && x >= x1 && x <= x2) {
316 r = new Rect(x1, y1 - n, w, n2);
319 } else if (y >= y2 - n && x >= x1 && x <= x2) {
320 r = new Rect(x1, y2 - n, w, n2);
366 int x1 = b.x + ((b.w - wt) / 2);
369 def bounds = new Rect(x1, y1, wt, ht)
    [all...]
  /bionic/libc/kernel/common/linux/
msm_vidc_dec.h 186 VDEC_CODECTYPE_H264 = 0x1,
201 VDEC_MPEG2ProfileSimple = 0x1,
214 VDEC_MPEG2LevelLL = 0x1,
304 VDEC_XVIDProfile_Simple = 0x1,
310 VDEC_XVID_LEVEL_S_L0 = 0x1,
365 VDEC_VC1ProfileSimple = 0x1,
371 VDEC_VC1_LEVEL_S_Low = 0x1,
389 VDEC_InterlaceFrameProgressive = 0x1,
395 VDEC_YUV_FORMAT_NV12 = 0x1,
  /frameworks/base/graphics/java/android/graphics/
Path.java 230 * (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
233 * @param x1 The x-coordinate of the control point on a quadratic curve
238 public void quadTo(float x1, float y1, float x2, float y2) {
239 native_quadTo(mNativePath, x1, y1, x2, y2);
262 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
265 * @param x1 The x-coordinate of the 1st control point on a cubic curve
272 public void cubicTo(float x1, float y1, float x2, float y2,
274 native_cubicTo(mNativePath, x1, y1, x2, y2, x3, y3);
282 public void rCubicTo(float x1, float y1, float x2, float y2,
284 native_rCubicTo(mNativePath, x1, y1, x2, y2, x3, y3)
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
ladspa.h 99 #define LADSPA_PROPERTY_REALTIME 0x1
155 #define LADSPA_PORT_INPUT 0x1
208 #define LADSPA_HINT_BOUNDED_BELOW 0x1
  /external/libvpx/vp8/common/arm/
filter_arm.c 109 if (yoffset & 0x1)
149 // if (yoffset & 0x1)
188 if (yoffset & 0x1)
226 if (yoffset & 0x1)
  /external/skia/experimental/
SkSetPoly3To3.cpp 10 SkScalar x1 = pts1[i].fX - ave1.fX; local
12 op[0] += SkScalarMul(x0, x1);
14 op[2] += SkScalarMul(y0, x1);

Completed in 695 milliseconds

1 2 3 4 5 67 8 91011>>