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

  /external/pdfium/xfa/fwl/theme/
cfwl_pushbuttontp.cpp 35 CXFA_GEPath strokePath;
36 strokePath.MoveTo(
38 strokePath.LineTo(CFX_PointF(fRight - PUSHBUTTON_SIZE_Corner, rect.top));
39 strokePath.LineTo(CFX_PointF(fRight, rect.top + PUSHBUTTON_SIZE_Corner));
40 strokePath.LineTo(CFX_PointF(fRight, fBottom - PUSHBUTTON_SIZE_Corner));
41 strokePath.LineTo(CFX_PointF(fRight - PUSHBUTTON_SIZE_Corner, fBottom));
42 strokePath.LineTo(
44 strokePath.LineTo(
46 strokePath.LineTo(
48 strokePath.LineTo
    [all...]
  /external/skia/gm/
getpostextpath.cpp 16 static void strokePath(SkCanvas* canvas, const SkPath& path) {
38 strokePath(canvas, path);
57 strokePath(canvas, path);
reveal.cpp 126 stroke.strokePath(p, &stroked);
  /external/skqp/gm/
getpostextpath.cpp 16 static void strokePath(SkCanvas* canvas, const SkPath& path) {
38 strokePath(canvas, path);
57 strokePath(canvas, path);
reveal.cpp 126 stroke.strokePath(p, &stroked);
  /external/skia/src/core/
SkStroke.h 65 void strokePath(const SkPath& path, SkPath*) const;
SkStrokeRec.cpp 121 stroker.strokePath(src, dst);
SkScalerContext.cpp 600 SkPath strokePath;
601 if (rec.applyToPath(&strokePath, localPath)) {
602 localPath.swap(strokePath);
    [all...]
SkStroke.cpp     [all...]
  /external/skqp/src/core/
SkStroke.h 65 void strokePath(const SkPath& path, SkPath*) const;
SkStrokeRec.cpp 121 stroker.strokePath(src, dst);
SkScalerContext.cpp 606 SkPath strokePath;
607 if (rec.applyToPath(&strokePath, localPath)) {
608 localPath.swap(strokePath);
    [all...]
SkStroke.cpp     [all...]
  /external/mdnsresponder/mDNSPosix/
parselog.py 201 c.strokePath()
209 c.strokePath()
221 c.strokePath()
241 c.strokePath()
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 760 SkPath strokePath;
764 skPaint.getFillPath(m_skPath, &strokePath);
765 if (Op(m_skPath, strokePath, SkPathOp::kDifference_SkPathOp,
766 &strokePath)) {
767 fillPath = &strokePath;
    [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/skia/samplecode/
SampleAAGeometry.cpp     [all...]
  /external/skqp/samplecode/
SampleAAGeometry.cpp     [all...]

Completed in 504 milliseconds