Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.h63 return sk_make_sp<SkPDFDevice>(fPageSize, fDocument); in makeCongruentDevice()
205 SkPDFDocument* fDocument; variable
DSkPDFDevice.cpp452 return new SkPDFDevice(size, fDocument); in onCreateDevice()
455 SkPDFCanon* SkPDFDevice::getCanon() const { return fDocument->canon(); } in getCanon()
544 , fDocument(doc) in SkPDFDevice()
1427 SkPDFFont::GetMetrics(typeface, fDocument->canon()); in internalDrawText()
1922 SkPDFGraphicState::kAlpha_SMaskMode, fDocument->canon()); in drawFormXObjectWithMask()
2183 pdfShader = SkPDFMakeShader(fDocument, shader, transform, bounds); in populateGraphicStateEntryFromPaint()
2201 newGraphicState = SkPDFGraphicState::GetGraphicStateForPaint(fDocument->canon(), paint); in populateGraphicStateEntryFromPaint()
2205 newGraphicState = SkPDFGraphicState::GetGraphicStateForPaint(fDocument->canon(), newPaint); in populateGraphicStateEntryFromPaint()
2243 sk_sp<SkPDFFont> newFont = SkPDFFont::GetFontResource(fDocument->canon(), typeface, glyphID); in getFontResourceIndex()
2249 fDocument->registerFont(newFont.get()); in getFontResourceIndex()
[all …]