HomeSort by relevance Sort by last modified time
    Searched refs:PDFDocumentImage (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/cg/
PDFDocumentImage.h 42 class PDFDocumentImage : public Image {
44 static PassRefPtr<PDFDocumentImage> create()
46 return adoptRef(new PDFDocumentImage);
50 virtual ~PDFDocumentImage();
65 PDFDocumentImage();
PDFDocumentImage.cpp 28 #include "PDFDocumentImage.h"
46 PDFDocumentImage::PDFDocumentImage()
54 PDFDocumentImage::~PDFDocumentImage()
59 String PDFDocumentImage::filenameExtension() const
64 IntSize PDFDocumentImage::size() const
76 bool PDFDocumentImage::dataChanged(bool allDataReceived)
98 void PDFDocumentImage::adjustCTM(GraphicsContext* context) const
122 void PDFDocumentImage::setCurrentPage(int page
    [all...]
  /external/webkit/Source/WebCore/loader/cache/
CachedImage.cpp 44 #include "PDFDocumentImage.h"
251 m_image = PDFDocumentImage::create();

Completed in 2258 milliseconds