/external/freetype/src/autofit/ |
afwarp.c | 146 FT_Int X1, X2; 179 /* get X1 and X2, minimum and maximum in original coordinates */ 184 X1 = X2 = points[0].fx; 192 if ( X > X2 ) 193 X2 = X; 196 X1 = X2 = segments[0].pos; 204 if ( X > X2 ) 205 X2 = X; 209 if ( X1 >= X2 ) 213 warper->x2 = FT_MulFix( X2, org_scale ) + org_delta [all...] |
/external/qemu/android/skin/ |
rect.h | 61 int x2, y2; member in struct:__anon4156 64 extern void skin_box_init( SkinBox* box, int x1, int y1, int x2, int y2 );
|
/external/qemu/slirp/ |
misc.h | 36 #define EMU_FTP 0x2 48 #define EMU_NTALK 0x2
|
/external/qemu/slirp-android/ |
misc.h | 36 #define EMU_FTP 0x2 48 #define EMU_NTALK 0x2
|
/external/quake/quake/src/QW/client/ |
block8.h | 15 addl $0x2,%edi 30 addl $0x2,%edi 45 addl $0x2,%edi 60 addl $0x2,%edi 76 addl $0x2,%edi 91 addl $0x2,%edi 107 addl $0x2,%edi 123 addl $0x2,%edi
|
/external/quake/quake/src/WinQuake/ |
block8.h | 34 addl $0x2,%edi 49 addl $0x2,%edi 64 addl $0x2,%edi 79 addl $0x2,%edi 95 addl $0x2,%edi 110 addl $0x2,%edi 126 addl $0x2,%edi 142 addl $0x2,%edi
|
/external/skia/src/animator/ |
SkPathParts.cpp | 124 SK_MEMBER(x2, 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); 164 SK_MEMBER(x2, 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/platform/graphics/qt/ |
FontQt.cpp | 113 float x2 = line.cursorToX(to); local 114 if (x2 < x1) 115 qSwap(x1, x2); 119 QRectF clip(point.x() + x1, point.y() - ascent, x2 - x1, fm.height()); 209 float x2 = line.cursorToX(to); local 210 if (x2 < x1) 211 qSwap(x1, x2); 213 return FloatRect(pt.x() + x1, pt.y(), x2 - x1, h);
|
/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); 150 PassRefPtr<SVGPathSegCurvetoCubicSmoothAbs> SVGPathElement::createSVGPathSegCurvetoCubicSmoothAbs(float x, float y, float x2, float y2) 152 return SVGPathSegCurvetoCubicSmoothAbs::create(x, y, x2, y2); 155 PassRefPtr<SVGPathSegCurvetoCubicSmoothRel> SVGPathElement::createSVGPathSegCurvetoCubicSmoothRel(float x, float y, float x2, float y2) 157 return SVGPathSegCurvetoCubicSmoothRel::create(x, y, x2, y2);
|
SVGPathElement.idl | 59 in float x2, 65 in float x2, 100 in float x2, 104 in float x2,
|
SVGParserUtilities.cpp | 216 virtual void svgCurveToCubic(double x1, double y1, double x2, double y2, double x, double y, bool abs = true) = 0; 217 virtual void svgCurveToCubicSmooth(double /*x*/, double /*y*/, double /*x2*/, double /*y2*/, bool /*abs*/ = true) { } 232 double contrlx, contrly, curx, cury, subpathx, subpathy, tox, toy, x1, y1, x2, y2, xc, yc; local 350 !parseNumber(ptr, end, x2) || !parseNumber(ptr, end, y2) || 357 px2 = relative ? curx + x2 : x2; 365 contrlx = relative ? curx + x2 : x2; 371 svgCurveToCubic(narrowPrecisionToFloat(x1), narrowPrecisionToFloat(y1), narrowPrecisionToFloat(x2), 380 if (!parseNumber(ptr, end, x2) || !parseNumber(ptr, end, y2) | 631 double x1, y1, x2, y2, x3, y3; local [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
_dbdebug.h | 45 #define DSPAPI_ZONE_PROC 0x2 72 #define DSPAPI_ZONE_ID_PROC 0x2
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
_dbdebug.h | 45 #define DSPAPI_ZONE_PROC 0x2 72 #define DSPAPI_ZONE_ID_PROC 0x2
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GCWrapper.java | 183 public void drawLine(int x1, int y1, int x2, int y2) { 187 x2 = mHScale.translate(x2); 189 getGc().drawLine(x1, y1, x2, y2); 196 public void drawRect(int x1, int y1, int x2, int y2) { 200 int w = mHScale.scale(x2 - x1); 218 public void fillRect(int x1, int y1, int x2, int y2) { 222 int w = mHScale.scale(x2 - x1);
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/ |
whalHwEeprom.c | 505 TNETWIF_WriteRegSync( pHwEeprom->hTNETWIF, EE_CTL, 0x2); 511 } while (eectl &0x2); 517 TNETWIF_WriteRegSync( pHwEeprom->hTNETWIF, EE_CTL, 0x2); 523 } while (eectl &0x2); 530 TNETWIF_WriteRegSync( pHwEeprom->hTNETWIF, EE_CTL, 0x2); 536 } while (eectl &0x2); 543 TNETWIF_WriteRegSync( pHwEeprom->hTNETWIF, EE_CTL, 0x2); 549 } while (eectl &0x2);
|
/external/skia/src/core/ |
SkEdge.cpp | 178 SkFDot6 x0, y0, x1, y1, x2, y2; local 187 x2 = int(pts[2].fX * scale); 195 x2 = pts[2].fX >> shift; 203 SkTSwap(x0, x2); 218 SkFDot6 dx = ((x1 << 1) - x0 - x2) >> 2; 235 SkFixed A = SkFDot6ToFixed(x0 - x1 - x1 + x2); 249 fQLastX = SkFDot6ToFixed(x2); 319 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local 328 x2 = int(pts[2].fX * scale); 338 x2 = pts[2].fX >> shift [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/wscons/ |
SDL_wsconsvideo.c | 477 int x1, y1, x2, y2; local 487 x2 = x1 + rects[i].w; 495 if (x2 < 0) { 496 x2 = 0; 497 } else if (x2 > width) { 498 x2 = width; 510 if (x2 <= x1 || y2 <= y1) { 518 scr_x2 = x2; 525 scr_y1 = width - x2; 528 sha_x1 = x2 - 1 [all...] |
/external/grub/netboot/ |
3c509.h | 90 #define EEPROM_NODE_ADDR_2 0x2 /* Word */ 211 #define START_TRANSCEIVER (unsigned short) (0x2<<11) /* Read ADDR_CFG reg to 230 #define FIL_GROUP (unsigned short) (0x2) 245 #define C_CARD_FAILURE (unsigned short) (ACK_INTR|0x2) 272 #define S_CARD_FAILURE (unsigned short) (0x2) 307 #define ERR_RX_DRIBBLE (unsigned short) (0x2<<11) 376 #define BNC 0x2
|
/frameworks/base/graphics/java/android/graphics/ |
Path.java | 230 * (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for 235 * @param x2 The x-coordinate of the end 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 267 * @param x2 The x-coordinate of the 2nd 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...] |
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
motion_comp.cpp | 1127 ULong x1, x2, x1m, x2m, y1, y2, y1m, y2m; \/* new way *\/ local [all...] |
/external/iptables/extensions/ |
libipt_statistic.c | 62 if (*flags & 0x2) 69 *flags |= 0x2; 104 if ((flags & 0x2) && (flags & (0x4 | 0x8))) 107 if (flags & 0x2 && info->mode != XT_STATISTIC_MODE_RANDOM)
|
/external/iptables/include/linux/netfilter_ipv4/ |
ipt_policy.h | 13 IPT_POLICY_MATCH_OUT = 0x2,
|
/external/iptables/include/linux/netfilter_ipv6/ |
ip6t_policy.h | 9 IP6T_POLICY_MATCH_OUT = 0x2,
|
/external/kernel-headers/original/linux/ |
coda_fs_i.h | 44 #define C_FLUSH 0x2 /* used after a flush */
|
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
motion_comp.h | 36 #define CBP_MASK_CHROMA_BLK4 0x2
|