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

1 2 3 4 5 6 78 91011>>

  /external/skia/experimental/
SkSetPoly3To3_D.cpp 25 SkScalar x1 = pts1[i].fX - ave1.fX; local
27 tmp[0] += SkDScalar_setMul(x0, x1);
29 tmp[2] += SkDScalar_setMul(y0, x1);
  /external/skia/src/core/
SkBitmapProcState_shaderproc.h 46 unsigned x1 = TILEX_PROCF((fx + oneX), maxX); local
50 SRC_TO_FILTER(row0[x1]),
52 SRC_TO_FILTER(row1[x1]),
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 1126 ULong x1, x2, x1m, x2m, y1, y2, y1m, y2m; \/* new way *\/ local
    [all...]
  /external/iptables/include/linux/netfilter_ipv4/
ipt_policy.h 12 IPT_POLICY_MATCH_IN = 0x1,
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_policy.h 8 IP6T_POLICY_MATCH_IN = 0x1,
  /external/kernel-headers/original/linux/
coda_fs_i.h 43 #define C_VATTR 0x1 /* Validity of vattr in inode */
  /external/qemu/android/utils/
mapfile.h 29 #define PROT_READ 0x1
  /external/qemu/slirp/
debug.h 16 #define DBG_CALL 0x1
main.h 50 #define PROTO_SLIP 0x1
  /external/qemu/slirp-android/
debug.h 16 #define DBG_CALL 0x1
main.h 54 #define PROTO_SLIP 0x1
  /external/skia/include/utils/
SkCullPoints.h 48 bool sect_test(int x0, int y0, int x1, int y1) const;
  /external/skia/src/svg/
SkSVGLinearGradient.cpp 24 SVG_ATTRIBUTE(x1),
  /external/webkit/WebCore/svg/
LinearGradientAttributes.h 41 SVGLength x1() const { return m_x1; } function in struct:WebCore::LinearGradientAttributes
SVGLineElement.h 56 DECLARE_ANIMATED_PROPERTY(SVGLineElement, SVGNames::x1Attr, SVGLength, X1, x1)
  /frameworks/base/core/java/android/text/
AndroidBidi.java 43 result = (result & 0x1) == 0 ? Layout.DIR_LEFT_TO_RIGHT : Layout.DIR_RIGHT_TO_LEFT;
  /frameworks/base/core/java/android/util/
MathUtils.java 90 public static float dist(float x1, float y1, float x2, float y2) {
91 final float x = (x2 - x1);
96 public static float dist(float x1, float y1, float z1, float x2, float y2, float z2) {
97 final float x = (x2 - x1);
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
d2_9pf.cpp 227 i = sign & 0x1;
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
motion_comp.h 37 #define CBP_MASK_CHROMA_BLK5 0x1
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Inc/
ElpCtrl.h 50 #define ELPCTRL_WAKE_UP 0x1
  /bootable/diskinstaller/libdiskconfig/
diskconfig.h 27 #define PART_SCHEME_MBR 0x1
48 #define PART_ACTIVE_FLAG 0x1
  /external/chromium/base/gfx/
rect_unittest.cc 42 int x1; // rect 1 member in struct:__anon2327
62 gfx::Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
70 int x1; // rect 1 member in struct:__anon2328
103 gfx::Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
116 int x1; // rect 1 member in struct:Test
152 gfx::Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
174 int x1; // source member in struct:Test
204 gfx::Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
  /external/skia/src/animator/
SkPathParts.h 79 SkScalar x1; member in class:SkQuadTo
97 SkScalar x1; member in class:SkCubicTo
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
admCtrlWpa2.h 112 #define WPA2_OUI_MAX_VERSION 0x1
113 #define WPA2_OUI_DEF_TYPE 0x1
  /system/core/include/diskconfig/
diskconfig.h 31 #define PART_SCHEME_MBR 0x1
53 #define PART_ACTIVE_FLAG 0x1

Completed in 1009 milliseconds

1 2 3 4 5 6 78 91011>>