HomeSort by relevance Sort by last modified time
    Searched refs:strokePath (Results 1 - 9 of 9) sorted by null

  /external/skia/gm/
getpostextpath.cpp 26 static void strokePath(SkCanvas* canvas, const SkPath& path) {
49 strokePath(canvas, path);
68 strokePath(canvas, path);
  /external/mdnsresponder/mDNSPosix/
parselog.py 201 c.strokePath()
209 c.strokePath()
221 c.strokePath()
241 c.strokePath()
  /external/skia/src/core/
SkStroke.h 65 void strokePath(const SkPath& path, SkPath*) const;
SkStrokeRec.cpp 125 stroker.strokePath(src, dst);
SkScalerContext.cpp 651 SkPath strokePath;
652 if (rec.applyToPath(&strokePath, localPath)) {
653 localPath.swap(strokePath);
SkStroke.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimpl.h 656 const GraphicsPath *strokePath,
662 strokePath ? strokePath->nativePath : NULL,
    [all...]
gdiplusheaders.h 267 const GraphicsPath *strokePath,
  /external/pdfium/core/src/fxge/skia/
fx_skia_device.cpp 207 stroker.strokePath(path_data, dstPathData);

Completed in 119 milliseconds