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

/external/skia/src/pdf/
H A DSkPDFDevice.cpp240 fContentStream(contentStream) {
261 SkWStream* fContentStream; member in class:GraphicStackState
272 fContentStream->writeText("q\n");
279 fContentStream->writeText("Q\n");
452 emit_clip(&clipPath, NULL, fContentStream);
482 emit_clip(&clipPath, NULL, fContentStream);
492 emit_clip(NULL, &translatedClip, fContentStream);
499 emit_clip(&translatedPath, NULL, fContentStream);
525 SkPDFUtils::AppendTransform(matrix, fContentStream);
533 SkPDFUtils::ApplyPattern(state.fShaderIndex, fContentStream);
[all...]

Completed in 124 milliseconds