Searched refs:fPath (Results 126 - 148 of 148) sorted by relevance

123456

/external/chromium_org/third_party/skia/src/gpu/
H A DGrBitmapTextContext.cpp486 if (NULL == glyph->fPath) {
493 glyph->fPath = path;
503 fContext->drawPath(tmpPaint, *glyph->fPath, strokeInfo);
H A DGrDistanceFieldTextContext.cpp306 if (NULL == glyph->fPath) {
313 glyph->fPath = path;
323 fContext->drawPath(tmpPaint, *glyph->fPath, strokeInfo);
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h112 SkPath fPath; member in class:SkClipPathCommand
338 SkPath fPath; member in class:SkDrawPathCommand
416 SkPath fPath; member in class:SkDrawTextOnPathCommand
/external/skia/src/gpu/
H A DGrBitmapTextContext.cpp486 if (NULL == glyph->fPath) {
493 glyph->fPath = path;
503 fContext->drawPath(tmpPaint, *glyph->fPath, strokeInfo);
H A DGrDistanceFieldTextContext.cpp260 if (NULL == glyph->fPath) {
267 glyph->fPath = path;
277 fContext->drawPath(tmpPaint, *glyph->fPath, strokeInfo);
H A DGrInOrderDrawBuffer.cpp437 sp->fPath.reset(path);
452 cp->fPath.reset(path);
619 fDstGpu->stencilPath(sp.fPath.get(), sp.fFill);
625 fDstGpu->executeDrawPath(cp.fPath.get(), cp.fFill,
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h112 SkPath fPath; member in class:SkClipPathCommand
338 SkPath fPath; member in class:SkDrawPathCommand
412 SkPath fPath; member in class:SkDrawTextOnPathCommand
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp1093 pdfContext->fGraphicsState.fPath.reset();
1105 pdfContext->fGraphicsState.fPath.moveTo(SkDoubleToScalar(pdfContext->fGraphicsState.fCurPosX),
1113 pdfContext->fGraphicsState.fPath.reset();
1125 pdfContext->fGraphicsState.fPath.lineTo(SkDoubleToScalar(pdfContext->fGraphicsState.fCurPosX),
1133 pdfContext->fGraphicsState.fPath.reset();
1146 pdfContext->fGraphicsState.fPath.cubicTo(SkDoubleToScalar(x1), SkDoubleToScalar(y1),
1158 pdfContext->fGraphicsState.fPath.reset();
1172 pdfContext->fGraphicsState.fPath.cubicTo(SkDoubleToScalar(x1), SkDoubleToScalar(y1),
1184 pdfContext->fGraphicsState.fPath.reset();
1198 pdfContext->fGraphicsState.fPath
[all...]
/external/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp1093 pdfContext->fGraphicsState.fPath.reset();
1105 pdfContext->fGraphicsState.fPath.moveTo(SkDoubleToScalar(pdfContext->fGraphicsState.fCurPosX),
1113 pdfContext->fGraphicsState.fPath.reset();
1125 pdfContext->fGraphicsState.fPath.lineTo(SkDoubleToScalar(pdfContext->fGraphicsState.fCurPosX),
1133 pdfContext->fGraphicsState.fPath.reset();
1146 pdfContext->fGraphicsState.fPath.cubicTo(SkDoubleToScalar(x1), SkDoubleToScalar(y1),
1158 pdfContext->fGraphicsState.fPath.reset();
1172 pdfContext->fGraphicsState.fPath.cubicTo(SkDoubleToScalar(x1), SkDoubleToScalar(y1),
1184 pdfContext->fGraphicsState.fPath.reset();
1198 pdfContext->fGraphicsState.fPath
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp40 SkAutoDisableDirectionCheck(SkPath* path) : fPath(path) {
41 fSaved = static_cast<SkPath::Direction>(fPath->fDirection);
45 fPath->fDirection = fSaved;
49 SkPath* fPath; member in class:SkAutoDisableDirectionCheck
79 fPath->setConvexity(fDegenerate ? SkPath::kConvex_Convexity
82 fPath->setBounds(fRect);
87 SkPath* fPath; member in class:SkAutoPathBoundsUpdate
96 fPath = path;
102 joinNoEmptyChecks(&fRect, fPath->getBounds());
/external/skia/src/core/
H A DSkPath.cpp40 SkAutoDisableDirectionCheck(SkPath* path) : fPath(path) {
41 fSaved = static_cast<SkPath::Direction>(fPath->fDirection);
45 fPath->fDirection = fSaved;
49 SkPath* fPath; member in class:SkAutoDisableDirectionCheck
79 fPath->setConvexity(fDegenerate ? SkPath::kConvex_Convexity
82 fPath->setBounds(fRect);
87 SkPath* fPath; member in class:SkAutoPathBoundsUpdate
96 fPath = path;
102 joinNoEmptyChecks(&fRect, fPath->getBounds());
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkDebuggerGUI.cpp593 fFileName = fPath.toAscii().data();
650 fFileName = fPath.toAscii().data();
987 fPath = path;
/external/skia/debugger/QT/
H A DSkDebuggerGUI.cpp554 fFileName = fPath.toAscii().data();
611 fFileName = fPath.toAscii().data();
948 fPath = path;
/external/chromium_org/third_party/skia/gm/
H A Ddegeneratesegments.cpp20 SkPath fPath; member in struct:skiagm::DegenerateSegmentsGM::PathAndName
/external/skia/gm/
H A Ddegeneratesegments.cpp20 SkPath fPath; member in struct:skiagm::DegenerateSegmentsGM::PathAndName
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp5047 : fPath(path.nativePath())
5054 : fPath(&path)
5063 fXorMask[0] = fXorMask[1] = (fPath->getFillType() & 1) ? kEvenOdd_Mask : kWinding_Mask;
5074 fPath = &path;
5075 fXorMask[1] = (fPath->getFillType() & 1) ? kEvenOdd_Mask : kWinding_Mask;
5119 SkPath::RawIter iter(*fPath); // FIXME: access path directly when allowed
5217 const SkPath* fPath;
H A DEdgeWalker.cpp1184 : fPath(path)
1245 SkPath::Iter iter(fPath, true);
1306 const SkPath& fPath;
/external/skia/experimental/Intersection/
H A DSimplify.cpp5047 : fPath(path.nativePath())
5054 : fPath(&path)
5063 fXorMask[0] = fXorMask[1] = (fPath->getFillType() & 1) ? kEvenOdd_Mask : kWinding_Mask;
5074 fPath = &path;
5075 fXorMask[1] = (fPath->getFillType() & 1) ? kEvenOdd_Mask : kWinding_Mask;
5119 SkPath::RawIter iter(*fPath); // FIXME: access path directly when allowed
5217 const SkPath* fPath;
H A DEdgeWalker.cpp1184 : fPath(path)
1245 SkPath::Iter iter(fPath, true);
1306 const SkPath& fPath;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/skia/tests/
H A DPathTest.cpp2231 SkPath fPath; member in struct:SegmentInfo
/external/skia/tests/
H A DPathTest.cpp2166 SkPath fPath; member in struct:SegmentInfo

Completed in 539 milliseconds

123456