Home
last modified time | relevance | path

Searched refs:strokePath (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/xfa/fwl/theme/
Dcfwl_pushbuttontp.cpp35 CXFA_GEPath strokePath; in DrawBackground() local
36 strokePath.MoveTo( in DrawBackground()
38 strokePath.LineTo(CFX_PointF(fRight - PUSHBUTTON_SIZE_Corner, rect.top)); in DrawBackground()
39 strokePath.LineTo(CFX_PointF(fRight, rect.top + PUSHBUTTON_SIZE_Corner)); in DrawBackground()
40 strokePath.LineTo(CFX_PointF(fRight, fBottom - PUSHBUTTON_SIZE_Corner)); in DrawBackground()
41 strokePath.LineTo(CFX_PointF(fRight - PUSHBUTTON_SIZE_Corner, fBottom)); in DrawBackground()
42 strokePath.LineTo( in DrawBackground()
44 strokePath.LineTo( in DrawBackground()
46 strokePath.LineTo( in DrawBackground()
48 strokePath.LineTo( in DrawBackground()
[all …]
/external/skia/gm/
Dgetpostextpath.cpp19 static void strokePath(SkCanvas* canvas, const SkPath& path) { in strokePath() function
43 strokePath(canvas, path);
64 strokePath(canvas, path);
/external/skqp/gm/
Dgetpostextpath.cpp19 static void strokePath(SkCanvas* canvas, const SkPath& path) { in strokePath() function
43 strokePath(canvas, path);
64 strokePath(canvas, path);
/external/mdnsresponder/mDNSPosix/
Dparselog.py201 c.strokePath()
209 c.strokePath()
221 c.strokePath()
241 c.strokePath()
/external/skqp/src/core/
DSkStroke.h66 void strokePath(const SkPath& path, SkPath*) const;
DSkStrokeRec.cpp121 stroker.strokePath(src, dst); in applyToPath()
DSkScalerContext.cpp609 SkPath strokePath; in internalGetPath() local
610 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath()
611 localPath.swap(strokePath); in internalGetPath()
DSkStroke.cpp1383 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { in strokePath() function in SkStroke
/external/skia/src/core/
DSkStroke.h66 void strokePath(const SkPath& path, SkPath*) const;
DSkStrokeRec.cpp121 stroker.strokePath(src, dst); in applyToPath()
DSkScalerContext.cpp637 SkPath strokePath; in internalGetPath() local
638 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath()
639 localPath.swap(strokePath); in internalGetPath()
DSkStroke.cpp1379 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { in strokePath() function in SkStroke
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp760 SkPath strokePath; in FlushPath() local
764 skPaint.getFillPath(m_skPath, &strokePath); in FlushPath()
765 if (Op(m_skPath, strokePath, SkPathOp::kDifference_SkPathOp, in FlushPath()
766 &strokePath)) { in FlushPath()
767 fillPath = &strokePath; in FlushPath()
1924 SkPath strokePath; in DrawPath() local
1928 skPaint.getFillPath(skPath, &strokePath); in DrawPath()
1929 if (Op(skPath, strokePath, SkPathOp::kDifference_SkPathOp, in DrawPath()
1930 &strokePath)) { in DrawPath()
1931 fillPath = &strokePath; in DrawPath()
/external/skia/docs/
DSkPaint_Reference.bmh1406 SkPath strokePath;
1407 strokePath.moveTo(.08f, .08f);
1408 strokePath.quadTo(.09f, .08f, .17f, .17f);
1414 strokePaint.getFillPath(strokePath, &fillPath, nullptr, precision);
1420 strokePath.transform(scale);
1422 canvas->drawPath(strokePath, strokePaint);
1439 SkPath strokePath;
1440 strokePath.moveTo(20, 20);
1441 strokePath.lineTo(100, 100);
1442 canvas->drawPath(strokePath, paint);
[all …]
/external/skqp/docs/
DSkPaint_Reference.bmh1598 SkPath strokePath;
1599 strokePath.moveTo(.08f, .08f);
1600 strokePath.quadTo(.09f, .08f, .17f, .17f);
1606 strokePaint.getFillPath(strokePath, &fillPath, nullptr, precision);
1612 strokePath.transform(scale);
1614 canvas->drawPath(strokePath, strokePaint);
1631 SkPath strokePath;
1632 strokePath.moveTo(20, 20);
1633 strokePath.lineTo(100, 100);
1634 canvas->drawPath(strokePath, paint);
[all …]
/external/skqp/samplecode/
DSampleAAGeometry.cpp1521 SkPath strokePath; in onDrawContent() local
1523 canvas->drawPath(strokePath, fSkeletonPaint); in onDrawContent()
/external/skia/samplecode/
DSampleAAGeometry.cpp1521 SkPath strokePath; in onDrawContent() local
1523 canvas->drawPath(strokePath, fSkeletonPaint); in onDrawContent()