Searched refs:SkPoint (Results 201 - 225 of 925) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsPoint.h11 #include "SkPoint.h"
13 inline bool AlmostEqualUlps(const SkPoint& pt1, const SkPoint& pt2) {
81 void set(const SkPoint& pt) {
96 void operator=(const SkPoint& pt) {
128 bool approximatelyEqual(const SkPoint& a) const {
134 static bool ApproximatelyEqual(const SkPoint& a, const SkPoint& b) {
151 static bool RoughlyEqual(const SkPoint& a, const SkPoint
[all...]
H A DSkPathOpsQuad.h27 void set(const SkPoint pts[3]) {
50 static SkDQuad SubDivide(const SkPoint a[3], double t1, double t2) {
56 static SkDPoint SubDivide(const SkPoint pts[3], const SkDPoint& a, const SkDPoint& c,
H A DSkPathOpsCommon.h20 bool* firstContour, int* index, int* endIndex, SkPoint* topLeft,
H A DSkPathOpsCubic.h42 static int FindInflections(const SkPoint a[4], double tValues[2]) {
59 void set(const SkPoint pts[4]) {
68 static SkDCubic SubDivide(const SkPoint a[4], double t1, double t2) {
76 static void SubDivide(const SkPoint pts[4], const SkDPoint& a, const SkDPoint& d, double t1,
/external/skia/gm/
H A Dgradients_no_texture.cpp29 static SkShader* MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
33 static SkShader* MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
34 SkPoint center;
41 static SkShader* MakeSweep(const SkPoint pts[2], const GradData& data, SkShader::TileMode) {
42 SkPoint center;
48 static SkShader* Make2Radial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
49 SkPoint center0, center1;
60 static SkShader* Make2Conical(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
61 SkPoint center0, center1;
73 typedef SkShader* (*GradMaker)(const SkPoint pt
[all...]
/external/skia/src/animator/
H A DSkDrawMatrix.h45 void rotate(SkScalar degrees, SkPoint& center) {
53 void scale(SkScalar scaleX, SkScalar scaleY, SkPoint& center) {
57 void skew(SkScalar skewX, SkScalar skewY, SkPoint& center) {
H A DSkMatrixParts.h44 SkPoint center;
54 SkPoint center;
64 SkPoint center;
/external/skia/src/pathops/
H A DSkPathOpsPoint.h11 #include "SkPoint.h"
13 inline bool AlmostEqualUlps(const SkPoint& pt1, const SkPoint& pt2) {
81 void set(const SkPoint& pt) {
96 void operator=(const SkPoint& pt) {
128 bool approximatelyEqual(const SkPoint& a) const {
134 static bool ApproximatelyEqual(const SkPoint& a, const SkPoint& b) {
151 static bool RoughlyEqual(const SkPoint& a, const SkPoint
[all...]
H A DSkPathOpsQuad.h27 void set(const SkPoint pts[3]) {
50 static SkDQuad SubDivide(const SkPoint a[3], double t1, double t2) {
56 static SkDPoint SubDivide(const SkPoint pts[3], const SkDPoint& a, const SkDPoint& c,
H A DSkPathOpsCommon.h20 bool* firstContour, int* index, int* endIndex, SkPoint* topLeft,
H A DSkPathOpsCubic.h42 static int FindInflections(const SkPoint a[4], double tValues[2]) {
59 void set(const SkPoint pts[4]) {
68 static SkDCubic SubDivide(const SkPoint a[4], double t1, double t2) {
76 static void SubDivide(const SkPoint pts[4], const SkDPoint& a, const SkDPoint& d, double t1,
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp34 SkPoint pts[4];
205 static inline bool check_edge_against_rect(const SkPoint& p0,
206 const SkPoint& p1,
209 const SkPoint* edgeBegin;
242 SkPoint firstPt;
243 SkPoint prevPt;
246 SkPoint pts[4];
325 bool SkPath::isLine(SkPoint line[2]) const {
333 const SkPoint* pts = fPathRef->points();
392 bool SkPath::isRectContour(bool allowPartial, int* currVerb, const SkPoint** ptsPt
[all...]
H A DSkGeometry.cpp12 const SkPoint pts[2],
178 void SkEvalQuadAt(const SkPoint src[3], SkScalar t, SkPoint* pt,
192 void SkEvalQuadAtHalf(const SkPoint src[3], SkPoint* pt, SkVector* tangent) {
219 void SkChopQuadAt(const SkPoint src[3], SkPoint dst[5], SkScalar t) {
226 void SkChopQuadAtHalf(const SkPoint src[3], SkPoint dst[5]) {
258 int SkChopQuadAtYExtrema(const SkPoint sr
[all...]
H A DSkPicturePlayback.cpp248 const SkPoint& loc = reader->skipT<SkPoint>();
311 const SkPoint* cubics = (const SkPoint*)reader->skip(SkPatchUtils::kNumCtrlPts *
312 sizeof(SkPoint));
318 const SkPoint* texCoords = NULL;
320 texCoords = (const SkPoint*)reader->skip(SkPatchUtils::kNumCorners *
321 sizeof(SkPoint));
351 const SkPoint* pts = (const SkPoint*)reade
[all...]
/external/skia/src/core/
H A DSkGeometry.cpp12 const SkPoint pts[2],
178 void SkEvalQuadAt(const SkPoint src[3], SkScalar t, SkPoint* pt,
192 void SkEvalQuadAtHalf(const SkPoint src[3], SkPoint* pt, SkVector* tangent) {
219 void SkChopQuadAt(const SkPoint src[3], SkPoint dst[5], SkScalar t) {
226 void SkChopQuadAtHalf(const SkPoint src[3], SkPoint dst[5]) {
258 int SkChopQuadAtYExtrema(const SkPoint sr
[all...]
H A DSkPath.cpp34 SkPoint pts[4];
205 static inline bool check_edge_against_rect(const SkPoint& p0,
206 const SkPoint& p1,
209 const SkPoint* edgeBegin;
242 SkPoint firstPt;
243 SkPoint prevPt;
246 SkPoint pts[4];
325 bool SkPath::isLine(SkPoint line[2]) const {
333 const SkPoint* pts = fPathRef->points();
392 bool SkPath::isRectContour(bool allowPartial, int* currVerb, const SkPoint** ptsPt
[all...]
H A DSkBBoxRecord.h37 virtual void drawPoints(PointMode mode, size_t count, const SkPoint pts[],
53 const SkPoint vertices[], const SkPoint texs[],
62 virtual void onDrawPosText(const void* text, size_t byteLength, const SkPoint pos[],
/external/chromium_org/skia/ext/
H A Dskia_utils_mac.h15 struct SkPoint;
41 inline const CGPoint& SkPointToCGPoint(const SkPoint& point) {
47 inline const SkPoint& CGPointToSkPoint(const CGPoint& point) {
48 return reinterpret_cast<const SkPoint&>(point);
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrDashingEffect.h25 bool DrawDashLine(const SkPoint pts[2], const GrPaint& paint, const GrStrokeInfo& strokeInfo,
/external/chromium_org/third_party/skia/tests/
H A DPathOpsTestCommon.h22 bool ValidPoints(const SkPoint* pts, int count);
/external/skia/include/core/
H A DSkDraw.h34 void drawPoints(SkCanvas::PointMode, size_t count, const SkPoint[],
66 const SkPoint vertices[], const SkPoint textures[],
107 SkPoint* strokeSize);
/external/skia/tests/
H A DPathOpsTestCommon.h22 bool ValidPoints(const SkPoint* pts, int count);
/external/chromium_org/third_party/skia/experimental/DrawingBoard/
H A DSkColorPalette.cpp57 SkPoint p = SkPoint::Make(0,0);
58 SkPoint q = SkPoint::Make(this->width(), 0);
59 SkPoint pts[] = {p, q};
80 SkPoint curr = click->fCurr;
126 int SkColorPalette::selectSlot(SkPoint& cursorPosition) {
145 SkColor SkColorPalette::selectColorFromGradient(SkPoint& cursorPosition) {
/external/chromium_org/third_party/skia/gm/
H A Dinternal_links.cpp47 SkPoint point = SkPoint::Make(SkIntToScalar(100), SkIntToScalar(50));
/external/chromium_org/third_party/skia/include/views/
H A DSkTouchGesture.h24 SkPoint fDirection;
66 SkPoint fLastUpP;

Completed in 661 milliseconds

1234567891011>>