Home
last modified time | relevance | path

Searched refs:fDocument (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/pdf/
DSkPDFDevice.cpp223 return new SkPDFDevice(cinfo.fInfo.dimensions(), fDocument); in onCreateDevice()
313 , fDocument(doc) in SkPDFDevice()
336 pageXform.postConcat(fDocument->currentPageTransform()); in drawAnnotation()
348 auto pg = fDocument->currentPage(); in drawAnnotation()
349 fDocument->fNamedDestinations.push_back(SkPDFNamedDestination{sk_ref_sp(value), p, pg}); in drawAnnotation()
374 fDocument->fCurrentPageLinks.push_back(std::move(link)); in drawAnnotation()
536 SkPDFGraphicState::kLuminosity_SMaskMode, fDocument), content.stream()); in internalDrawPathWithFilter()
548 SkPDFIndirectReference& noSMaskGS = fDocument->fNoSmaskGraphicState; in clearMaskOnGraphicState()
552 noSMaskGS = fDocument->emit(tmp); in clearMaskOnGraphicState()
836 const SkAdvancedTypefaceMetrics* metrics = SkPDFFont::GetMetrics(typeface, fDocument); in internalDrawGlyphRun()
[all …]
DSkPDFDevice.h62 return sk_make_sp<SkPDFDevice>(this->size(), fDocument); in makeCongruentDevice()
136 SkPDFDocument* fDocument; variable
/third_party/flutter/skia/src/pdf/
DSkPDFDevice.cpp200 return new SkPDFDevice(cinfo.fInfo.dimensions(), fDocument); in onCreateDevice()
290 , fDocument(doc) in SkPDFDevice()
310 const SkMatrix& pageXform = fDocument->currentPageTransform(); in drawAnnotation()
323 auto pg = fDocument->currentPage(); in drawAnnotation()
324 fDocument->fNamedDestinations.push_back(SkPDFNamedDestination{sk_ref_sp(value), p, pg}); in drawAnnotation()
341 fDocument->fCurrentPageLinkToURLs.push_back( in drawAnnotation()
344 fDocument->fCurrentPageLinkToDestinations.emplace_back( in drawAnnotation()
512 SkPDFGraphicState::kLuminosity_SMaskMode, fDocument), content.stream()); in internalDrawPathWithFilter()
524 SkPDFIndirectReference& noSMaskGS = fDocument->fNoSmaskGraphicState; in clearMaskOnGraphicState()
528 noSMaskGS = fDocument->emit(tmp); in clearMaskOnGraphicState()
[all …]
DSkPDFDevice.h62 return sk_make_sp<SkPDFDevice>(this->size(), fDocument); in makeCongruentDevice()
141 SkPDFDocument* fDocument; variable