/external/skia/src/animator/ |
D | SkDrawExtraPathEffect.cpp | 36 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 …]
|
D | SkPathParts.cpp | 322 fPath->fPath.addPath(path->fPath, matrix->getMatrix()); in add() 324 fPath->fPath.addPath(path->fPath); in add()
|
D | SkExtraPathEffects.xsd | 23 <xs:attribute name="addPath" type="Sk:DynamicString" />
|
D | SkAnimateSchema.xsd | 870 <!-- /** 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/ |
D | SkPath.h | 507 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/ |
D | SampleStrokeText.cpp | 28 path.addPath(p); in lettersToBitmap() 74 path.addPath(p); in lettersToBitmap2()
|
/external/skia/src/effects/ |
D | Sk1DPathEffect.cpp | 187 dst->addPath(fPath, pos.fX, pos.fY); in next() 194 dst->addPath(fPath, matrix); in next()
|
/external/srec/portable/src/ |
D | PANSIFileSystem.c | 28 …return ((PANSIFileSystem*) PANSIFileSystemSingleton)->addPath(PANSIFileSystemSingleton, virtualPat… in PANSIFileSystemAddPath()
|
D | PANSIFileSystemImpl.c | 57 impl->super.addPath = &PANSIFileSystemAddPathImpl; in PANSIFileSystemCreate()
|
/external/srec/portable/include/ |
D | PANSIFileSystem.h | 66 ESR_ReturnCode(*addPath)(PFileSystem* self, const LCHAR* virtualPath, const LCHAR* realPath); member
|
/external/v8/tools/ |
D | profile.js | 231 this.bottomUpTree_.addPath(processedStack); 233 this.topDownTree_.addPath(processedStack); 513 CallTree.prototype.addPath = function(path) { method in CallTree
|
D | tickprocessor.js | 411 this.currentProducerProfile_.addPath(processedStack);
|
/external/llvm/include/llvm/ |
D | Linker.h | 131 void addPath(const sys::Path& path);
|
/external/skia/src/core/ |
D | SkPictureRecord.cpp | 140 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
|
D | SkPictureRecord.h | 110 void addPath(const SkPath& path);
|
D | SkStroke.cpp | 90 fOuter.addPath(fExtra); in done() 635 dst->addPath(src); in strokePath()
|
D | SkPath.cpp | 782 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
|
D | SkPaint.cpp | 1186 path->addPath(*iterPath, matrix); in getTextPath()
|
/external/llvm/lib/Linker/ |
D | Linker.cpp | 68 Linker::addPath(const sys::Path& path) { in addPath() function in Linker
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | PathAndroid.cpp | 213 tmp.addPath(*m_path); in addArc()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | SkiaFontWin.cpp | 321 newPath.addPath(*path, x + offsetX, y + offsetY); in skiaDrawText()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 1134 newClip.addPath(clippedOut); in clipOut() 1139 newClip.addPath(clippedOut.intersected(newClip)); in clipOut()
|
/external/webkit/Source/WebKit/android/nav/ |
D | SelectText.cpp | 1349 startOuterPath.addPath(startInnerPath, 0, 0); in SelectText() 1385 endOuterPath.addPath(endInnerPath, 0, 0); in SelectText()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-12-31 | 8280 (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):
|
D | ChangeLog-2010-12-06 | 3566 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 …]
|