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

/external/chromium_org/third_party/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/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/chromium_org/third_party/skia/tests/
H A DGradientTest.cpp19 const SkPoint* fPoint; // 2 member in struct:GradRec
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, re
[all...]
/external/skia/tests/
H A DGradientTest.cpp20 const SkPoint* fPoint; // 2 member in struct:GradRec
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, re
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkShader.h313 * 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. member in struct:SkShader::GradientInfo
/external/skia/include/core/
H A DSkShader.h320 * 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. member in struct:SkShader::GradientInfo
/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 373 milliseconds