HomeSort by relevance Sort by last modified time
    Searched refs:applyGraphicsState (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/experimental/PdfViewer/
SkPdfGraphicsState.cpp 12 void SkPdfGraphicsState::applyGraphicsState(SkPaint* paint, bool stroking) {
14 fStroking.applyGraphicsState(paint);
16 fNonStroking.applyGraphicsState(paint);
SkPdfGraphicsState.h 74 void applyGraphicsState(SkPaint* paint) {
351 void applyGraphicsState(SkPaint* paint, bool stroking);
  /external/chromium_org/third_party/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp 345 pdfContext->fGraphicsState.applyGraphicsState(&paint, false);
616 pdfContext->fGraphicsState.applyGraphicsState(&paint, false);
661 pdfContext->fGraphicsState.applyGraphicsState(&paint, false);
    [all...]

Completed in 437 milliseconds