Searched refs:fConicWeight (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/samplecode/ |
H A D | SamplePathTessellators.cpp | 197 fPath.conicTo(600, 350, 400, 500, fConicWeight); in SamplePathTessellators() 214 float fConicWeight = .5; member in skgpu::SamplePathTessellators 258 caption.appendf(" (w=%g)", fConicWeight); in onDrawContent() 336 fConicWeight *= 2; in onChar() 337 fPath = update_weight(fPath, fConicWeight); in onChar() 340 fConicWeight *= 5/4.f; in onChar() 341 fPath = update_weight(fPath, fConicWeight); in onChar() 344 fConicWeight *= .5f; in onChar() 345 fPath = update_weight(fPath, fConicWeight); in onChar() 348 fConicWeight * in onChar() [all...] |
H A D | SampleStrokeVerb.cpp | 59 float fConicWeight = .5; member in StrokeVerbView 84 caption.appendf(" (w=%f)", fConicWeight); in onDrawContent() 118 fPath.conicTo(fPoints[1], fPoints[3], fConicWeight); in updatePath() 173 valueToScale = &fConicWeight; in onChar()
|
/third_party/skia/include/core/ |
H A D | SkPath.h | 1654 return fConicWeight; in conicWeight() 1660 SkScalar fConicWeight = 0; member in SkPath::RawIter
|
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 1849 fConicWeight = *weights; in next()
|
Completed in 13 milliseconds