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

1 2

  /external/chromium_org/third_party/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/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/chromium_org/third_party/skia/tests/
GradientTest.cpp 19 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/tests/
GradientTest.cpp 20 const SkPoint* fPoint; // 2
62 SkAutoTUnref<SkShader> s(SkGradientShader::CreateLinear(rec.fPoint,
70 REPORTER_ASSERT(reporter, !memcmp(info.fPoint, rec.fPoint, 2 * sizeof(SkPoint)));
74 SkAutoTUnref<SkShader> s(SkGradientShader::CreateRadial(rec.fPoint[0],
83 REPORTER_ASSERT(reporter, info.fPoint[0] == rec.fPoint[0]);
88 SkAutoTUnref<SkShader> s(SkGradientShader::CreateTwoPointRadial(rec.fPoint[0],
90 rec.fPoint[1],
99 REPORTER_ASSERT(reporter, !memcmp(info.fPoint, rec.fPoint, 2 * sizeof(SkPoint)))
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFShader.cpp 301 SkScalar dx = info.fPoint[0].fX - info.fPoint[1].fX;
302 SkScalar dy = info.fPoint[0].fY - info.fPoint[1].fY;
352 SkScalar dx = info.fPoint[1].fX - info.fPoint[0].fX;
353 SkScalar dy = info.fPoint[1].fY - info.fPoint[0].fY;
842 transformPoints[0] = info->fPoint[0];
843 transformPoints[1] = info->fPoint[1]
    [all...]
  /external/skia/src/pdf/
SkPDFShader.cpp 301 SkScalar dx = info.fPoint[0].fX - info.fPoint[1].fX;
302 SkScalar dy = info.fPoint[0].fY - info.fPoint[1].fY;
352 SkScalar dx = info.fPoint[1].fX - info.fPoint[0].fX;
353 SkScalar dy = info.fPoint[1].fY - info.fPoint[0].fY;
842 transformPoints[0] = info->fPoint[0];
843 transformPoints[1] = info->fPoint[1]
    [all...]
  /frameworks/base/libs/hwui/
SkiaShader.cpp 415 toUnitMatrix(gradInfo.fPoint, &unitMatrix);
418 toCircularUnitMatrix(gradInfo.fPoint[0].fX, gradInfo.fPoint[0].fY,
422 toSweepUnitMatrix(gradInfo.fPoint[0].fX, gradInfo.fPoint[0].fY, &unitMatrix);
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp 334 info->fPoint[0] = fCenter1;
335 info->fPoint[1] = fCenter2;
339 SkTSwap(info->fPoint[0], info->fPoint[1]);
SkLinearGradient.cpp 275 info->fPoint[0] = fStart;
276 info->fPoint[1] = fEnd;
SkSweepGradient.cpp 40 info->fPoint[0] = fCenter;
SkTwoPointRadialGradient.cpp 215 info->fPoint[0] = fCenter1;
216 info->fPoint[1] = fCenter2;
  /external/chromium_org/third_party/skia/include/core/
SkShader.h 313 * The meaning of fPoint and fRadius is dependant on the type of gradient.
320 * fPoint[0] and fPoint[1] are the end-points of the gradient
322 * fPoint[0] and fRadius[0] are the center and radius
324 * fPoint[0] and fRadius[0] are the center and radius of the 1st circle
325 * fPoint[1] and fRadius[1] are the center and radius of the 2nd circle
327 * fPoint[0] is the center of the sweep.
348 SkPoint fPoint[2]; //!< Type specific, see above.
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp 334 info->fPoint[0] = fCenter1;
335 info->fPoint[1] = fCenter2;
339 SkTSwap(info->fPoint[0], info->fPoint[1]);
SkLinearGradient.cpp 289 info->fPoint[0] = fStart;
290 info->fPoint[1] = fEnd;
SkSweepGradient.cpp 39 info->fPoint[0] = fCenter;
SkTwoPointRadialGradient.cpp 215 info->fPoint[0] = fCenter1;
216 info->fPoint[1] = fCenter2;
  /external/skia/include/core/
SkShader.h 320 * The meaning of fPoint and fRadius is dependant on the type of gradient.
327 * fPoint[0] and fPoint[1] are the end-points of the gradient
329 * fPoint[0] and fRadius[0] are the center and radius
331 * fPoint[0] and fRadius[0] are the center and radius of the 1st circle
332 * fPoint[1] and fRadius[1] are the center and radius of the 2nd circle
334 * fPoint[0] is the center of the sweep.
355 SkPoint fPoint[2]; //!< Type specific, see above.
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 842 startPoint = xps_point(info.fPoint[0]);
843 endPoint = xps_point(info.fPoint[1]);
846 info.fPoint[0], info.fPoint[1],
848 startPoint = xps_point(info.fPoint[0], localMatrix);
849 endPoint = xps_point(info.fPoint[1], localMatrix);
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 843 startPoint = xps_point(info.fPoint[0]);
844 endPoint = xps_point(info.fPoint[1]);
847 info.fPoint[0], info.fPoint[1],
849 startPoint = xps_point(info.fPoint[0], localMatrix);
850 endPoint = xps_point(info.fPoint[1], localMatrix);
    [all...]

Completed in 418 milliseconds

1 2