Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
H A DSkPDFGraphicStackState.cpp158 append_clip(*clipStack, bounds, fContentStream); in updateClip()
181 SkPDFUtils::AppendTransform(matrix, fContentStream); in updateMatrix()
189 SkPDFUtils::ApplyPattern(state.fShaderIndex, fContentStream); in updateDrawingState()
195 emit_pdf_color(state.fColor, fContentStream); in updateDrawingState()
196 fContentStream->writeText("RG "); in updateDrawingState()
197 emit_pdf_color(state.fColor, fContentStream); in updateDrawingState()
198 fContentStream->writeText("rg\n"); in updateDrawingState()
205 SkPDFUtils::ApplyGraphicState(state.fGraphicStateIndex, fContentStream); in updateDrawingState()
212 SkPDFUtils::AppendScalar(pdfScale, fContentStream); in updateDrawingState()
213 fContentStream in updateDrawingState()
[all...]
H A DSkPDFGraphicStackState.h28 SkDynamicMemoryWStream* fContentStream; member
30 SkPDFGraphicStackState(SkDynamicMemoryWStream* s = nullptr) : fContentStream(s) {} in SkPDFGraphicStackState()
H A DSkPDFDevice.cpp244 fContentStream = in ScopedContentEntry()
251 if (fContentStream) { in ~ScopedContentEntry()
260 explicit operator bool() const { return fContentStream != nullptr; } in operator bool()
261 SkDynamicMemoryWStream* stream() { return fContentStream; } in stream()
299 SkDynamicMemoryWStream* fContentStream = nullptr; member in ScopedContentEntry
1005 if (fActiveStackState.fContentStream) { in content()
1247 if (!fActiveStackState.fContentStream) { in setUpContentEntry()
1254 SkASSERT(fActiveStackState.fContentStream = &fContent); in setUpContentEntry()
1260 SkASSERT(fActiveStackState.fContentStream); in setUpContentEntry()
1277 return fActiveStackState.fContentStream; in setUpContentEntry()
[all...]

Completed in 3 milliseconds