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

1 2

  /external/chromium_org/third_party/skia/gm/
getpostextpath.cpp 29 static void strokePath(SkCanvas* canvas, const SkPath& path) {
51 strokePath(canvas, path);
70 strokePath(canvas, path);
  /external/skia/gm/
getpostextpath.cpp 29 static void strokePath(SkCanvas* canvas, const SkPath& path) {
51 strokePath(canvas, path);
70 strokePath(canvas, path);
  /external/chromium_org/third_party/skia/src/core/
SkStroke.h 44 void strokePath(const SkPath& path, SkPath*) const;
SkStrokeRec.cpp 111 stroker.strokePath(src, dst);
SkScalerContext.cpp 870 SkPath strokePath;
871 if (rec.applyToPath(&strokePath, localPath)) {
872 localPath.swap(strokePath);
    [all...]
SkStroke.cpp 548 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const {
  /external/skia/src/core/
SkStroke.h 44 void strokePath(const SkPath& path, SkPath*) const;
SkStrokeRec.cpp 111 stroker.strokePath(src, dst);
SkScalerContext.cpp 870 SkPath strokePath;
871 if (rec.applyToPath(&strokePath, localPath)) {
872 localPath.swap(strokePath);
    [all...]
SkStroke.cpp 548 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceSolidColor.cpp 97 context->strokePath(*path);
RenderSVGResourceGradient.cpp 145 context->strokePath(*path);
RenderSVGResourcePattern.cpp 187 context->strokePath(*path);
RenderSVGShape.cpp 87 context->strokePath(*usePath);
  /external/mdnsresponder/mDNSPosix/
parselog.py 201 c.strokePath()
209 c.strokePath()
221 c.strokePath()
241 c.strokePath()
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusLineCaps.h 21 IN const GraphicsPath* strokePath,
32 if(strokePath)
33 nativeStrokePath = strokePath->nativePath;
GdiPlusHeaders.h 690 IN const GraphicsPath* strokePath,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Path.cpp 78 SkPath strokePath;
79 paint.getFillPath(m_path, &strokePath);
81 return SkPathContainsPoint(strokePath, point, SkPath::kWinding_FillType);
GraphicsContext.h 256 void strokePath(const Path&);
GraphicsContextTest.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/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp 128 context->strokePath(quadPath);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp     [all...]

Completed in 410 milliseconds

1 2