/external/webkit/WebKit/android/plugins/ |
ANPPathInterface.cpp | 72 float x1, float y1, float x2, float y2) { 75 SkFloatToScalar(x2), SkFloatToScalar(y2));
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
spid.h | 64 #define ENDIAN_BIG 0x2 /* 0/1 Little/Big Endian */ 76 #define INTR_WITH_STATUS 0x2 /* 0/1 Do-not / do-interrupt if status is sent */
|
/external/freetype/src/raster/ |
ftraster.c | 423 FT_F26Dot6 x2, 570 /* A lookup table used to quickly count set bits in four gray 2x2 */ 1920 Long x1, y1, x2, y2, x3, y3; local 2879 Long x1, x2, xs, e1, e2; local [all...] |
/frameworks/base/awt/org/apache/harmony/awt/gl/ |
MultiRectArea.java | 165 public void addRectCashed(int x1, int y1, int x2, int y2) { 166 addRect(x1, y1, x2, y2); 189 if (rect[index] == x1 && rect[index + 2] == x2) { 213 rect[index + 2] = x2; 438 int x2 = rect[j]; local 440 if (y1 > y2 || (y1 == y2 && x1 > x2)) { 441 x1 = x2; 654 public void addRect(int x1, int y1, int x2, int y2) { 659 rect[i++] = x2; 689 int x2 = rect[3] local [all...] |
MultiRectAreaOp.java | 389 int x2 = d.active[index + 2]; local 392 if (x2 < rx1 - 1) { 394 dst.addRectCashed(x1, top, x2, bottom); 400 rx2 = x2; 402 res = x2 <= rx2; 404 rx2 = Math.max(x2, rx2); 409 dst.addRectCashed(x1, d.active[index + 1], x2, top - 1); 420 int x2 = d.active[index + 2]; local 423 dst.addRectCashed(x1, d.active[index + 1], x2, top - 1); 426 dst.addRectCashed(x1, top, x2, bottom) 709 int x2 = d2.active[i2 + 2]; local [all...] |
/external/openssl/crypto/ec/ |
ec2_smpl.c | 682 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local 709 x2 = BN_CTX_get(ctx); 740 if (!group->meth->field_sqr(group, x2, s, ctx)) goto err; 741 if (!BN_GF2m_add(x2, x2, &group->a)) goto err; 742 if (!BN_GF2m_add(x2, x2, s)) goto err; 743 if (!BN_GF2m_add(x2, x2, t)) goto err; 756 if (!group->meth->field_sqr(group, x2, s, ctx)) goto err [all...] |
/bionic/libc/kernel/arch-x86/asm/ |
desc_defs.h | 51 DESC_LDT = 0x2,
|
/bionic/libc/kernel/common/linux/ |
msm_mdp.h | 44 #define MDP_FLIP_UD 0x2
|
/external/grub/netboot/ |
3c595.h | 96 #define EEPROM_NODE_ADDR_2 0x2 /* Word */ 226 #define START_TRANSCEIVER (unsigned short) (0x2<<11) /* Read ADDR_CFG reg to 247 # define C_CARD_FAILURE (unsigned short) (ACK_INTR|0x2) 287 #define S_CARD_FAILURE (unsigned short) (0x2)
|
/external/iproute2/include/linux/can/ |
netlink.h | 81 #define CAN_CTRLMODE_LISTENONLY 0x2 /* Listen-only mode */
|
/external/kernel-headers/original/asm-x86/ |
desc_defs.h | 48 DESC_LDT = 0x2,
|
/external/kernel-headers/original/linux/ |
msm_mdp.h | 47 #define MDP_FLIP_UD 0x2
|
xattr.h | 14 #define XATTR_REPLACE 0x2 /* set value, fail if attr does not exist */
|
/external/opencore/codecs_v2/utilities/colorconvert/include/ |
cczoomrotationbase.h | 36 #define CCSUPPORT_SCALING 0x2
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_file_dir_utils.h | 58 OSCL_FILEMGMT_PERMS_WRITE = 0x2,
|
/external/opencore/pvmi/pvmf/include/ |
pvmf_video.h | 41 const PVUid32 PVMFEOSFormatSpecificInfo_UID = 0x2;
|
/external/ppp/pppd/ |
chap-new.h | 59 #define MDTYPE_MICROSOFT 0x2
|
/external/ppp/pppd/include/net/ |
pppio.h | 65 #define DECOMP_AC 0x2 /* decompress address/control */
|
/external/skia/include/core/ |
SkPath.h | 238 (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for 243 @param x2 The x-coordinate of the end point on a quadratic curve 246 void quadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2); 275 (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been 280 @param x2 The x-coordinate of the 2nd control point on a cubic curve 285 void cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, 317 void rCubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, 338 void arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
|
/external/webkit/JavaScriptCore/runtime/ |
SymbolTable.h | 94 static const unsigned DontEnumFlag = 0x2;
|
/frameworks/base/core/java/android/view/animation/ |
Transformation.java | 40 public static int TYPE_MATRIX = 0x2;
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Path.java | 263 * (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for 268 * @param x2 The x-coordinate of the end point on a quadratic curve 271 public void quadTo(float x1, float y1, float x2, float y2) { 272 mPath.quadTo(x1, y1, mLastX = x2, mLastY = y2); 302 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been 307 * @param x2 The x-coordinate of the 2nd control point on a cubic curve 312 public void cubicTo(float x1, float y1, float x2, float y2, 314 mPath.curveTo(x1, y1, x2, y2, mLastX = x3, mLastY = y3);
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
admCtrlWpa.h | 68 #define WPA_OUI_MAX_TYPE 0x2
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
msm_mdp.h | 43 #define MDP_FLIP_UD 0x2
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
msm_mdp.h | 43 #define MDP_FLIP_UD 0x2
|