Home
last modified time | relevance | path

Searched refs:pathType (Results 1 – 3 of 3) sorted by relevance

/external/skia/bench/
DStrokeBench.cpp16 StrokeBench(const SkPath& path, const SkPaint& paint, const char pathType[], SkScalar res) in StrokeBench() argument
20 pathType, paint.getStrokeWidth(), paint.getStrokeJoin(), paint.getStrokeCap()); in StrokeBench()
/external/skqp/bench/
DStrokeBench.cpp16 StrokeBench(const SkPath& path, const SkPaint& paint, const char pathType[], SkScalar res) in StrokeBench() argument
20 pathType, paint.getStrokeWidth(), paint.getStrokeJoin(), paint.getStrokeCap()); in StrokeBench()
/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go312 func (d *FileDescriptor) goFileName(pathType pathType) string {
319 if pathType == pathTypeSourceRelative {
427 pathType pathType // How to generate output filenames. member
433 type pathType int type
436 pathTypeImport pathType = iota
487 g.pathType = pathTypeImport
489 g.pathType = pathTypeSourceRelative
1099 fname := file.goFileName(g.pathType)
1108 Name: proto.String(file.goFileName(g.pathType) + ".meta"),