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

/external/skia/src/animator/
H A DSkDrawPoint.cpp18 SK_MEMBER_ALIAS(x, fPoint.fX, Float),
19 SK_MEMBER_ALIAS(y, fPoint.fY, Float)
29 SK_MEMBER_ALIAS(x, fPoint.fX, Float),
30 SK_MEMBER_ALIAS(y, fPoint.fY, Float)
38 fPoint.set(0, 0);
42 rect->fLeft = rect->fRight = fPoint.fX;
43 rect->fTop = rect->fBottom = fPoint.fY;
H A DSkDrawPoint.h21 SkPoint fPoint; member in struct:Sk_Point
29 SkPoint fPoint; member in class:SkDrawPoint
H A DSkDraw3D.cpp18 SK_MEMBER_ALIAS(x, fPoint.fX, Float),
19 SK_MEMBER_ALIAS(y, fPoint.fY, Float),
20 SK_MEMBER_ALIAS(z, fPoint.fZ, Float)
28 fPoint.set(0, 0, 0);
H A DSkDraw3D.h23 SkPoint3D fPoint; member in struct:Sk3D_Point
/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
102 fBase, fPoint);
108 bool wouldTrip = !fDisabled && currentTemp + fThreshold >= fPoint;
112 fPointName.c_str(), fBase, currentTemp, fPoint, fThreshold);
H A DThermalManager.h48 int32_t fPoint; member in struct:ThermalManager::TripPoint
/external/skia/src/gpu/
H A DGrTessellator.cpp140 : fPoint(point), fPrev(nullptr), fNext(nullptr)
148 SkPoint fPoint; // Vertex position member in struct:__anon16105::Vertex
187 *data++ = v->fPoint;
264 return dist(v->fPoint) < 0.0;
267 return dist(v->fPoint) > 0.0;
270 fDX = static_cast<double>(fBottom->fPoint.fX) - fTop->fPoint.fX;
271 fDY = static_cast<double>(fBottom->fPoint.fY) - fTop->fPoint.fY;
272 fC = static_cast<double>(fTop->fPoint
[all...]
/external/skia/tests/
H A DGradientTest.cpp44 const SkPoint* fPoint; // 2 member in struct:GradRec
86 SkAutoTUnref<SkShader> s(SkGradientShader::CreateLinear(rec.fPoint,
94 REPORTER_ASSERT(reporter, !memcmp(info.fPoint, rec.fPoint, 2 * sizeof(SkPoint)));
98 SkAutoTUnref<SkShader> s(SkGradientShader::CreateRadial(rec.fPoint[0],
107 REPORTER_ASSERT(reporter, info.fPoint[0] == rec.fPoint[0]);
112 SkAutoTUnref<SkShader> s(SkGradientShader::CreateSweep(rec.fPoint[0].fX,
113 rec.fPoint[0].fY,
120 REPORTER_ASSERT(reporter, info.fPoint[
[all...]
/external/pdfium/xfa/src/fee/include/
H A Difde_txtedtpage.h21 virtual int32_t GetCharIndex(const CFX_PointF& fPoint, FX_BOOL& bBefore) = 0;
25 virtual int32_t SelectWord(const CFX_PointF& fPoint, int32_t& nCount) = 0;
/external/skia/src/pdf/
H A DSkPDFShader.cpp299 SkScalar dx = info.fPoint[1].fX - info.fPoint[0].fX;
300 SkScalar dy = info.fPoint[1].fY - info.fPoint[0].fY;
716 transformPoints[0] = info->fPoint[0];
717 transformPoints[1] = info->fPoint[1];
792 inverseMapperMatrix.mapPoints(twoPointRadialInfo.fPoint, 2);
1059 fInfo.fPoint[0] != b.fInfo.fPoint[0] ||
1066 if (fInfo.fPoint[
[all...]
/external/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient.cpp296 info->fPoint[0] = fCenter1;
297 info->fPoint[1] = fCenter2;
301 SkTSwap(info->fPoint[0], info->fPoint[1]);
H A DSkSweepGradient.cpp28 info->fPoint[0] = fCenter;
H A DSkRadialGradient.cpp58 info->fPoint[0] = fCenter;
H A DSkLinearGradient.cpp349 info->fPoint[0] = fStart;
350 info->fPoint[1] = fEnd;
/external/pdfium/xfa/src/fee/src/fee/
H A Dfde_txtedtpage.h103 virtual int32_t GetCharIndex(const CFX_PointF& fPoint, FX_BOOL& bBefore);
104 virtual int32_t SelectWord(const CFX_PointF& fPoint, int32_t& nCount);
H A Dfde_txtedtpage.cpp207 int32_t CFDE_TxtEdtPage::GetCharIndex(const CFX_PointF& fPoint, argument
211 CFX_PointF ptF = fPoint;
356 int32_t CFDE_TxtEdtPage::SelectWord(const CFX_PointF& fPoint, int32_t& nCount) { argument
362 int32_t nIndex = GetCharIndex(fPoint, bBefore);
/external/skia/include/core/
H A DSkShader.h226 * The meaning of fPoint and fRadius is dependant on the type of gradient.
233 * fPoint[0] and fPoint[1] are the end-points of the gradient
235 * fPoint[0] and fRadius[0] are the center and radius
237 * fPoint[0] and fRadius[0] are the center and radius of the 1st circle
238 * fPoint[1] and fRadius[1] are the center and radius of the 2nd circle
240 * fPoint[0] is the center of the sweep.
260 SkPoint fPoint[2]; //!< Type specific, see above. member in struct:SkShader::GradientInfo
/external/skia/src/svg/
H A DSkSVGDevice.cpp480 gradient.addAttribute("x1", info.fPoint[0].x());
481 gradient.addAttribute("y1", info.fPoint[0].y());
482 gradient.addAttribute("x2", info.fPoint[1].x());
483 gradient.addAttribute("y2", info.fPoint[1].y());
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp859 startPoint = xps_point(info.fPoint[0]);
860 endPoint = xps_point(info.fPoint[1]);
863 info.fPoint[0], info.fPoint[1],
865 startPoint = xps_point(info.fPoint[0], localMatrix);
866 endPoint = xps_point(info.fPoint[1], localMatrix);
933 centerPoint = xps_point(info.fPoint[0]);
934 gradientOrigin = xps_point(info.fPoint[0]);
938 centerPoint = xps_point(info.fPoint[0], localMatrix);
939 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 301 milliseconds