Lines Matching +defs:val +defs:path
211 void AddPath(const sktext::GlyphRun& glyphRun, const SkPoint& offset, SkPath* path) { in AddPath()
219 [](const SkPath* path, const SkMatrix& mx, void* ctx) { in AddPath()
312 void addAttribute(const char name[], const char val[]) { in addAttribute()
316 void addAttribute(const char name[], const SkString& val) { in addAttribute()
320 void addAttribute(const char name[], int32_t val) { in addAttribute()
324 void addAttribute(const char name[], SkScalar val) { in addAttribute()
677 void SkSVGDevice::AutoElement::addPathAttributes(const SkPath& path, in addPathAttributes()
818 AutoElement path("path", fWriter); in syncClipStack() local
879 SkPathBuilder path; in drawPoints() local
953 void SkSVGDevice::drawPath(const SkPath& path, const SkPaint& paint, bool pathIsMutable) { in drawPath()
1147 SkPath path; in onDrawGlyphRunList() local