Home
last modified time | relevance | path

Searched refs:fStrokeDevWidth (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp127 , fStrokeDevWidth(strokeDevWidth) in SingleDraw()
157 !fShape.style().strokeRec().isFillStyle() && fStrokeDevWidth < 1) { in finalize()
171 float coverage = fStrokeDevWidth; in finalize()
174 fStrokeDevWidth = 1; in finalize()
365 fMaskDevIBounds, fMatrix, fShape, fStrokeDevWidth, &devBounds, &devBounds45, in setupResources()
DGrCCDrawPathsOp.h103 float fStrokeDevWidth; variable