Home
last modified time | relevance | path

Searched refs:fConicWeight (Results 1 – 7 of 7) sorted by relevance

/external/skia/samplecode/
DSampleStrokeVerb.cpp59 float fConicWeight = .5; member in CCPRGeometryView
84 caption.appendf(" (w=%f)", fConicWeight); in onDrawContent()
118 fPath.conicTo(fPoints[1], fPoints[3], fConicWeight); in updatePath()
173 valueToScale = &fConicWeight; in onChar()
/external/skqp/samplecode/
DSampleCCPRGeometry.cpp67 float fConicWeight = .5; member in CCPRGeometryView
214 caption.appendf(" (w=%f)", fConicWeight); in onDrawContent()
289 geometry.conicTo(P3, fConicWeight); in updateGpuData()
290 fPath.conicTo(fPoints[1], fPoints[3], fConicWeight); in updateGpuData()
455 valueToScale = &fConicWeight; in onQuery()
/external/skqp/src/gpu/ccpr/
DGrCCStrokeGeometry.h72 float fConicWeight; // Round joins only. member
DGrCCStrokeGeometry.cpp499 fParams.push_back().fConicWeight = conicWeight; in recordRoundJoin()
DGrCCStroker.cpp640 conicWeight = params[paramsIdx++].fConicWeight; in prepareToDraw()
/external/skia/include/core/
DSkPath.h1654 return fConicWeight; in conicWeight()
1660 SkScalar fConicWeight = 0; variable
/external/skia/src/core/
DSkPath.cpp1841 fConicWeight = *weights; in next()