Searched refs:fDashArray (Results 1 – 3 of 3) sorted by relevance
28 paint->setPathEffect(SkDashPathEffect::Create(fDashArray, in applyGraphicsState()
178 SkScalar fDashArray[256]; // TODO(edisonn): allocate array? member
1971 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()