HomeSort by relevance Sort by last modified time
    Searched refs:SkVector (Results 1 - 21 of 21) sorted by null

  /external/skia/src/core/
SkStrokerPriv.h 34 const SkVector& normal,
39 const SkVector& beforeUnitNormal,
41 const SkVector& afterUnitNormal,
SkStrokerPriv.cpp 23 const SkVector& normal, const SkPoint& stop,
30 const SkVector& normal, const SkPoint& stop,
49 const SkVector& normal, const SkPoint& stop,
52 SkVector parallel;
70 static bool is_clockwise(const SkVector& before, const SkVector& after)
93 static void HandleInnerJoin(SkPath* inner, const SkPoint& pivot, const SkVector& after)
108 static void BluntJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal,
109 const SkPoint& pivot, const SkVector& afterUnitNormal,
112 SkVector after
    [all...]
SkStroke.cpp 24 static inline bool degenerate_vector(const SkVector& v) {
34 static inline bool normals_too_curvy(const SkVector& norm0, SkVector& norm1) {
47 static inline bool normals_too_pinchy(const SkVector& norm0, SkVector& norm1) {
55 SkVector* normal, SkVector* unitNormal) {
64 static bool set_normal_unitnormal(const SkVector& vec,
66 SkVector* normal, SkVector* unitNormal)
    [all...]
SkPathMeasure.cpp 63 static inline bool tangents_too_curvy(const SkVector& tan0, SkVector& tan1) {
248 int segType, SkScalar t, SkPoint* pos, SkVector* tangent) {
438 SkVector* tangent) {
470 SkVector tangent;
SkGeometry.cpp 211 void SkEvalQuadAt(const SkPoint src[3], SkScalar t, SkPoint* pt, SkVector* tangent)
223 void SkEvalQuadAtHalf(const SkPoint src[3], SkPoint* pt, SkVector* tangent)
514 void SkEvalCubicAt(const SkPoint src[4], SkScalar t, SkPoint* loc, SkVector* tangent, SkVector* curvature)
    [all...]
SkDraw.cpp 770 static SkScalar fast_len(const SkVector& vec) {
786 SkVector src[2], dst[2];
    [all...]
SkPath.cpp 585 SkVector start, stop;
672 SkVector before, after;
    [all...]
SkMatrix.cpp     [all...]
  /external/skia/include/core/
SkGeometry.h 44 void SkEvalQuadAt(const SkPoint src[3], SkScalar t, SkPoint* pt, SkVector* tangent = NULL);
45 void SkEvalQuadAtHalf(const SkPoint src[3], SkPoint* pt, SkVector* tangent = NULL);
102 void SkEvalCubicAt(const SkPoint src[4], SkScalar t, SkPoint* locOrNull, SkVector* tangentOrNull, SkVector* curvatureOrNull);
189 int SkBuildQuadArc(const SkVector& unitStart, const SkVector& unitStop, SkRotationDirection,
SkPathMeasure.h 51 bool getPosTan(SkScalar distance, SkPoint* position, SkVector* tangent);
SkMatrix.h 333 void mapVectors(SkVector dst[], const SkVector src[], int count) const;
342 void mapVectors(SkVector vecs[], int count) const {
SkPoint.h 302 typedef SkPoint SkVector;
  /external/skia/src/effects/
SkDiscretePathEffect.cpp 23 static void Perterb(SkPoint* p, const SkVector& tangent, SkScalar scale)
25 SkVector normal = tangent;
46 SkVector v;
SkEmbossMaskFilter.cpp 101 matrix.mapVectors((SkVector*)(void*)light.fDirection, (SkVector*)(void*)fLight.fDirection, 1);
104 // cast to SkVector so we can call setLength (this double cast silences alias warnings)
105 SkVector* vec = (SkVector*)(void*)light.fDirection;
Sk1DPathEffect.cpp 95 SkVector tangent;
SkCornerPathEffect.cpp 58 SkVector firstStep, step;
SkLayerRasterizer.cpp 31 SkVector fOffset;
SkGradientShader.cpp 586 SkVector vec = pts[1] - pts[0];
    [all...]
  /external/skia/tests/
PathMeasureTest.cpp 32 SkVector v;
  /frameworks/base/core/jni/android/graphics/
PathMeasure.cpp 84 if (!pair->fMeasure.getPosTan(SkFloatToScalar(dist), (SkPoint*)posPtr, (SkVector*)tanPtr)) {
Matrix.cpp 304 matrix->mapVectors((SkVector*)dstArray, (const SkVector*)srcArray,

Completed in 2573 milliseconds