OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LoadMetafile
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/printing/
image_android.cc
9
bool Image::
LoadMetafile
(const Metafile& metafile) {
image_linux.cc
9
bool Image::
LoadMetafile
(const Metafile& metafile) {
image_mac.cc
15
bool Image::
LoadMetafile
(const Metafile& metafile) {
image_win.cc
52
bool Image::
LoadMetafile
(const Metafile& metafile) {
image.cc
29
success =
LoadMetafile
(data);
43
LoadMetafile
(metafile);
151
bool Image::
LoadMetafile
(const std::string& data) {
157
return
LoadMetafile
(metafile);
Completed in 718 milliseconds