Searched refs:fPoint (Results 1 - 9 of 9) sorted by relevance

/external/skia/src/animator/
H A DSkDrawPoint.cpp18 SK_MEMBER_ALIAS(x, fPoint.fX, Float),
19 SK_MEMBER_ALIAS(y, fPoint.fY, Float)
29 SK_MEMBER_ALIAS(x, fPoint.fX, Float),
30 SK_MEMBER_ALIAS(y, fPoint.fY, Float)
38 fPoint.set(0, 0);
42 rect->fLeft = rect->fRight = fPoint.fX;
43 rect->fTop = rect->fBottom = fPoint.fY;
H A DSkDrawPoint.h21 SkPoint fPoint; member in struct:Sk_Point
29 SkPoint fPoint; member in class:SkDrawPoint
H A DSkDraw3D.cpp18 SK_MEMBER_ALIAS(x, fPoint.fX, Float),
19 SK_MEMBER_ALIAS(y, fPoint.fY, Float),
20 SK_MEMBER_ALIAS(z, fPoint.fZ, Float)
28 fPoint.set(0, 0, 0);
H A DSkDraw3D.h23 SkPoint3D fPoint; member in struct:Sk3D_Point
/external/skia/src/pdf/
H A DSkPDFShader.cpp232 SkScalar dx = info.fPoint[0].fX - info.fPoint[1].fX;
233 SkScalar dy = info.fPoint[0].fY - info.fPoint[1].fY;
429 transformPoints[0] = info->fPoint[0];
430 transformPoints[1] = info->fPoint[1];
492 inverseMapperMatrix.mapPoints(twoPointRadialInfo.fPoint, 2);
755 fInfo.fPoint[0] != b.fInfo.fPoint[0] ||
762 if (fInfo.fPoint[
[all...]
/external/skia/include/core/
H A DSkShader.h229 * The meaning of fPoint and fRadius is dependant on the type of gradient.
236 * fPoint[0] and fPoint[1] are the end-points of the gradient
238 * fPoint[0] and fRadius[0] are the center and radius
240 * fPoint[0] and fRadius[0] are the center and radius of the 1st circle
241 * fPoint[1] and fRadius[1] are the center and radius of the 2nd circle
243 * fPoint[0] is the center of the sweep.
263 SkPoint fPoint[2]; //!< Type specific, see above. member in struct:SkShader::GradientInfo
/external/skia/src/core/
H A DSkConcaveToTriangles.cpp166 const SkPoint &point() const { return fPoint; }
167 void setPoint(const SkPoint &point) { fPoint = point; }
224 SkPoint fPoint; member in class:Vertex
/external/skia/src/effects/
H A DSkGradientShader.cpp1104 info->fPoint[0] = fStart;
1105 info->fPoint[1] = fEnd;
1511 info->fPoint[0] = fCenter;
1964 info->fPoint[0] = fCenter1;
1965 info->fPoint[1] = fCenter2;
2136 info->fPoint[0] = fCenter;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 104 milliseconds