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

  /external/chromium_org/third_party/skia/src/animator/
SkDrawPoint.h 21 SkPoint fPoint;
29 SkPoint fPoint;
SkDraw3D.h 23 SkPoint3D fPoint;
  /external/skia/src/animator/
SkDrawPoint.h 21 SkPoint fPoint;
29 SkPoint fPoint;
SkDraw3D.h 23 SkPoint3D fPoint;
  /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/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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 284 milliseconds