Home
last modified time | relevance | path

Searched refs:addPath (Results 1 – 25 of 32) sorted by relevance

12

/external/skia/src/animator/
DSkDrawExtraPathEffect.cpp36 SkDrawable* addPath; member in SkDrawShapePathEffect
117 if (fDraw->addPath->isPath()) { in next()
118 drawPath = (SkDrawPath*) fDraw->addPath; in next()
120 SkApply* apply = (SkApply*) fDraw->addPath; in next()
143 dst->addPath(drawPath->getPath(), m); in next()
180 SK_MEMBER(addPath, Drawable), // either path or apply
189 addPath(NULL), addMatrix(NULL), path(NULL), fPathEffect(NULL) { in SkDrawShapePathEffect()
227 if (addPath == NULL || (addPath->isPath() == false && addPath->isApply() == false)) in onEndElement()
255 if (fDraw->addPath->isPath()) { in next()
256 drawPath = (SkDrawPath*) fDraw->addPath; in next()
[all …]
DSkPathParts.cpp322 fPath->fPath.addPath(path->fPath, matrix->getMatrix()); in add()
324 fPath->fPath.addPath(path->fPath); in add()
DSkExtraPathEffects.xsd23 <xs:attribute name="addPath" type="Sk:DynamicString" />
DSkAnimateSchema.xsd870 <!-- /** addPath
874 <xs:element name="addPath">
2021 <!-- @element addPath Adds another path to the path. -->
2022 <xs:element ref="Sk:addPath"/>
2088 <!-- @element addPath Adds another path to the path. -->
2089 <xs:element ref="Sk:addPath"/>
2116 <!-- @element addPath Adds another path to the path. -->
2117 <xs:element ref="Sk:addPath"/>
/external/skia/include/core/
DSkPath.h507 void addPath(const SkPath& src, SkScalar dx, SkScalar dy);
511 void addPath(const SkPath& src) { in addPath() function
514 this->addPath(src, m); in addPath()
520 void addPath(const SkPath& src, const SkMatrix& matrix);
/external/skia/samplecode/
DSampleStrokeText.cpp28 path.addPath(p); in lettersToBitmap()
74 path.addPath(p); in lettersToBitmap2()
/external/skia/src/effects/
DSk1DPathEffect.cpp187 dst->addPath(fPath, pos.fX, pos.fY); in next()
194 dst->addPath(fPath, matrix); in next()
/external/srec/portable/src/
DPANSIFileSystem.c28 …return ((PANSIFileSystem*) PANSIFileSystemSingleton)->addPath(PANSIFileSystemSingleton, virtualPat… in PANSIFileSystemAddPath()
DPANSIFileSystemImpl.c57 impl->super.addPath = &PANSIFileSystemAddPathImpl; in PANSIFileSystemCreate()
/external/srec/portable/include/
DPANSIFileSystem.h66 ESR_ReturnCode(*addPath)(PFileSystem* self, const LCHAR* virtualPath, const LCHAR* realPath); member
/external/v8/tools/
Dprofile.js231 this.bottomUpTree_.addPath(processedStack);
233 this.topDownTree_.addPath(processedStack);
513 CallTree.prototype.addPath = function(path) { method in CallTree
Dtickprocessor.js411 this.currentProducerProfile_.addPath(processedStack);
/external/llvm/include/llvm/
DLinker.h131 void addPath(const sys::Path& path);
/external/skia/src/core/
DSkPictureRecord.cpp140 addPath(path); in clipPath()
201 addPath(path); in drawPath()
360 addPath(path); in drawTextOnPath()
467 void SkPictureRecord::addPath(const SkPath& path) { in addPath() function in SkPictureRecord
DSkPictureRecord.h110 void addPath(const SkPath& path);
DSkStroke.cpp90 fOuter.addPath(fExtra); in done()
635 dst->addPath(src); in strokePath()
DSkPath.cpp782 void SkPath::addPath(const SkPath& path, SkScalar dx, SkScalar dy) { in addPath() function in SkPath
786 this->addPath(path, matrix); in addPath()
789 void SkPath::addPath(const SkPath& path, const SkMatrix& matrix) { in addPath() function in SkPath
DSkPaint.cpp1186 path->addPath(*iterPath, matrix); in getTextPath()
/external/llvm/lib/Linker/
DLinker.cpp68 Linker::addPath(const sys::Path& path) { in addPath() function in Linker
/external/webkit/Source/WebCore/platform/graphics/android/
DPathAndroid.cpp213 tmp.addPath(*m_path); in addArc()
/external/webkit/Source/WebCore/platform/graphics/skia/
DSkiaFontWin.cpp321 newPath.addPath(*path, x + offsetX, y + offsetY); in skiaDrawText()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp1134 newClip.addPath(clippedOut); in clipOut()
1139 newClip.addPath(clippedOut.intersected(newClip)); in clipOut()
/external/webkit/Source/WebKit/android/nav/
DSelectText.cpp1349 startOuterPath.addPath(startInnerPath, 0, 0); in SelectText()
1385 endOuterPath.addPath(endInnerPath, 0, 0); in SelectText()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-318280 (WebCore::GraphicsContext::addPath):
16099 (WebCore::ClipDataList::addPath):
16220 (WebCore::KCClipDataList::addPath):
35793 (WebCore::KCClipDataList::addPath):
35814 (WebCore::KRenderingDeviceContextQt::addPath):
35835 (WebCore::KRenderingDeviceContextQuartz::addPath):
38222 (WebCore::KRenderingDeviceContextQt::addPath):
DChangeLog-2010-12-063566 For the rest, I've put beginPath/addPath and FIXMEs in the three affected methods.
75092 spurious prepareForSoftwareDraw() calls in addPath() and beginPath().
75098 (WebCore::GraphicsContext::addPath):
88754 (WebCore::GraphicsContext::addPath): Convert raw member access to accessor access.
91543 of addPath (which will blow away any path callers are building).
91545 of addPath (which will blow away any path callers are building).
91548 …(WebCore::GraphicsContext::addPath): Add the path to m_pendingPath instead of the main native cont…
91616 (WebCore::GraphicsContext::addPath):
91650 of addPath (which will blow away any path callers are building).
91652 of addPath (which will blow away any path callers are building).
[all …]

12