OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pdfDevice
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/pdf/
SkPDFDocument.h
48
* @param
pdfDevice
The page to add to this document.
50
SK_API bool appendPage(const SkRefPtr<SkPDFDevice>&
pdfDevice
);
/external/skia/src/pdf/
SkPDFDocument.cpp
143
bool SkPDFDocument::appendPage(const SkRefPtr<SkPDFDevice>&
pdfDevice
) {
147
SkPDFPage* page = new SkPDFPage(
pdfDevice
);
SkPDFDevice.cpp
[
all
...]
Completed in 974 milliseconds