Lines Matching refs:fContentStream
158 append_clip(*clipStack, bounds, fContentStream);
181 SkPDFUtils::AppendTransform(matrix, fContentStream);
189 SkPDFUtils::ApplyPattern(state.fShaderIndex, fContentStream);
195 emit_pdf_color(state.fColor, fContentStream);
196 fContentStream->writeText("RG ");
197 emit_pdf_color(state.fColor, fContentStream);
198 fContentStream->writeText("rg\n");
205 SkPDFUtils::ApplyGraphicState(state.fGraphicStateIndex, fContentStream);
212 SkPDFUtils::AppendScalar(pdfScale, fContentStream);
213 fContentStream->writeText(" Tz\n");
221 fContentStream->writeText("q\n");
228 fContentStream->writeText("Q\n");
234 if (fContentStream) {