Searched refs:fDocument (Results 1 – 2 of 2) sorted by relevance
223 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 …]
62 return sk_make_sp<SkPDFDevice>(this->size(), fDocument); in makeCongruentDevice()136 SkPDFDocument* fDocument; variable