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

/external/skia/tools/
H A DThermalManager.h48 int32_t fPoint; member in struct:ThermalManager::TripPoint
/external/pdfium/xfa/fde/
H A Dcfde_txtedtpage.cpp76 int32_t CFDE_TxtEdtPage::GetCharIndex(const CFX_PointF& fPoint, bool& bBefore) { argument
77 CFX_PointF ptF = fPoint;
210 int32_t CFDE_TxtEdtPage::SelectWord(const CFX_PointF& fPoint, int32_t& nCount) { argument
216 int32_t nIndex = GetCharIndex(fPoint, bBefore);
/external/skia/include/core/
H A DSkShader.h277 * 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.
311 SkPoint fPoint[2]; //!< Type specific, see above. member in struct:SkShader::GradientInfo
/external/skia/tests/
H A DGradientTest.cpp47 const SkPoint* fPoint; // 2 member in struct:GradRec
90 sk_sp<SkShader> s(SkGradientShader::MakeLinear(buildRec.fPoint, buildRec.fColors, buildRec.fPos,
95 REPORTER_ASSERT(reporter, !memcmp(info.fPoint, checkRec.fPoint, 2 * sizeof(SkPoint)));
100 sk_sp<SkShader> s(SkGradientShader::MakeRadial(buildRec.fPoint[0], buildRec.fRadius[0],
106 REPORTER_ASSERT(reporter, info.fPoint[0] == checkRec.fPoint[0]);
112 sk_sp<SkShader> s(SkGradientShader::MakeSweep(buildRec.fPoint[0].fX, buildRec.fPoint[0].fY,
118 REPORTER_ASSERT(reporter, info.fPoint[
[all...]
/external/skia/src/gpu/
H A DGrTessellator.cpp145 : fPoint(point), fPrev(nullptr), fNext(nullptr)
155 SkPoint fPoint; // Vertex position member in struct:__anon17043::Vertex
199 *d++ = v->fPoint;
204 d->fPosition = v->fPoint;
210 d->fPosition = v->fPoint;
218 LOG("emit_triangle (%g, %g) %d\n", v0->fPoint.fX, v0->fPoint.fY, v0->fAlpha);
219 LOG(" (%g, %g) %d\n", v1->fPoint.fX, v1->fPoint.fY, v1->fAlpha);
220 LOG(" (%g, %g) %d\n", v2->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 508 milliseconds