Searched defs:fPoint (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/animator/
H A DSkDrawPoint.h21 SkPoint fPoint; member in struct:Sk_Point
29 SkPoint fPoint; member in class:SkDrawPoint
H A DSkDraw3D.h23 SkPoint3D fPoint; member in struct:Sk3D_Point
/external/skia/tests/
H A DGradientTest.cpp43 const SkPoint* fPoint; // 2 member in struct:GradRec
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[
[all...]
/external/skia/include/core/
H A DSkShader.h294 * 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. member in struct:SkShader::GradientInfo
/external/skia/src/gpu/
H A DGrTessellatingPathRenderer.cpp142 : fPoint(point), fPrev(NULL), fNext(NULL)
150 SkPoint fPoint; // Vertex position member in struct:__anon13994::Vertex
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
[all...]
/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 210 milliseconds