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

  /external/skia/src/animator/
SkDrawPoint.cpp 18 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;
SkDrawPoint.h 21 SkPoint fPoint;
29 SkPoint fPoint;
SkDraw3D.cpp 18 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);
SkDraw3D.h 23 SkPoint3D fPoint;
  /external/skia/tools/
ThermalManager.cpp 95 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);
ThermalManager.h 48 int32_t fPoint;
  /external/pdfium/xfa/src/fee/include/
ifde_txtedtpage.h 21 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/gpu/
GrTessellator.cpp 140 : fPoint(point), fPrev(nullptr), fNext(nullptr)
148 SkPoint fPoint; // Vertex position
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.fY) * fBottom->fPoint.fX
    [all...]
  /external/skia/tests/
GradientTest.cpp 44 const SkPoint* fPoint; // 2
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[0] == rec.fPoint[0])
    [all...]
  /frameworks/base/libs/hwui/
SkiaShader.cpp 133 toLinearUnitMatrix(gradInfo.fPoint, &unitMatrix);
138 toCircularUnitMatrix(gradInfo.fPoint[0].fX, gradInfo.fPoint[0].fY,
144 toSweepUnitMatrix(gradInfo.fPoint[0].fX, gradInfo.fPoint[0].fY, &unitMatrix);
  /external/skia/src/pdf/
SkPDFShader.cpp 299 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);
    [all...]
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp 296 info->fPoint[0] = fCenter1;
297 info->fPoint[1] = fCenter2;
301 SkTSwap(info->fPoint[0], info->fPoint[1]);
SkSweepGradient.cpp 28 info->fPoint[0] = fCenter;
SkRadialGradient.cpp 58 info->fPoint[0] = fCenter;
SkLinearGradient.cpp 349 info->fPoint[0] = fStart;
350 info->fPoint[1] = fEnd;
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.h 103 virtual int32_t GetCharIndex(const CFX_PointF& fPoint, FX_BOOL& bBefore);
104 virtual int32_t SelectWord(const CFX_PointF& fPoint, int32_t& nCount);
fde_txtedtpage.cpp 207 int32_t CFDE_TxtEdtPage::GetCharIndex(const CFX_PointF& fPoint,
211 CFX_PointF ptF = fPoint;
356 int32_t CFDE_TxtEdtPage::SelectWord(const CFX_PointF& fPoint, int32_t& nCount) {
362 int32_t nIndex = GetCharIndex(fPoint, bBefore);
  /external/skia/include/core/
SkShader.h 226 * 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.
  /external/skia/src/svg/
SkSVGDevice.cpp 480 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/
SkXPSDevice.cpp 859 startPoint = xps_point(info.fPoint[0]);
860 endPoint = xps_point(info.fPoint[1]);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 1491 milliseconds