/external/skia/src/animator/ |
H A D | 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;
|
H A D | SkDrawPoint.h | 21 SkPoint fPoint; member in struct:Sk_Point 29 SkPoint fPoint; member in class:SkDrawPoint
|
H A D | 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);
|
H A D | SkDraw3D.h | 23 SkPoint3D fPoint; member in struct:Sk3D_Point
|
/external/skia/tools/ |
H A D | 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);
|
H A D | ThermalManager.h | 48 int32_t fPoint; member in struct:ThermalManager::TripPoint
|
/external/skia/src/gpu/ |
H A D | GrTessellator.cpp | 140 : 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 D | GradientTest.cpp | 44 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 D | 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/pdf/ |
H A D | 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); 1059 fInfo.fPoint[0] != b.fInfo.fPoint[0] || 1066 if (fInfo.fPoint[ [all...] |
/external/skia/src/effects/gradients/ |
H A D | SkTwoPointConicalGradient.cpp | 296 info->fPoint[0] = fCenter1; 297 info->fPoint[1] = fCenter2; 301 SkTSwap(info->fPoint[0], info->fPoint[1]);
|
H A D | SkSweepGradient.cpp | 28 info->fPoint[0] = fCenter;
|
H A D | SkRadialGradient.cpp | 58 info->fPoint[0] = fCenter;
|
H A D | SkLinearGradient.cpp | 349 info->fPoint[0] = fStart; 350 info->fPoint[1] = fEnd;
|
/external/pdfium/xfa/src/fee/src/fee/ |
H A D | 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);
|
H A D | fde_txtedtpage.cpp | 207 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 D | 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. member in struct:SkShader::GradientInfo
|
/external/skia/src/svg/ |
H A D | 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/ |
H A D | SkXPSDevice.cpp | 859 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 D | org.eclipse.pde.core_3.6.1.v20100902_r361.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |