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

1 2 3 4 56 7 8 91011>>

  /external/qemu/android/utils/
mapfile.h 30 #define PROT_WRITE 0x2
  /external/qemu/slirp/
debug.h 17 #define DBG_MISC 0x2
main.h 52 #define PROTO_PPP 0x2
  /external/qemu/slirp-android/
debug.h 17 #define DBG_MISC 0x2
main.h 56 #define PROTO_PPP 0x2
  /external/skia/src/svg/
SkSVGLinearGradient.cpp 25 SVG_ATTRIBUTE(x2),
  /external/webkit/WebCore/svg/
LinearGradientAttributes.h 43 SVGLength x2() const { return m_x2; } function in struct:WebCore::LinearGradientAttributes
SVGLineElement.h 58 DECLARE_ANIMATED_PROPERTY(SVGLineElement, SVGNames::x2Attr, SVGLength, X2, x2)
SVGPathSegList.cpp 82 FloatPoint(curveTo->x2(), curveTo->y2()),
131 FloatPoint(curveTo->x2(), curveTo->y2()),
228 segment = BLENDPATHSEG6(SVGPathSegCurvetoCubicAbs, x, y, x1, y1, x2, y2);
231 segment = BLENDPATHSEG6(SVGPathSegCurvetoCubicRel, x, y, x1, y1, x2, y2);
234 segment = BLENDPATHSEG4(SVGPathSegCurvetoCubicSmoothAbs, x, y, x2, y2);
237 segment = BLENDPATHSEG4(SVGPathSegCurvetoCubicSmoothRel, x, y, x2, y2);
SVGLineElement.cpp 115 FloatPoint(x2().value(this), y2().value(this)));
121 x2().isRelative() || y2().isRelative());
  /frameworks/base/awt/org/apache/harmony/awt/gl/render/
JavaArcRasterizer.java 33 int x2 = line[i]; local
35 if (x1 <= finish && x2 >= start) {
36 mra.addRect(cx + Math.max(x1, start), y, cx + Math.min(x2, finish), y);
38 x1 = x2 + 1;
45 int x2 = line[i]; local
47 if (x1 <= finish && x2 >= start) {
48 mra.addRect(cx + Math.max(x1, start), y, cx + Math.min(x2, finish), y);
50 x1 = x2 + 1;
57 int x2 = line[i]; local
59 if (x1 <= finish && x2 >= start)
69 int x2 = line[i]; local
    [all...]
  /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/m4v_h263/dec/src/
motion_comp.h 36 #define CBP_MASK_CHROMA_BLK4 0x2
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Inc/
ElpCtrl.h 54 #define ELPCTRL_WLAN_READY 0x2
  /external/openssl/crypto/x509v3/
pcy_int.h 95 #define POLICY_DATA_FLAG_MAPPED_ANY 0x2
187 #define POLICY_FLAG_ANY_POLICY 0x2
  /external/skia/src/animator/
SkPathParts.h 81 SkScalar x2; member in class:SkQuadTo
99 SkScalar x2; member in class:SkCubicTo
  /external/webkit/WebCore/platform/graphics/transforms/
AffineTransform.cpp 281 void AffineTransform::map(double x, double y, double& x2, double& y2) const
283 x2 = (m_transform[0] * x + m_transform[2] * y + m_transform[4]);
289 double x2, y2; local
290 map(point.x(), point.y(), x2, y2);
293 return IntPoint(lround(x2), lround(y2));
298 double x2, y2; local
299 map(point.x(), point.y(), x2, y2);
301 return FloatPoint(narrowPrecisionToFloat(x2), narrowPrecisionToFloat(y2));
  /frameworks/base/awt/java/awt/
Rectangle.java 306 int x2 = (int)Math.ceil(x + width); local
308 setBounds(x1, y1, x2 - x1, y2 - y1);
443 int x2 = Math.max(x + width, px); local
446 setBounds(x1, y1, x2 - x1, y2 - y1);
470 int x2 = Math.max(x + width, r.x + r.width); local
473 setBounds(x1, y1, x2 - x1, y2 - y1);
593 int x2 = Math.min(x + width, r.x + r.width); local
595 return new Rectangle(x1, y1, x2 - x1, y2 - y1);
  /hardware/broadcom/wlan/bcm4329/src/shared/
hndpmu.c 52 {4, 0x2},
63 {4, 0x2},
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.c 722 short x2,y2,w2,h2; local
743 if (!wind_calc(WC_BORDER, GEM_win_type, 0,0,width,height, &x2,&y2,&w2,&h2)) {
750 x2 = (GEM_desk_w-w2)>>1;
752 if (x2<0) {
753 x2 = 0;
758 x2 += GEM_desk_x;
768 GEM_handle=wind_create(GEM_win_type, x2,y2,w2,h2);
784 wind_open(GEM_handle,x2,y2,w2,h2);
787 wind_get (GEM_handle, WF_WORKXYWH, &x2,&y2,&w2,&h2);
788 if (wind_calc(WC_BORDER, GEM_win_type, x2,y2,width,height, &x2,&y2,&w2,&h2))
878 int x1,x2; local
1274 int x1,x2; local
    [all...]
  /external/tremolo/Tremolo/
mdctLARM.s 437 ADD r1,r1,r0,LSL #1 @ r1 = x2+4 = x + (POINTS>>1)
446 LDMDB r1!,{r4,r9,r10,r14} @ r4 = x2[0]
447 @ r9 = x2[1]
448 @ r10= x2[2]
449 @ r14= x2[3] x2 -= 4
455 SUB r9, r9, r4 @ r9 = s2 = x2[1] - x2[0]
456 ADD r4, r9, r4, LSL #1 @ r4 = x2[1] + x2[0] (-> x1[1]
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/dec/src/
pred_intra.cpp 908 int x0, x1, x2; local
915 x2 = (temp >> 16) & 0xFF;
917 Q_x = (x0 + 2 * x1 + x2 + 2) >> 2;
918 R_x = (x1 + 2 * x2 + (temp >> 24) + 2) >> 2;
920 x2 = video->intra_pred_topleft; /* re-use x2 instead of y0 */
921 P_x = (x2 + 2 * x0 + x1 + 2) >> 2;
925 D = (x0 + 2 * x2 + x1 + 2) >> 2;
929 P_y = (x2 + 2 * x1 + x0 + 2) >> 2;
931 x2 = *comp_refy
972 int x0, x1, x2; local
1043 int x0, x1, x2; local
1113 int x0, x1, x2, x3, x4, x5, x6; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_intra.cpp 907 int x0, x1, x2; local
914 x2 = (temp >> 16) & 0xFF;
916 Q_x = (x0 + 2 * x1 + x2 + 2) >> 2;
917 R_x = (x1 + 2 * x2 + (temp >> 24) + 2) >> 2;
919 x2 = video->intra_pred_topleft; /* re-use x2 instead of y0 */
920 P_x = (x2 + 2 * x0 + x1 + 2) >> 2;
924 D = (x0 + 2 * x2 + x1 + 2) >> 2;
928 P_y = (x2 + 2 * x1 + x0 + 2) >> 2;
930 x2 = *comp_refy
971 int x0, x1, x2; local
1042 int x0, x1, x2; local
1112 int x0, x1, x2, x3, x4, x5, x6; local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
MeshTracker.java 50 float x2 = w*0.6667f; local
54 pts[2*2+0] = x2; pts[2*2+1] = 0;
61 pts[7*2+0] = x2; pts[7*2+1] = h;
  /external/grub/netboot/
smc9000.h 83 #define RCR_PROMISC 0x2 /* enable promiscuous mode */
139 #define IM_TX_INT 0x2

Completed in 1463 milliseconds

1 2 3 4 56 7 8 91011>>