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

  /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 43 const SkPoint* fPoint; // 2
85 SkAutoTUnref<SkShader> s(SkGradientShader::CreateLinear(rec.fPoint,
93 REPORTER_ASSERT(reporter, !memcmp(info.fPoint, rec.fPoint, 2 * sizeof(SkPoint)));
97 SkAutoTUnref<SkShader> s(SkGradientShader::CreateRadial(rec.fPoint[0],
106 REPORTER_ASSERT(reporter, info.fPoint[0] == rec.fPoint[0]);
111 SkAutoTUnref<SkShader> s(SkGradientShader::CreateSweep(rec.fPoint[0].fX,
112 rec.fPoint[0].fY,
119 REPORTER_ASSERT(reporter, info.fPoint[0] == rec.fPoint[0])
    [all...]
  /external/skia/src/gpu/
GrTessellatingPathRenderer.cpp 142 : fPoint(point), fPrev(NULL), fNext(NULL)
150 SkPoint fPoint; // Vertex position
189 *data++ = v->fPoint;
266 return dist(v->fPoint) < 0.0;
269 return dist(v->fPoint) > 0.0;
272 fDX = static_cast<double>(fBottom->fPoint.fX) - fTop->fPoint.fX;
273 fDY = static_cast<double>(fBottom->fPoint.fY) - fTop->fPoint.fY;
274 fC = static_cast<double>(fTop->fPoint.fY) * fBottom->fPoint.fX
    [all...]
  /frameworks/base/libs/hwui/
SkiaShader.cpp 128 toLinearUnitMatrix(gradInfo.fPoint, &unitMatrix);
133 toCircularUnitMatrix(gradInfo.fPoint[0].fX, gradInfo.fPoint[0].fY,
139 toSweepUnitMatrix(gradInfo.fPoint[0].fX, gradInfo.fPoint[0].fY, &unitMatrix);
  /external/skia/src/pdf/
SkPDFShader.cpp 298 SkScalar dx = info.fPoint[1].fX - info.fPoint[0].fX;
299 SkScalar dy = info.fPoint[1].fY - info.fPoint[0].fY;
722 transformPoints[0] = info->fPoint[0];
723 transformPoints[1] = info->fPoint[1];
798 inverseMapperMatrix.mapPoints(twoPointRadialInfo.fPoint, 2);
    [all...]
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp 329 info->fPoint[0] = fCenter1;
330 info->fPoint[1] = fCenter2;
334 SkTSwap(info->fPoint[0], info->fPoint[1]);
SkLinearGradient.cpp 283 info->fPoint[0] = fStart;
284 info->fPoint[1] = fEnd;
SkSweepGradient.cpp 43 info->fPoint[0] = fCenter;
SkRadialGradient.cpp 248 info->fPoint[0] = fCenter;
  /external/skia/include/core/
SkShader.h 294 * The meaning of fPoint and fRadius is dependant on the type of gradient.
301 * fPoint[0] and fPoint[1] are the end-points of the gradient
303 * fPoint[0] and fRadius[0] are the center and radius
305 * fPoint[0] and fRadius[0] are the center and radius of the 1st circle
306 * fPoint[1] and fRadius[1] are the center and radius of the 2nd circle
308 * fPoint[0] is the center of the sweep.
328 SkPoint fPoint[2]; //!< Type specific, see above.
  /external/skia/src/svg/
SkSVGDevice.cpp 479 gradient.addAttribute("x1", info.fPoint[0].x());
480 gradient.addAttribute("y1", info.fPoint[0].y());
481 gradient.addAttribute("x2", info.fPoint[1].x());
482 gradient.addAttribute("y2", info.fPoint[1].y());
  /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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 399 milliseconds