Home | History | Annotate | Download | only in pepper

Lines Matching defs:metafile

95 #include "printing/metafile.h"
1738 // The canvas only has a metafile on it for print preview.
1942 // On Linux we just set the final bits in the native metafile
1945 printing::Metafile* metafile =
1947 DCHECK(metafile != NULL);
1948 if (metafile)
1949 ret = metafile->InitFromData(mapper.data(), mapper.size());
1951 printing::Metafile* metafile =
1953 if (metafile) {
1954 // We only have a metafile when doing print preview, so we just want to
1956 ret = metafile->InitFromData(mapper.data(), mapper.size());
1975 // Current metafile is based on screen DC and have current screen size.