/external/clang/test/Modules/Inputs/odr/ |
a.h | 4 } y1; 12 return y1.n + e1 + y1.f + x1.n;
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGPathSegCurvetoQuadratic.h | 30 SVGPathSegCurvetoQuadratic(SVGPathElement* element, float x, float y, float x1, float y1) 35 , m_y1(y1) 60 float y1() const { return m_y1; } function in class:blink::SVGPathSegCurvetoQuadratic 61 void setY1(float y1) 63 m_y1 = y1;
|
SVGPathSegCurvetoCubicAbs.h | 32 static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) 34 return adoptRef(new SVGPathSegCurvetoCubicAbs(element, x, y, x1, y1, x2, y2)); 38 SVGPathSegCurvetoCubicAbs(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) 39 : SVGPathSegCurvetoCubic(element, x, y, x1, y1, x2, y2) { }
|
SVGPathSegCurvetoCubicRel.h | 32 static PassRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) 34 return adoptRef(new SVGPathSegCurvetoCubicRel(element, x, y, x1, y1, x2, y2)); 38 SVGPathSegCurvetoCubicRel(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) 39 : SVGPathSegCurvetoCubic(element, x, y, x1, y1, x2, y2) { }
|
SVGPathSegCurvetoQuadraticAbs.h | 32 static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> create(SVGPathElement* element, float x, float y, float x1, float y1) 34 return adoptRef(new SVGPathSegCurvetoQuadraticAbs(element, x, y, x1, y1)); 38 SVGPathSegCurvetoQuadraticAbs(SVGPathElement* element, float x, float y, float x1, float y1) 39 : SVGPathSegCurvetoQuadratic(element, x, y, x1, y1) { }
|
SVGPathSegCurvetoQuadraticRel.h | 32 static PassRefPtr<SVGPathSegCurvetoQuadraticRel> create(SVGPathElement* element, float x, float y, float x1, float y1) 34 return adoptRef(new SVGPathSegCurvetoQuadraticRel(element, x, y, x1, y1)); 38 SVGPathSegCurvetoQuadraticRel(SVGPathElement* element, float x, float y, float x1, float y1) 39 : SVGPathSegCurvetoQuadratic(element, x, y, x1, y1) { }
|
SVGPathSegCurvetoCubicAbs.idl | 33 attribute float y1;
|
SVGPathSegCurvetoCubicRel.idl | 33 attribute float y1;
|
SVGPathSegCurvetoQuadraticAbs.idl | 33 attribute float y1;
|
SVGPathSegCurvetoQuadraticRel.idl | 33 attribute float y1;
|
SVGPathSegCurvetoCubic.h | 30 SVGPathSegCurvetoCubic(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) 35 , m_y1(y1) 62 float y1() const { return m_y1; } function in class:blink::SVGPathSegCurvetoCubic 63 void setY1(float y1) 65 m_y1 = y1;
|
SVGLineElement.idl | 28 readonly attribute SVGAnimatedLength y1;
|
SVGLinearGradientElement.idl | 28 readonly attribute SVGAnimatedLength y1;
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDrawLine.cpp | 20 SK_MEMBER(y1, Float), 28 SkLine::SkLine() : x1(0), x2(0), y1(0), y2(0) { 33 maker.fCanvas->drawLine(x1, y1, x2, y2, *maker.fPaint);
|
SkDrawLine.h | 23 SkScalar y1; member in class:SkLine
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_rect.h | 36 int y0, y1; member in struct:u_rect 47 a->y1 < b->y0 || 48 b->y1 < a->y0)); 62 if (b->y1 > a->y1) b->y1 = a->y1; 74 b->x0 = b->x1 = b->y0 = b->y1 = 0;
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_rect.h | 36 int y0, y1; member in struct:u_rect 47 a->y1 < b->y0 || 48 b->y1 < a->y0)); 62 if (b->y1 > a->y1) b->y1 = a->y1; 74 b->x0 = b->x1 = b->y0 = b->y1 = 0;
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
rtree_perf.tcl | 18 set y1 [expr {rand()*1000}] 19 set y2 [expr {$y1+rand()*50}] 20 lappend data $x1 $x2 $y1 $y2 25 set sql1 {CREATE TABLE btree(ii INTEGER PRIMARY KEY, x1, x2, y1, y2)} 26 set sql2 {CREATE VIRTUAL TABLE rtree USING rtree(ii, x1, x2, y1, y2)} 39 foreach {x1 x2 y1 y2} $data { 40 db eval {INSERT INTO btree VALUES($ii, $x1, $x2, $y1, $y2)} 50 foreach {x1 x2 y1 y2} $data { 52 db eval {INSERT INTO rtree VALUES($ii, $x1, $x2, $y1, $y2)} 61 foreach {x1 x2 y1 y2} [lrange $data 0 [expr $NQUERY*4-1]] [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/ |
quantize_sse4.c | 36 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1, local 84 y1 = _mm_mulhi_epi16(x1, quant1); 87 y1 = _mm_add_epi16(y1, x1); 92 y1 = _mm_mulhi_epi16(y1, quant_shift1); 96 y1 = _mm_xor_si128(y1, sz1); 98 y1 = _mm_sub_epi16(y1, sz1) [all...] |
/external/chromium_org/third_party/WebKit/public/platform/ |
WebFilterAnimationCurve.h | 49 virtual void add(const WebFilterKeyframe&, double x1, double y1, double x2, double y2) = 0;
|
WebFloatAnimationCurve.h | 45 virtual void add(const WebFloatKeyframe&, double x1, double y1, double x2, double y2) = 0;
|
WebTransformAnimationCurve.h | 44 virtual void add(const WebTransformKeyframe&, double x1, double y1, double x2, double y2) = 0;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_textblit.h | 20 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image,
|
/external/clang/test/CXX/temp/temp.param/ |
p15.cpp | 11 Y<(1 >> 2)> *y1; variable
|
/external/libvpx/libvpx/vp9/common/ |
vp9_textblit.h | 20 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image,
|