HomeSort by relevance Sort by last modified time
    Searched defs:fContentStream (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFPage.h 105 SkAutoTUnref<SkPDFStream> fContentStream;
SkPDFDevice.cpp 252 fContentStream(contentStream) {
273 SkWStream* fContentStream;
284 fContentStream->writeText("q\n");
291 fContentStream->writeText("Q\n");
466 emit_clip(&clipPath, NULL, fContentStream);
496 emit_clip(&clipPath, NULL, fContentStream);
506 emit_clip(NULL, &translatedClip, fContentStream);
512 emit_clip(&translatedPath, NULL, fContentStream);
540 SkPDFUtils::AppendTransform(matrix, fContentStream);
548 SkPDFUtils::ApplyPattern(state.fShaderIndex, fContentStream);
    [all...]
  /external/skia/src/pdf/
SkPDFPage.h 105 SkAutoTUnref<SkPDFStream> fContentStream;
SkPDFDevice.cpp 252 fContentStream(contentStream) {
273 SkWStream* fContentStream;
284 fContentStream->writeText("q\n");
291 fContentStream->writeText("Q\n");
466 emit_clip(&clipPath, NULL, fContentStream);
496 emit_clip(&clipPath, NULL, fContentStream);
506 emit_clip(NULL, &translatedClip, fContentStream);
512 emit_clip(&translatedPath, NULL, fContentStream);
540 SkPDFUtils::AppendTransform(matrix, fContentStream);
548 SkPDFUtils::ApplyPattern(state.fShaderIndex, fContentStream);
    [all...]

Completed in 68 milliseconds