OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PdfMetafileCg
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/printing/
pdf_metafile_cg_mac.h
29
class PRINTING_EXPORT
PdfMetafileCg
: public Metafile {
31
PdfMetafileCg
();
32
virtual ~
PdfMetafileCg
();
85
// Whether this instantiation of the
PdfMetafileCg
owns the thread_pdf_docs.
88
DISALLOW_COPY_AND_ASSIGN(
PdfMetafileCg
);
pdf_metafile_cg_mac.cc
29
// drawing certain PDFs into PDF contexts. So at the high-level, a
PdfMetafileCg
31
// the callstack, a
PdfMetafileCg
is used to hold the source PDF. If the source
34
//
PdfMetafileCg
creates a pool for deeper instantiations to dump their used
47
PdfMetafileCg
::
PdfMetafileCg
()
58
PdfMetafileCg
::~
PdfMetafileCg
() {
71
bool
PdfMetafileCg
::Init() {
97
bool
PdfMetafileCg
::InitFromData(const void* src_buffer,
113
SkBaseDevice*
PdfMetafileCg
::StartPageForVectorCanvas
[
all
...]
Completed in 164 milliseconds