OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pdfDevice
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/include/pdf/
SkPDFDocument.h
60
* @param
pdfDevice
The page to add to this document.
62
SK_API bool setPage(int pageNumber, SkPDFDevice*
pdfDevice
);
67
* @param
pdfDevice
The page to add to this document.
69
SK_API bool appendPage(SkPDFDevice*
pdfDevice
);
/external/skia/include/pdf/
SkPDFDocument.h
60
* @param
pdfDevice
The page to add to this document.
62
SK_API bool setPage(int pageNumber, SkPDFDevice*
pdfDevice
);
67
* @param
pdfDevice
The page to add to this document.
69
SK_API bool appendPage(SkPDFDevice*
pdfDevice
);
/external/chromium_org/third_party/skia/src/pdf/
SkPDFDocument.cpp
229
bool SkPDFDocument::setPage(int pageNumber, SkPDFDevice*
pdfDevice
) {
245
SkPDFPage* page = new SkPDFPage(
pdfDevice
);
251
bool SkPDFDocument::appendPage(SkPDFDevice*
pdfDevice
) {
256
SkPDFPage* page = new SkPDFPage(
pdfDevice
);
SkPDFDevice.cpp
[
all
...]
/external/skia/src/pdf/
SkPDFDocument.cpp
229
bool SkPDFDocument::setPage(int pageNumber, SkPDFDevice*
pdfDevice
) {
245
SkPDFPage* page = new SkPDFPage(
pdfDevice
);
251
bool SkPDFDocument::appendPage(SkPDFDevice*
pdfDevice
) {
256
SkPDFPage* page = new SkPDFPage(
pdfDevice
);
SkPDFDevice.cpp
[
all
...]
Completed in 205 milliseconds