Searched refs:SkPoint (Results 126 - 150 of 925) sorted by relevance

1234567891011>>

/external/skia/src/core/
H A DSkEdgeBuilder.cpp25 void SkEdgeBuilder::addLine(const SkPoint pts[]) {
34 void SkEdgeBuilder::addQuad(const SkPoint pts[]) {
43 void SkEdgeBuilder::addCubic(const SkPoint pts[]) {
53 SkPoint pts[4];
85 SkPoint pts[4];
117 SkPoint lines[SkLineClipper::kMaxPoints];
156 static void handle_quad(SkEdgeBuilder* builder, const SkPoint pts[3]) {
157 SkPoint monoX[5];
177 SkPoint pts[4];
193 SkPoint line
[all...]
/external/chromium_org/third_party/skia/experimental/DrawingBoard/
H A DSkColorPalette.h24 int selectSlot(SkPoint& cursorPosition);
25 SkColor selectColorFromGradient(SkPoint& cursorPosition);
/external/chromium_org/third_party/skia/include/core/
H A DSkAnnotation.h19 struct SkPoint;
107 SK_API void SkAnnotateNamedDestination(SkCanvas*, const SkPoint&, SkData*);
/external/chromium_org/third_party/skia/samplecode/
H A DSample2PtRadial.cpp32 SkPoint c0 = { 0, 0 };
34 SkPoint c1 = { 100, 100 };
H A Dvertexdump.cpp8 #include "SkPoint.h"
10 void setup_vertexbug(SkPoint verts[], SkPoint texs[], uint16_t index[]);
12 void setup_vertexbug(SkPoint verts[], SkPoint texs[], uint16_t index[]) {
H A DSampleGradients.cpp15 SkPoint pts[] = { { r.fLeft, r.fTop }, { r.fRight, r.fTop } };
66 static SkShader* MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
70 static SkShader* MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
71 SkPoint center;
78 static SkShader* MakeSweep(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
79 SkPoint center;
85 static SkShader* Make2Radial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
86 SkPoint center0, center1;
97 static SkShader* Make2RadialConcentric(const SkPoint pts[2], const GradData& data,
99 SkPoint cente
[all...]
H A DSamplePoints.cpp42 static void fill_pts(SkPoint pts[], size_t n, SkRandom* rand) {
63 SkPoint* pts = new SkPoint[n];
/external/chromium_org/third_party/skia/src/core/
H A DSkEdge.h39 int setLine(const SkPoint& p0, const SkPoint& p1, const SkIRect* clip,
42 inline int setLine(const SkPoint& p0, const SkPoint& p1, int shiftUp);
73 int setQuadratic(const SkPoint pts[3], int shiftUp);
84 int setCubic(const SkPoint pts[4], const SkIRect* clip, int shiftUp);
88 int SkEdge::setLine(const SkPoint& p0, const SkPoint& p1, int shift) {
/external/chromium_org/third_party/skia/tests/
H A DScalarTest.cpp10 #include "SkPoint.h"
29 const SkPoint* fPts;
35 static const SkPoint gF0[] = {
38 static const SkPoint gF1[] = {
42 static const SkPoint gI0[] = {
45 static const SkPoint gI1[] = {
48 static const SkPoint gI2[] = {
51 static const SkPoint gI3[] = {
56 const SkPoint* fPts;
/external/skia/experimental/DrawingBoard/
H A DSkColorPalette.h24 int selectSlot(SkPoint& cursorPosition);
25 SkColor selectColorFromGradient(SkPoint& cursorPosition);
/external/skia/include/core/
H A DSkAnnotation.h19 struct SkPoint;
107 SK_API void SkAnnotateNamedDestination(SkCanvas*, const SkPoint&, SkData*);
/external/skia/samplecode/
H A DSample2PtRadial.cpp32 SkPoint c0 = { 0, 0 };
34 SkPoint c1 = { 100, 100 };
H A Dvertexdump.cpp8 #include "SkPoint.h"
10 void setup_vertexbug(SkPoint verts[], SkPoint texs[], uint16_t index[]);
12 void setup_vertexbug(SkPoint verts[], SkPoint texs[], uint16_t index[]) {
/external/skia/tests/
H A DScalarTest.cpp10 #include "SkPoint.h"
29 const SkPoint* fPts;
35 static const SkPoint gF0[] = {
38 static const SkPoint gF1[] = {
42 static const SkPoint gI0[] = {
45 static const SkPoint gI1[] = {
48 static const SkPoint gI2[] = {
51 static const SkPoint gI3[] = {
56 const SkPoint* fPts;
/external/chromium_org/third_party/skia/experimental/StrokePathRenderer/
H A DGrStrokePathRenderer.cpp24 static IntersectionType intersection(const SkPoint& p1, const SkPoint& p2,
25 const SkPoint& p3, const SkPoint& p4,
26 SkPoint& res) {
118 SkPoint* verts = reinterpret_cast<SkPoint*>(arg.vertices());
124 SkPoint pts[4];
126 SkPoint *firstPt = verts, *lastPt = NULL;
146 SkPoint l1
[all...]
/external/chromium_org/third_party/skia/include/utils/
H A DSkLayer.h17 #include "SkPoint.h"
35 const SkPoint& getPosition() const { return m_position; }
36 const SkPoint& getAnchorPoint() const { return m_anchorPoint; }
119 SkPoint m_position;
120 SkPoint m_anchorPoint;
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSpan.h10 #include "SkPoint.h"
16 SkPoint fPt; // computed when the curves are intersected
/external/skia/experimental/StrokePathRenderer/
H A DGrStrokePathRenderer.cpp24 static IntersectionType intersection(const SkPoint& p1, const SkPoint& p2,
25 const SkPoint& p3, const SkPoint& p4,
26 SkPoint& res) {
118 SkPoint* verts = reinterpret_cast<SkPoint*>(arg.vertices());
124 SkPoint pts[4];
126 SkPoint *firstPt = verts, *lastPt = NULL;
146 SkPoint l1
[all...]
/external/skia/include/utils/
H A DSkLayer.h17 #include "SkPoint.h"
35 const SkPoint& getPosition() const { return m_position; }
36 const SkPoint& getAnchorPoint() const { return m_anchorPoint; }
119 SkPoint m_position;
120 SkPoint m_anchorPoint;
/external/skia/src/gpu/effects/
H A DGrDashingEffect.h24 bool DrawDashLine(const SkPoint pts[2], const GrPaint& paint, const GrStrokeInfo& strokeInfo,
/external/skia/src/pathops/
H A DSkOpSpan.h10 #include "SkPoint.h"
16 SkPoint fPt; // computed when the curves are intersected
/external/chromium_org/third_party/skia/gm/
H A Dpoints.cpp30 static void fill_pts(SkPoint pts[], size_t n, SkLCGRandom* rand) {
57 SkPoint* pts = new SkPoint[n];
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkLinearGradient.h15 SkLinearGradient(const SkPoint pts[2], const Descriptor&);
47 const SkPoint fStart;
48 const SkPoint fEnd;
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathUtils.cpp39 uint32_t GrPathUtils::quadraticPointCount(const SkPoint points[],
66 uint32_t GrPathUtils::generateQuadraticPoints(const SkPoint& p0,
67 const SkPoint& p1,
68 const SkPoint& p2,
70 SkPoint** points,
79 SkPoint q[] = {
83 SkPoint r = { SkScalarAve(q[0].fX, q[1].fX), SkScalarAve(q[0].fY, q[1].fY) };
91 uint32_t GrPathUtils::cubicPointCount(const SkPoint points[],
117 uint32_t GrPathUtils::generateCubicPoints(const SkPoint& p0,
118 const SkPoint
[all...]
/external/skia/gm/
H A Dpoints.cpp30 static void fill_pts(SkPoint pts[], size_t n, SkLCGRandom* rand) {
57 SkPoint* pts = new SkPoint[n];

Completed in 1759 milliseconds

1234567891011>>