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

  /external/skia/legacy/src/animator/
SkDrawPoint.cpp 18 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;
SkDrawPoint.h 21 SkPoint fPoint;
29 SkPoint fPoint;
SkDraw3D.cpp 18 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);
SkDraw3D.h 23 SkPoint3D fPoint;
  /external/skia/src/animator/
SkDrawPoint.cpp 18 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;
SkDrawPoint.h 21 SkPoint fPoint;
29 SkPoint fPoint;
SkDraw3D.cpp 18 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);
SkDraw3D.h 23 SkPoint3D fPoint;
  /external/skia/tests/
GradientTest.cpp 20 const SkPoint* fPoint; // 2
61 SkAutoTUnref<SkShader> s(SkGradientShader::CreateLinear(rec.fPoint,
69 REPORTER_ASSERT(reporter, !memcmp(info.fPoint, rec.fPoint, 2 * sizeof(SkPoint)));
73 SkAutoTUnref<SkShader> s(SkGradientShader::CreateRadial(rec.fPoint[0],
82 REPORTER_ASSERT(reporter, info.fPoint[0] == rec.fPoint[0]);
87 SkAutoTUnref<SkShader> s(SkGradientShader::CreateTwoPointRadial(rec.fPoint[0],
89 rec.fPoint[1],
98 REPORTER_ASSERT(reporter, !memcmp(info.fPoint, rec.fPoint, 2 * sizeof(SkPoint)))
    [all...]
  /external/skia/src/pdf/
SkPDFShader.cpp 235 SkScalar dx = info.fPoint[0].fX - info.fPoint[1].fX;
236 SkScalar dy = info.fPoint[0].fY - info.fPoint[1].fY;
282 SkScalar dx = info.fPoint[1].fX - info.fPoint[0].fX;
283 SkScalar dy = info.fPoint[1].fY - info.fPoint[0].fY;
560 transformPoints[0] = info->fPoint[0];
561 transformPoints[1] = info->fPoint[1]
    [all...]
  /external/skia/include/core/
SkShader.h 277 * The meaning of fPoint and fRadius is dependant on the type of gradient.
284 * fPoint[0] and fPoint[1] are the end-points of the gradient
286 * fPoint[0] and fRadius[0] are the center and radius
288 * fPoint[0] and fRadius[0] are the center and radius of the 1st circle
289 * fPoint[1] and fRadius[1] are the center and radius of the 2nd circle
291 * fPoint[0] is the center of the sweep.
312 SkPoint fPoint[2]; //!< Type specific, see above.
  /external/skia/legacy/include/core/
SkShader.h 229 * 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.
  /external/skia/src/device/xps/
SkXPSDevice.cpp 799 startPoint = xps_point(info.fPoint[0]);
800 endPoint = xps_point(info.fPoint[1]);
803 info.fPoint[0], info.fPoint[1],
805 startPoint = xps_point(info.fPoint[0], localMatrix);
806 endPoint = xps_point(info.fPoint[1], localMatrix);
    [all...]
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 286 info->fPoint[0] = fStart;
287 info->fPoint[1] = fEnd;
SkTwoPointRadialGradient.cpp 217 info->fPoint[0] = fCenter1;
218 info->fPoint[1] = fCenter2;
SkSweepGradient.cpp 37 info->fPoint[0] = fCenter;
SkTwoPointConicalGradient.cpp 287 info->fPoint[0] = fCenter1;
288 info->fPoint[1] = fCenter2;
SkRadialGradient.cpp 244 info->fPoint[0] = fCenter;
  /external/skia/legacy/src/core/
SkConcaveToTriangles.cpp 166 const SkPoint &point() const { return fPoint; }
167 void setPoint(const SkPoint &point) { fPoint = point; }
224 SkPoint fPoint;
    [all...]
  /external/skia/legacy/src/effects/
SkGradientShader.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 93 milliseconds