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

  /external/skia/experimental/PdfViewer/
SkPdfUtils.cpp 15 void SkTraceMatrix(const SkMatrix& matrix, const char* sz) {
SkPdfUtils.h 72 void SkTraceMatrix(const SkMatrix& matrix, const char* sz);
75 #define SkTraceMatrix(a,b)
  /external/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp 695 SkTraceMatrix(pdfContext->fGraphicsState.fCTM, "Current matrix");
706 SkTraceMatrix(pdfContext->fGraphicsState.fCTM, "Total matrix");
754 SkTraceMatrix(pdfContext->fGraphicsState.fContentStreamMatrix, "Current Content stream matrix");
761 SkTraceMatrix(pdfContext->fGraphicsState.fContentStreamMatrix, "Total Content stream matrix");
802 SkTraceMatrix(pdfContext->fGraphicsState.fCTM, "Total matrix");
    [all...]

Completed in 59 milliseconds