HomeSort by relevance Sort by last modified time
    Searched refs:SkPath (Results 76 - 100 of 114) sorted by null

1 2 34 5

  /external/skia/tests/
PathMeasureTest.cpp 5 SkPath path;
  /external/skia/src/core/
SkScalerContext.cpp 314 SkPath devPath, fillPath;
401 SkPath devPath, fillPath;
516 void SkScalerContext::getPath(const SkGlyph& glyph, SkPath* path)
532 void SkScalerContext::internalGetPath(const SkGlyph& glyph, SkPath* fillPath, SkPath* devPath, SkMatrix* fillToDevMatrix)
534 SkPath path;
544 SkPath localPath;
556 SkPath effectPath;
565 SkPath outline;
659 virtual void generatePath(const SkGlyph& glyph, SkPath* path) {
    [all...]
SkPicturePlayback.h 10 #include "SkPath.h"
67 const SkPath& getPath() {
137 void dumpPath(const SkPath& path) const;
SkDraw.cpp 608 SkPath path;
634 SkPath path;
672 SkPath tmp;
674 tmp.setFillType(SkPath::kWinding_FillType);
799 void SkDraw::drawPath(const SkPath& origSrcPath, const SkPaint& paint,
809 SkPath* pathPtr = (SkPath*)&origSrcPath;
811 SkPath tmpPath;
818 SkPath* result = pathPtr;
877 SkPath* devPathPtr = pathIsMutable ? pathPtr : &tmpPath
    [all...]
SkCanvas.cpp 846 SkPath path;
853 bool SkCanvas::clipPath(const SkPath& path, SkRegion::Op op) {
858 SkPath devPath;
934 bool SkCanvas::quickReject(const SkPath& path, EdgeType et) const {
    [all...]
SkGlyphCache.cpp 85 SkPath* path = (*gptr)->fPath;
321 const SkPath* SkGlyphCache::findPath(const SkGlyph& glyph) {
324 const_cast<SkGlyph&>(glyph).fPath = SkNEW(SkPath);
326 fMemoryUsed += sizeof(SkPath) +
SkGlyphCache.h 87 const SkPath* findPath(const SkGlyph&);
SkPicturePlayback.cpp 537 const SkPath& path = getPath();
684 const SkPath& path = getPath();
795 const SkPath& path = fPaths[index];
846 fPaths = new SkPath[fPathCount];
912 const SkPath& path = fPaths[index];
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 52 extern bool isPathSkiaSafe(const SkMatrix& transform, const SkPath& path);
101 WTF::Vector<SkPath> m_antiAliasClipPaths;
258 void PlatformContextSkia::clipPathAntiAliased(const SkPath& clipPath)
524 void PlatformContextSkia::addPath(const SkPath& path)
529 SkPath PlatformContextSkia::currentPathInLocalCoordinates() const
531 SkPath localPath = m_path;
535 return SkPath();
540 void PlatformContextSkia::setFillRule(SkPath::FillType fr)
589 void PlatformContextSkia::applyAntiAliasedClipPaths(WTF::Vector<SkPath>& paths)
619 paths[i].setFillType(SkPath::kInverseWinding_FillType)
    [all...]
  /external/skia/src/effects/
SkDashPathEffect.cpp 82 bool SkDashPathEffect::filterPath(SkPath* dst, const SkPath& src, SkScalar* width)
  /external/skia/src/utils/
SkCullPoints.cpp 130 #include "SkPath.h"
137 SkCullPointsPath::SkCullPointsPath(const SkIRect& r, SkPath* dst)
142 void SkCullPointsPath::reset(const SkIRect& r, SkPath* dst)
SkProxyCanvas.cpp 70 bool SkProxyCanvas::clipPath(const SkPath& path, SkRegion::Op op) {
91 void SkProxyCanvas::drawPath(const SkPath& path, const SkPaint& paint) {
132 const SkPath& path, const SkMatrix* matrix,
SkNWayCanvas.cpp 133 bool SkNWayCanvas::clipPath(const SkPath& path, SkRegion::Op op) {
171 void SkNWayCanvas::drawPath(const SkPath& path, const SkPaint& paint) {
236 const SkPath& path, const SkMatrix* matrix,
  /external/skia/include/core/
SkShader.h 26 class SkPath;
SkRegion.h 22 class SkPath;
84 bool getBoundaryPath(SkPath* path) const;
110 bool setPath(const SkPath&, const SkRegion& clip);
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 115 virtual void generatePath(const SkGlyph& glyph, SkPath* path);
811 SkPath* path = (SkPath*)ctx;
818 SkPath* path = (SkPath*)ctx;
825 SkPath* path = (SkPath*)ctx;
832 SkPath* path = (SkPath*)ctx;
839 SkPath* path)
    [all...]
  /external/skia/src/gl/
SkGL.h 21 class SkPath;
279 static void FillPath(const SkPath& path, const SkPaint& paint, bool useTex,
281 static void DrawPath(const SkPath& path, bool useTex, SkGLClipIter*);
  /frameworks/base/core/jni/android/graphics/
PathEffect.cpp 43 const SkPath* shape, float advance, float phase, int style) {
Region.cpp 2 #include "SkPath.h"
34 const SkPath* path, const SkRegion* clip) {
44 static jboolean Region_getBoundaryPath(JNIEnv* env, jobject, const SkRegion* region, SkPath* path) {
  /external/skia/src/animator/
SkMatrixParts.cpp 250 SkPath& sourcePath = source->getPath();
252 SkPath& destPath = destination->getPath();
SkDrawExtraPathEffect.cpp 113 virtual SkScalar next(SkPath* dst, SkScalar distance, SkPathMeasure& )
242 virtual void begin(const SkIRect& uvBounds, SkPath* )
248 virtual void next(const SkPoint& loc, int u, int v, SkPath* dst)
  /external/webkit/WebCore/platform/graphics/android/
android_graphics.cpp 33 #include "SkPath.h"
80 SkPath path;
  /external/webkit/WebKit/android/nav/
FindCanvas.h 138 const SkPath& path, const SkMatrix* matrix,
SelectText.cpp     [all...]
FindCanvas.cpp 568 SkPath matchPath;
614 SkPath matchPath;
617 SkPath blurPath;

Completed in 887 milliseconds

1 2 34 5