Searched refs:fPoint (Results 1 - 17 of 17) sorted by relevance

/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/skia/tools/
H A DThermalManager.cpp95 fPoint = OpenFileAndReadInt32(fullPath.c_str());
98 fDisabled = fBase + fThreshold >= fPoint; // We disable any trip point which start off
104 bool wouldTrip = !fDisabled && currentTemp + fThreshold >= fPoint;
108 fPointName.c_str(), fBase, currentTemp, fPoint, fThreshold);
H A DThermalManager.h48 int32_t fPoint; member in struct:ThermalManager::TripPoint
/external/pdfium/xfa/fde/
H A Difde_txtedtpage.h26 virtual int32_t GetCharIndex(const CFX_PointF& fPoint, bool& bBefore) = 0;
30 virtual int32_t SelectWord(const CFX_PointF& fPoint, int32_t& nCount) = 0;
H A Dcfde_txtedtpage.h31 int32_t GetCharIndex(const CFX_PointF& fPoint, bool& bBefore) override;
35 int32_t SelectWord(const CFX_PointF& fPoint, int32_t& nCount) override;
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/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/core/
H A DSkColorSpaceXformer.cpp102 return SkGradientShader::MakeLinear(gradient.fPoint,
110 return SkGradientShader::MakeRadial(gradient.fPoint[0],
119 return SkGradientShader::MakeSweep(gradient.fPoint[0].fX,
120 gradient.fPoint[0].fY,
127 return SkGradientShader::MakeTwoPointConical(gradient.fPoint[0],
129 gradient.fPoint[1],
/external/skia/src/pdf/
H A DSkPDFShader.cpp402 SkScalar dx = info.fPoint[1].fX - info.fPoint[0].fX;
403 SkScalar dy = info.fPoint[1].fY - info.fPoint[0].fY;
817 SkPoint pt1 = info->fPoint[0];
818 SkPoint pt2 = info->fPoint[1];
830 const SkPoint& pt1 = info->fPoint[0];
841 const SkPoint& pt1 = info->fPoint[0];
842 const SkPoint& pt2 = info->fPoint[1];
855 transformPoints[0] = info->fPoint[
[all...]
/external/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient.cpp291 info->fPoint[0] = fCenter1;
292 info->fPoint[1] = fCenter2;
296 SkTSwap(info->fPoint[0], info->fPoint[1]);
H A DSkSweepGradient.cpp27 info->fPoint[0] = fCenter;
H A DSkRadialGradient.cpp55 info->fPoint[0] = fCenter;
H A DSkLinearGradient.cpp401 info->fPoint[0] = fStart;
402 info->fPoint[1] = fEnd;
/external/skia/src/svg/
H A DSkSVGDevice.cpp489 gradient.addAttribute("x1", info.fPoint[0].x());
490 gradient.addAttribute("y1", info.fPoint[0].y());
491 gradient.addAttribute("x2", info.fPoint[1].x());
492 gradient.addAttribute("y2", info.fPoint[1].y());
/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/src/xps/
H A DSkXPSDevice.cpp837 startPoint = xps_point(info.fPoint[0]);
838 endPoint = xps_point(info.fPoint[1]);
841 info.fPoint[0], info.fPoint[1],
843 startPoint = xps_point(info.fPoint[0], localMatrix);
844 endPoint = xps_point(info.fPoint[1], localMatrix);
911 centerPoint = xps_point(info.fPoint[0]);
912 gradientOrigin = xps_point(info.fPoint[0]);
916 centerPoint = xps_point(info.fPoint[0], localMatrix);
917 gradientOrigin = xps_point(info.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 451 milliseconds