Searched refs:addPath (Results 1 - 25 of 37) sorted by relevance

12

/external/skia/src/animator/
H A DSkDrawExtraPathEffect.cpp36 SkDrawable* addPath; member in class:SkDrawShapePathEffect
117 if (fDraw->addPath->isPath()) {
118 drawPath = (SkDrawPath*) fDraw->addPath;
120 SkApply* apply = (SkApply*) fDraw->addPath;
143 dst->addPath(drawPath->getPath(), m);
180 SK_MEMBER(addPath, Drawable), // either path or apply
189 addPath(NULL), addMatrix(NULL), path(NULL), fPathEffect(NULL) {
227 if (addPath == NULL || (addPath->isPath() == false && addPath
[all...]
H A DSkPathParts.cpp322 fPath->fPath.addPath(path->fPath, matrix->getMatrix());
324 fPath->fPath.addPath(path->fPath);
/external/srec/portable/src/
H A DPANSIFileSystem.c28 return ((PANSIFileSystem*) PANSIFileSystemSingleton)->addPath(PANSIFileSystemSingleton, virtualPath, realPath);
H A DPANSIFileSystemImpl.c57 impl->super.addPath = &PANSIFileSystemAddPathImpl;
/external/srec/portable/include/
H A DPANSIFileSystem.h66 ESR_ReturnCode(*addPath)(PFileSystem* self, const LCHAR* virtualPath, const LCHAR* realPath); member in struct:PANSIFileSystem_t
/external/webkit/WebCore/svg/graphics/
H A DSVGResourceClipper.cpp109 context->addPath(clipPath);
121 m_clipData.addPath(path, rule, bboxUnits);
H A DSVGResourceClipper.h45 void addPath(const Path& pathData, WindRule windRule, bool bboxUnits) function in class:WebCore::ClipDataList
/external/skia/include/core/
H A DSkPath.h433 void addPath(const SkPath& src, SkScalar dx, SkScalar dy);
437 void addPath(const SkPath& src) { function in class:SkPath
440 this->addPath(src, m);
446 void addPath(const SkPath& src, const SkMatrix& matrix);
/external/skia/src/effects/
H A DSk1DPathEffect.cpp187 dst->addPath(fPath, pos.fX, pos.fY);
194 dst->addPath(fPath, matrix);
/external/webkit/WebCore/platform/graphics/skia/
H A DPlatformContextSkia.h137 void addPath(const SkPath&);
H A DPathSkia.cpp295 scratch->addPath(*this);
H A DPlatformContextSkia.cpp524 void PlatformContextSkia::addPath(const SkPath& path) function in class:PlatformContextSkia
526 m_path.addPath(path, m_canvas->getTotalMatrix());
H A DSkiaFontWin.cpp289 newPath.addPath(*path, x + offsetX, y + offsetY);
/external/webkit/WebCore/rendering/
H A DRenderPath.cpp203 context->addPath(path);
209 context->addPath(path); // path is cleared when filled.
H A DSVGInlineTextBox.cpp574 context->addPath(pathForDecoration(decoration, fillObject, tx, ty, width));
583 context->addPath(pathForDecoration(decoration, strokeObject, tx, ty, width));
/external/v8/tools/
H A Dprofile.js228 this.bottomUpTree_.addPath(processedStack);
230 this.topDownTree_.addPath(processedStack);
453 devtools.profiler.CallTree.prototype.addPath = function(path) {
/external/webkit/WebCore/platform/graphics/android/
H A DPathAndroid.cpp200 tmp.addPath(*m_path);
367 scratch->addPath(*this);
H A DGraphicsContextAndroid.cpp214 void addPath(const SkPath& other) { function in class:WebCore::GraphicsContextPlatformPrivate
218 mState->mPath->addPath(other);
1112 void GraphicsContext::addPath(const Path& p) function in class:WebCore::GraphicsContext
1114 m_data->addPath(*p.platformPath());
/external/skia/src/core/
H A DSkPictureRecord.cpp140 addPath(path);
195 addPath(path);
354 addPath(path);
461 void SkPictureRecord::addPath(const SkPath& path) { function in class:SkPictureRecord
H A DSkPictureRecord.h109 void addPath(const SkPath& path);
H A DSkPath.cpp728 void SkPath::addPath(const SkPath& path, SkScalar dx, SkScalar dy) { function in class:SkPath
732 this->addPath(path, matrix);
735 void SkPath::addPath(const SkPath& path, const SkMatrix& matrix) { function in class:SkPath
/external/webkit/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp641 addPath(Path::createRoundedRectangle(rects[i], FloatSize(radius, radius)));
819 addPath(p);
1053 void GraphicsContext::addPath(const Path& path) function in class:WebCore::GraphicsContext
1094 addPath(path);
1154 addPath(Path::createRoundedRectangle(r, topLeft, topRight, bottomLeft, bottomRight));
/external/webkit/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp193 void GraphicsContext::addPath(const Path& path) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp199 void GraphicsContext::addPath(const Path& path) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp658 void GraphicsContext::addPath(const Path& path) function in class:WebCore::GraphicsContext
661 newPath.addPath(path.platformPath());
953 newClip.addPath(clippedOut);
957 newClip.addPath(clippedOut.intersected(newClip));

Completed in 981 milliseconds

12