Searched refs:SkStroke (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/core/ |
D | SkStroke.h | 28 class SkStroke { 30 SkStroke(); 31 SkStroke(const SkPaint&); 32 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
|
D | SkStroke.cpp | 1274 SkStroke::SkStroke() { in SkStroke() function in SkStroke 1282 SkStroke::SkStroke(const SkPaint& p) { in SkStroke() function in SkStroke 1290 SkStroke::SkStroke(const SkPaint& p, SkScalar width) { in SkStroke() function in SkStroke 1298 void SkStroke::setWidth(SkScalar width) { in setWidth() 1303 void SkStroke::setMiterLimit(SkScalar miterLimit) { in setMiterLimit() 1308 void SkStroke::setCap(SkPaint::Cap cap) { in setCap() 1313 void SkStroke::setJoin(SkPaint::Join join) { in setJoin() 1346 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { in strokePath() 1492 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst, in strokeRect()
|
D | SkStrokeRec.cpp | 110 SkStroke stroker; in applyToPath()
|
/external/skia/gyp/ |
D | core.gypi | 271 '<(skia_src_path)/core/SkStroke.h', 272 '<(skia_src_path)/core/SkStroke.cpp',
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_device.cpp | 246 SkStroke stroker; in SkRasterizeStroke()
|
/external/skia/experimental/iOSSampleApp/iOSSampleApp.xcodeproj/ |
D | project.pbxproj | 137 …260E02FD13B1225D0064D447 /* SkStroke.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 260E028513… 659 …4D447 /* SkStroke.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode… 798 …B1225D0064D447 /* SkStroke.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 1672 260E01F513B1225D0064D447 /* SkStroke.h */, 1846 260E028513B1225D0064D447 /* SkStroke.cpp */, 3034 260E02FD13B1225D0064D447 /* SkStroke.cpp in Sources */,
|
/external/skia/ |
D | Android.mk | 253 src/core/SkStroke.cpp \
|