/external/pdfium/xfa/fwl/theme/ |
D | cfwl_pushbuttontp.cpp | 35 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/ |
D | getpostextpath.cpp | 19 static void strokePath(SkCanvas* canvas, const SkPath& path) { in strokePath() function 43 strokePath(canvas, path); 64 strokePath(canvas, path);
|
/external/skqp/gm/ |
D | getpostextpath.cpp | 19 static void strokePath(SkCanvas* canvas, const SkPath& path) { in strokePath() function 43 strokePath(canvas, path); 64 strokePath(canvas, path);
|
/external/mdnsresponder/mDNSPosix/ |
D | parselog.py | 201 c.strokePath() 209 c.strokePath() 221 c.strokePath() 241 c.strokePath()
|
/external/skqp/src/core/ |
D | SkStroke.h | 66 void strokePath(const SkPath& path, SkPath*) const;
|
D | SkStrokeRec.cpp | 121 stroker.strokePath(src, dst); in applyToPath()
|
D | SkScalerContext.cpp | 609 SkPath strokePath; in internalGetPath() local 610 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath() 611 localPath.swap(strokePath); in internalGetPath()
|
D | SkStroke.cpp | 1383 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { in strokePath() function in SkStroke
|
/external/skia/src/core/ |
D | SkStroke.h | 66 void strokePath(const SkPath& path, SkPath*) const;
|
D | SkStrokeRec.cpp | 121 stroker.strokePath(src, dst); in applyToPath()
|
D | SkScalerContext.cpp | 637 SkPath strokePath; in internalGetPath() local 638 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath() 639 localPath.swap(strokePath); in internalGetPath()
|
D | SkStroke.cpp | 1379 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { in strokePath() function in SkStroke
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 760 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/ |
D | SkPaint_Reference.bmh | 1406 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/ |
D | SkPaint_Reference.bmh | 1598 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/ |
D | SampleAAGeometry.cpp | 1521 SkPath strokePath; in onDrawContent() local 1523 canvas->drawPath(strokePath, fSkeletonPaint); in onDrawContent()
|
/external/skia/samplecode/ |
D | SampleAAGeometry.cpp | 1521 SkPath strokePath; in onDrawContent() local 1523 canvas->drawPath(strokePath, fSkeletonPaint); in onDrawContent()
|