Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/
DSkPdfGraphicsState.cpp28 paint->setPathEffect(SkDashPathEffect::Create(fDashArray, in applyGraphicsState()
DSkPdfGraphicsState.h178 SkScalar fDashArray[256]; // TODO(edisonn): allocate array? member
/external/skia/experimental/PdfViewer/src/
DSkPdfRenderer.cpp1971 pdfContext->fGraphicsState.fDashArray[i] = intervals->objAtAIndex(i)->scalarValue(); in skpdfGraphicsStateApplyD()
1972 total += pdfContext->fGraphicsState.fDashArray[i]; in skpdfGraphicsStateApplyD()
1976 pdfContext->fGraphicsState.fDashArray[1] = pdfContext->fGraphicsState.fDashArray[0]; in skpdfGraphicsStateApplyD()