Searched refs:applyGraphicsState (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkPdfGraphicsState.cpp12 void SkPdfGraphicsState::applyGraphicsState(SkPaint* paint, bool stroking) { function in class:SkPdfGraphicsState
14 fStroking.applyGraphicsState(paint);
16 fNonStroking.applyGraphicsState(paint);
H A DSkPdfGraphicsState.h74 void applyGraphicsState(SkPaint* paint) { function in class:SkPdfColorOperator
351 void applyGraphicsState(SkPaint* paint, bool stroking);
/external/skia/experimental/PdfViewer/
H A DSkPdfGraphicsState.cpp12 void SkPdfGraphicsState::applyGraphicsState(SkPaint* paint, bool stroking) { function in class:SkPdfGraphicsState
14 fStroking.applyGraphicsState(paint);
16 fNonStroking.applyGraphicsState(paint);
H A DSkPdfGraphicsState.h74 void applyGraphicsState(SkPaint* paint) { function in class:SkPdfColorOperator
351 void applyGraphicsState(SkPaint* paint, bool stroking);
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp345 pdfContext->fGraphicsState.applyGraphicsState(&paint, false);
616 pdfContext->fGraphicsState.applyGraphicsState(&paint, false);
661 pdfContext->fGraphicsState.applyGraphicsState(&paint, false);
1254 pdfContext->fGraphicsState.applyGraphicsState(&paint, false);
1337 pdfContext->fGraphicsState.applyGraphicsState(&paint, false);
1357 pdfContext->fGraphicsState.applyGraphicsState(&paint, true);
/external/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp345 pdfContext->fGraphicsState.applyGraphicsState(&paint, false);
616 pdfContext->fGraphicsState.applyGraphicsState(&paint, false);
661 pdfContext->fGraphicsState.applyGraphicsState(&paint, false);
1254 pdfContext->fGraphicsState.applyGraphicsState(&paint, false);
1337 pdfContext->fGraphicsState.applyGraphicsState(&paint, false);
1357 pdfContext->fGraphicsState.applyGraphicsState(&paint, true);

Completed in 310 milliseconds