Searched refs:points (Results 1 - 25 of 479) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGLinearGradient.cpp31 SkString points; local
32 points.appendUnichar('[');
33 points.append(f_x1);
34 points.appendUnichar(',');
35 points.append(f_y1);
36 points.appendUnichar(',');
37 points.append(f_x2);
38 points.appendUnichar(',');
39 points.append(f_y2);
40 points
[all...]
/external/skia/src/svg/
H A DSkSVGLinearGradient.cpp31 SkString points; local
32 points.appendUnichar('[');
33 points.append(f_x1);
34 points.appendUnichar(',');
35 points.append(f_y1);
36 points.appendUnichar(',');
37 points.append(f_x2);
38 points.appendUnichar(',');
39 points.append(f_y2);
40 points
[all...]
/external/chromium_org/ui/gfx/
H A Dpath.cc15 Path::Path(const Point* points, size_t count) { argument
17 moveTo(SkIntToScalar(points[0].x), SkIntToScalar(points[0].y));
19 lineTo(SkIntToScalar(points[i].x), SkIntToScalar(points[i].y));
22 Path::Path(const PointF* points, size_t count) { argument
24 moveTo(SkFloatToScalar(points[0].x), SkFloatToScalar(points[0].y));
26 lineTo(SkFloatToScalar(points[i].x), SkFloatToScalar(points[
[all...]
/external/chromium_org/chrome/browser/chromeos/ui/
H A Daccessibility_focus_ring_controller_unittest.cc94 const gfx::Point* points = rings[0].points; local
95 EXPECT_EQ(gfx::Point(0, 90), points[0]);
96 EXPECT_EQ(gfx::Point(0, 10), points[1]);
97 EXPECT_EQ(gfx::Point(0, 0), points[2]);
98 EXPECT_EQ(gfx::Point(10, 0), points[3]);
99 EXPECT_EQ(gfx::Point(190, 0), points[4]);
100 EXPECT_EQ(gfx::Point(200, 0), points[5]);
101 EXPECT_EQ(gfx::Point(200, 10), points[6]);
102 EXPECT_EQ(gfx::Point(200, 90), points[
[all...]
H A Daccessibility_focus_ring.cc34 dst.points[i] = gfx::Point(
35 r1.points[i].x() * (1 - fraction) + r2.points[i].x() * fraction,
36 r1.points[i].y() * (1 - fraction) + r2.points[i].y() * fraction);
71 ring.points[0] = gfx::Point(top.x(), top.bottom() - margin);
72 ring.points[1] = gfx::Point(top.x(), top.y() + margin);
73 ring.points[2] = gfx::Point(top.x(), top.y());
74 ring.points[3] = gfx::Point(top.x() + margin, top.y());
75 ring.points[
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Deval.c41 const GLfloat * points, GLubyte * pc)
45 __GLX_PUT_FLOAT_ARRAY(0, points, order * k);
51 __GLX_PUT_FLOAT_ARRAY(0, points, k);
52 points += stride;
60 const GLdouble * points, GLubyte * pc)
64 __GLX_PUT_DOUBLE_ARRAY(0, points, order * k);
69 __GLX_PUT_DOUBLE_ARRAY(0, points, k);
70 points += stride;
79 const GLfloat * points, GLfloat * data)
85 __GLX_MEM_COPY(data, points, majorOrde
40 __glFillMap1f(GLint k, GLint order, GLint stride, const GLfloat * points, GLubyte * pc) argument
59 __glFillMap1d(GLint k, GLint order, GLint stride, const GLdouble * points, GLubyte * pc) argument
77 __glFillMap2f(GLint k, GLint majorOrder, GLint minorOrder, GLint majorStride, GLint minorStride, const GLfloat * points, GLfloat * data) argument
102 __glFillMap2d(GLint k, GLint majorOrder, GLint minorOrder, GLint majorStride, GLint minorStride, const GLdouble * points, GLdouble * data) argument
[all...]
/external/mesa3d/src/glx/
H A Deval.c41 const GLfloat * points, GLubyte * pc)
45 __GLX_PUT_FLOAT_ARRAY(0, points, order * k);
51 __GLX_PUT_FLOAT_ARRAY(0, points, k);
52 points += stride;
60 const GLdouble * points, GLubyte * pc)
64 __GLX_PUT_DOUBLE_ARRAY(0, points, order * k);
69 __GLX_PUT_DOUBLE_ARRAY(0, points, k);
70 points += stride;
79 const GLfloat * points, GLfloat * data)
85 __GLX_MEM_COPY(data, points, majorOrde
40 __glFillMap1f(GLint k, GLint order, GLint stride, const GLfloat * points, GLubyte * pc) argument
59 __glFillMap1d(GLint k, GLint order, GLint stride, const GLdouble * points, GLubyte * pc) argument
77 __glFillMap2f(GLint k, GLint majorOrder, GLint minorOrder, GLint majorStride, GLint minorStride, const GLfloat * points, GLfloat * data) argument
102 __glFillMap2d(GLint k, GLint majorOrder, GLint minorOrder, GLint majorStride, GLint minorStride, const GLdouble * points, GLdouble * data) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGSubpathData.h46 subpathFinder->m_lastPoint = subpathFinder->m_movePoint = element->points[0];
51 if (subpathFinder->m_lastPoint != element->points[0]) {
53 subpathFinder->m_lastPoint = element->points[0];
58 if (subpathFinder->m_lastPoint != element->points[0] || element->points[0] != element->points[1]) {
60 subpathFinder->m_lastPoint = element->points[1];
65 if (subpathFinder->m_lastPoint != element->points[0] || element->points[0] != element->points[
[all...]
H A DSVGMarkerData.h62 markerData->updateOutslope(element->points[0]);
116 FloatPoint* points = element->points; local
121 m_origin = points[1];
124 m_inslopePoints[0] = points[1];
125 m_inslopePoints[1] = points[2];
126 m_origin = points[2];
129 m_subpathStart = points[0];
131 updateInslope(points[0]);
132 m_origin = points[
[all...]
/external/chromium_org/skia/ext/
H A Dplatform_device_mac.cc45 SkPoint points[4] = { {0, 0}, {0, 0}, {0, 0}, {0, 0} }; local
47 for (SkPath::Verb verb = iter.next(points); verb != SkPath::kDone_Verb;
48 verb = iter.next(points)) {
51 CGContextMoveToPoint(context, points[0].fX, points[0].fY);
54 case SkPath::kLine_Verb: { // iter.next returns 2 points
55 CGContextAddLineToPoint(context, points[1].fX, points[1].fY);
58 case SkPath::kQuad_Verb: { // iter.next returns 3 points
59 CGContextAddQuadCurveToPoint(context, points[
[all...]
/external/fonttools/Lib/fontTools/pens/
H A DbasePen.py58 def curveTo(self, *points):
59 """Draw a cubic bezier with an arbitrary number of control points.
62 (control) points. If the number of control points is > 2, the
66 Let n be the number of control points (which is the number of
75 points" principle. See also decomposeQuadraticSegment().
79 def qCurveTo(self, *points):
83 points.
86 using 'implied points': between each two consequtive off-curve points,
[all...]
H A DtransformPen.py34 def curveTo(self, *points):
35 self._outPen.curveTo(*self._transformPoints(points))
37 def qCurveTo(self, *points):
38 if points[-1] is None:
39 points = self._transformPoints(points[:-1]) + [None]
41 points = self._transformPoints(points)
42 self._outPen.qCurveTo(*points)
44 def _transformPoints(self, points)
[all...]
/external/fonttools/Tools/fontTools/pens/
H A DbasePen.py58 def curveTo(self, *points):
59 """Draw a cubic bezier with an arbitrary number of control points.
62 (control) points. If the number of control points is > 2, the
66 Let n be the number of control points (which is the number of
75 points" principle. See also decomposeQuadraticSegment().
79 def qCurveTo(self, *points):
83 points.
86 using 'implied points': between each two consequtive off-curve points,
[all...]
H A DtransformPen.py34 def curveTo(self, *points):
35 self._outPen.curveTo(*self._transformPoints(points))
37 def qCurveTo(self, *points):
38 if points[-1] is None:
39 points = self._transformPoints(points[:-1]) + [None]
41 points = self._transformPoints(points)
42 self._outPen.qCurveTo(*points)
44 def _transformPoints(self, points)
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPolygonElement.idl27 [ImplementedAs=pointsFromJavascript] readonly attribute SVGPointList points;
H A DSVGPolylineElement.idl27 [ImplementedAs=pointsFromJavascript] readonly attribute SVGPointList points;
/external/chromium_org/third_party/skia/bench/
H A DHairlinePathBench.cpp30 static const int points[] = { variable
93 int size = SK_ARRAY_COUNT(points);
104 path->moveTo(SkIntToScalar(points[base1] + xTrans),
105 SkIntToScalar(points[base1+1] + yTrans));
106 path->lineTo(SkIntToScalar(points[base2] + xTrans),
107 SkIntToScalar(points[base2+1] + yTrans));
108 path->lineTo(SkIntToScalar(points[base3] + xTrans),
109 SkIntToScalar(points[base3+1] + yTrans));
125 int size = SK_ARRAY_COUNT(points);
136 path->moveTo(SkIntToScalar(points[base
[all...]
/external/skia/bench/
H A DHairlinePathBench.cpp30 static const int points[] = { variable
93 int size = SK_ARRAY_COUNT(points);
104 path->moveTo(SkIntToScalar(points[base1] + xTrans),
105 SkIntToScalar(points[base1+1] + yTrans));
106 path->lineTo(SkIntToScalar(points[base2] + xTrans),
107 SkIntToScalar(points[base2+1] + yTrans));
108 path->lineTo(SkIntToScalar(points[base3] + xTrans),
109 SkIntToScalar(points[base3+1] + yTrans));
125 int size = SK_ARRAY_COUNT(points);
136 path->moveTo(SkIntToScalar(points[base
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkParseSVGPath.cpp31 //define our points
119 SkPoint points[3]; local
144 data = find_points(data, points, 1, relative, &c);
145 fPath.moveTo(points[0]);
147 c = points[0];
150 data = find_points(data, points, 1, relative, &c);
151 fPath.lineTo(points[0]);
152 c = points[0];
169 data = find_points(data, points, 3, relative, &c);
172 data = find_points(data, &points[
[all...]
/external/skia/src/animator/
H A DSkParseSVGPath.cpp31 //define our points
119 SkPoint points[3]; local
144 data = find_points(data, points, 1, relative, &c);
145 fPath.moveTo(points[0]);
147 c = points[0];
150 data = find_points(data, points, 1, relative, &c);
151 fPath.lineTo(points[0]);
152 c = points[0];
169 data = find_points(data, points, 3, relative, &c);
172 data = find_points(data, &points[
[all...]
/external/chromium_org/third_party/skia/tests/
H A DPathCoverageTest.cpp26 // For determining the maximum possible number of points to use in
39 static inline int estimate_distance(const SkPoint points[]) { argument
40 return cheap_distance(points[1].fX * 2 - points[2].fX - points[0].fX,
41 points[1].fY * 2 - points[2].fY - points[0].fY);
44 static inline SkScalar compute_distance(const SkPoint points[]) { argument
45 return points[
69 quadraticPointCount_EE(const SkPoint points[]) argument
74 quadraticPointCount_EC(const SkPoint points[], SkScalar tol) argument
79 quadraticPointCount_CE(const SkPoint points[]) argument
84 quadraticPointCount_CC(const SkPoint points[], SkScalar tol) argument
[all...]
/external/skia/tests/
H A DPathCoverageTest.cpp26 // For determining the maximum possible number of points to use in
39 static inline int estimate_distance(const SkPoint points[]) { argument
40 return cheap_distance(points[1].fX * 2 - points[2].fX - points[0].fX,
41 points[1].fY * 2 - points[2].fY - points[0].fY);
44 static inline SkScalar compute_distance(const SkPoint points[]) { argument
45 return points[
69 quadraticPointCount_EE(const SkPoint points[]) argument
74 quadraticPointCount_EC(const SkPoint points[], SkScalar tol) argument
79 quadraticPointCount_CE(const SkPoint points[]) argument
84 quadraticPointCount_CC(const SkPoint points[], SkScalar tol) argument
[all...]
/external/chromium_org/third_party/skia/src/utils/
H A DSkParsePath.cpp75 SkPoint points[3]; local
101 data = find_points(data, points, 1, relative, &c);
102 path.moveTo(points[0]);
104 c = points[0];
107 data = find_points(data, points, 1, relative, &c);
108 path.lineTo(points[0]);
109 c = points[0];
124 data = find_points(data, points, 3, relative, &c);
127 data = find_points(data, &points[1], 2, relative, &c);
128 points[
[all...]
/external/skia/src/utils/
H A DSkParsePath.cpp75 SkPoint points[3]; local
101 data = find_points(data, points, 1, relative, &c);
102 path.moveTo(points[0]);
104 c = points[0];
107 data = find_points(data, points, 1, relative, &c);
108 path.lineTo(points[0]);
109 c = points[0];
124 data = find_points(data, points, 3, relative, &c);
127 data = find_points(data, &points[1], 2, relative, &c);
128 points[
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
H A Dbubble.css17 .bubble .arrow.points-up {
22 .bubble .arrow.points-right {
27 .bubble .arrow.points-down {
32 .bubble .arrow.points-left {

Completed in 1375 milliseconds

1234567891011>>