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

  /external/skia/src/animator/
SkDrawPoint.cpp 26 SK_MEMBER_ALIAS(x, fPoint.fX, Float),
27 SK_MEMBER_ALIAS(y, fPoint.fY, Float)
37 SK_MEMBER_ALIAS(x, fPoint.fX, Float),
38 SK_MEMBER_ALIAS(y, fPoint.fY, Float)
46 fPoint.set(0, 0);
50 rect->fLeft = rect->fRight = fPoint.fX;
51 rect->fTop = rect->fBottom = fPoint.fY;
SkDrawPoint.h 29 SkPoint fPoint;
37 SkPoint fPoint;
SkDraw3D.cpp 26 SK_MEMBER_ALIAS(x, fPoint.fX, Float),
27 SK_MEMBER_ALIAS(y, fPoint.fY, Float),
28 SK_MEMBER_ALIAS(z, fPoint.fZ, Float)
36 fPoint.set(0, 0, 0);
SkDraw3D.h 31 SkPoint3D fPoint;
  /external/skia/src/pdf/
SkPDFShader.cpp 238 SkScalar dx = info.fPoint[0].fX - info.fPoint[1].fX;
239 SkScalar dy = info.fPoint[0].fY - info.fPoint[1].fY;
396 transformPoints[0] = info->fPoint[0];
397 transformPoints[1] = info->fPoint[1];
460 inverseMapperMatrix.mapPoints(twoPointRadialInfo.fPoint, 2);
717 fInfo.fPoint[0] != b.fInfo.fPoint[0] ||
724 if (fInfo.fPoint[1] != b.fInfo.fPoint[1])
    [all...]
  /external/skia/include/core/
SkShader.h 227 * The meaning of fPoint and fRadius is dependant on the type of gradient.
234 * fPoint[0] and fPoint[1] are the end-points of the gradient
236 * fPoint[0] and fRadius[0] are the center and radius
238 * fPoint[0] and fRadius[0] are the center and radius of the 1st circle
239 * fPoint[1] and fRadius[1] are the center and radius of the 2nd circle
241 * fPoint[0] is the center of the sweep.
261 SkPoint fPoint[2]; //!< Type specific, see above.
  /external/skia/src/core/
SkConcaveToTriangles.cpp 173 const SkPoint &point() const { return fPoint; }
174 void setPoint(const SkPoint &point) { fPoint = point; }
231 SkPoint fPoint;
    [all...]
  /external/skia/src/effects/
SkGradientShader.cpp     [all...]

Completed in 183 milliseconds