Searched refs:strokePath (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/xfa/src/fwl/src/theme/ |
D | pushbuttontp.cpp | 42 CFX_Path strokePath; in DrawBackground() local 43 strokePath.Create(); in DrawBackground() 44 strokePath.MoveTo(rect.left + PUSHBUTTON_SIZE_Corner, rect.top); in DrawBackground() 45 strokePath.LineTo(fRight - PUSHBUTTON_SIZE_Corner, rect.top); in DrawBackground() 46 strokePath.LineTo(fRight, rect.top + PUSHBUTTON_SIZE_Corner); in DrawBackground() 47 strokePath.LineTo(fRight, fBottom - PUSHBUTTON_SIZE_Corner); in DrawBackground() 48 strokePath.LineTo(fRight - PUSHBUTTON_SIZE_Corner, fBottom); in DrawBackground() 49 strokePath.LineTo(rect.left + PUSHBUTTON_SIZE_Corner, fBottom); in DrawBackground() 50 strokePath.LineTo(rect.left, fBottom - PUSHBUTTON_SIZE_Corner); in DrawBackground() 51 strokePath.LineTo(rect.left, rect.top + PUSHBUTTON_SIZE_Corner); in DrawBackground() [all …]
|
/external/skia/gm/ |
D | getpostextpath.cpp | 15 static void strokePath(SkCanvas* canvas, const SkPath& path) { in strokePath() function 37 strokePath(canvas, path); 56 strokePath(canvas, path);
|
/external/mdnsresponder/mDNSPosix/ |
D | parselog.py | 201 c.strokePath() 209 c.strokePath() 221 c.strokePath() 241 c.strokePath()
|
/external/skia/src/core/ |
D | SkStroke.h | 65 void strokePath(const SkPath& path, SkPath*) const;
|
D | SkRemote.h | 100 virtual void strokePath(ID path, CommonIDs, ID stroke) = 0;
|
D | SkStrokeRec.cpp | 121 stroker.strokePath(src, dst); in applyToPath()
|
D | SkRemote.cpp | 219 fEncoder->strokePath(p, common, this->id(Stroke::CreateFrom(paint))); in onDrawPath() 522 void strokePath(ID path, CommonIDs common, ID stroke) override { in strokePath() function in SkRemote::Decoder 700 void strokePath(ID path, CommonIDs common, ID stroke) override { in strokePath() function in SkRemote::CachingEncoder 701 fWrapped->strokePath(path, common, stroke); in strokePath()
|
D | SkScalerContext.cpp | 651 SkPath strokePath; in internalGetPath() local 652 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath() 653 localPath.swap(strokePath); in internalGetPath()
|
D | SkStroke.cpp | 1346 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { in strokePath() function in SkStroke
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_device.cpp | 252 stroker.strokePath(path_data, dstPathData); in SkRasterizeStroke()
|