Home
last modified time | relevance | path

Searched refs:fDashPhase (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrStrokeInfo.h27 fDashPhase = src.fDashPhase;
48 fDashPhase = other.fDashPhase;
77 fDashPhase = dashInfo.fPhase; in setDashInfo()
91 fDashPhase = info.fPhase; in setDashInfo()
114 return fDashPhase; in getDashPhase()
143 SkScalar fDashPhase; variable
DGrStrokeInfo.cpp17 info.fPhase = fDashPhase; in applyDash()
/external/skia/experimental/PdfViewer/
DSkPdfGraphicsState.h180 SkScalar fDashPhase; member
344 fDashPhase = 0; in SkPdfGraphicsState()
DSkPdfGraphicsState.cpp30 fDashPhase))->unref(); in applyGraphicsState()
/external/skia/experimental/PdfViewer/src/
DSkPdfRenderer.cpp1984 pdfContext->fGraphicsState.fDashPhase = phase->scalarValue(); in skpdfGraphicsStateApplyD()
1985 if (pdfContext->fGraphicsState.fDashPhase == 0) { in skpdfGraphicsStateApplyD()
1987 pdfContext->fGraphicsState.fDashPhase = SkDoubleToScalar(total); in skpdfGraphicsStateApplyD()