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

1 2 3 4 56 7 8 91011>>

  /external/freetype/src/autofit/
afwarp.h 36 FT_Pos x1, x2; member in struct:AF_WarperRec_
afwarp.c 146 FT_Int X1, X2;
179 /* get X1 and X2, minimum and maximum in original coordinates */
184 X1 = X2 = points[0].fx;
190 if ( X < X1 )
191 X1 = X;
196 X1 = X2 = segments[0].pos;
202 if ( X < X1 )
203 X1 = X;
209 if ( X1 >= X2 )
212 warper->x1 = FT_MulFix( X1, org_scale ) + org_delta
    [all...]
  /external/kernel-headers/original/linux/
taskstats.h 135 #define TASKSTATS_GENL_VERSION 0x1
  /external/webkit/WebCore/svg/
SVGLinearGradientElement.h 48 DECLARE_ANIMATED_PROPERTY(SVGLinearGradientElement, SVGNames::x1Attr, SVGLength, X1, x1)
SVGPathElement.h 72 static PassRefPtr<SVGPathSegCurvetoCubicAbs> createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2);
73 static PassRefPtr<SVGPathSegCurvetoCubicRel> createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2);
74 static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> createSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1);
75 static PassRefPtr<SVGPathSegCurvetoQuadraticRel> createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1);
  /external/webkit/WebKit/android/plugins/
ANPPathInterface.cpp 66 static void anp_quadTo(ANPPath* path, float x0, float y0, float x1, float y1) {
68 SkFloatToScalar(x1), SkFloatToScalar(y1));
72 float x1, float y1, float x2, float y2) {
74 SkFloatToScalar(x1), SkFloatToScalar(y1),
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
d2_11pf.cpp 164 j = index & 0x1;
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
TextColor.java 27 DARK_GRAY(0x1),
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_obj.h 65 PERF_Mode_Log = 0x1,
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /system/core/sh/
parser.h 57 #define VSNORMAL 0x1 /* normal variable: $var or ${var} */
  /external/grub/netboot/
3c509.h 89 #define EEPROM_NODE_ADDR_1 0x1 /* Word */
210 #define WINDOW_SELECT (unsigned short) (0x1<<11)
229 #define FIL_INDIVIDUAL (unsigned short) (0x1)
244 #define C_INTR_LATCH (unsigned short) (ACK_INTR|0x1)
271 #define S_INTR_LATCH (unsigned short) (0x1)
300 #define ERR_RX_INCOMPLETE (unsigned short) (0x1<<15)
301 #define ERR_RX (unsigned short) (0x1<<14)
345 #define W0_P4_CMD_ENABLE_ADAPTER 0x1
375 #define AUI 0x1
  /external/libffi/src/powerpc/
darwin.S 196 .byte 0x1 ; CIE Version
198 .byte 0x1 ; uleb128 0x1; CIE Code Alignment Factor
201 .byte 0x1 ; uleb128 0x1; Augmentation size
204 .byte 0x1 ; uleb128 0x1
231 .byte 0x1 ; uleb128 0x1
  /external/dropbear/libtommath/etc/
pprime.c 17 mp_word x1, x2; local
21 x1 = x2;
22 x2 = x1 - ((x1 * x1) - x) / (2 * x1);
23 } while (x1 != x2);
25 if (x1 * x1 > x) {
26 --x1;
    [all...]

Completed in 1158 milliseconds

1 2 3 4 56 7 8 91011>>