OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreatePDF
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkDocument.h
51
static SkDocument*
CreatePDF
(
78
static SkDocument*
CreatePDF
(
/external/skia/include/core/
SkDocument.h
51
static SkDocument*
CreatePDF
(
78
static SkDocument*
CreatePDF
(
/external/skia/tests/
DocumentTest.cpp
12
SkAutoTUnref<SkDocument> doc(SkDocument::
CreatePDF
(&stream));
21
SkAutoTUnref<SkDocument> doc(SkDocument::
CreatePDF
(&stream));
45
SkAutoTUnref<SkDocument> doc(SkDocument::
CreatePDF
(path.c_str()));
71
SkAutoTUnref<SkDocument> doc(SkDocument::
CreatePDF
(path.c_str()));
89
SkAutoTUnref<SkDocument> doc(SkDocument::
CreatePDF
(&stream));
/external/chromium_org/third_party/skia/src/doc/
SkDocument_PDF.cpp
89
SkDocument* SkDocument::
CreatePDF
(SkWStream* stream, void (*done)(SkWStream*,bool),
99
SkDocument* SkDocument::
CreatePDF
(const char path[],
/external/skia/src/doc/
SkDocument_PDF.cpp
89
SkDocument* SkDocument::
CreatePDF
(SkWStream* stream, void (*done)(SkWStream*,bool),
99
SkDocument* SkDocument::
CreatePDF
(const char path[],
/external/skia/tools/
PdfRenderer.cpp
33
fPdfDoc.reset(SkDocument::
CreatePDF
(stream, NULL, fEncoder));
skhello.cpp
50
SkAutoTUnref<SkDocument> doc(SkDocument::
CreatePDF
(path));
/frameworks/base/core/jni/android/graphics/pdf/
PdfDocument.cpp
83
SkDocument* document = SkDocument::
CreatePDF
(stream);
/external/chromium_org/third_party/skia/src/utils/
SkLua.cpp
1022
SkDocument* doc = SkDocument::
CreatePDF
(file);
/external/skia/src/utils/
SkLua.cpp
1022
SkDocument* doc = SkDocument::
CreatePDF
(file);
/external/skia/gm/
gmmain.cpp
631
SkDocument::
CreatePDF
(&pdf, NULL,
[
all
...]
Completed in 299 milliseconds