HomeSort by relevance Sort by last modified time
    Searched defs:CachedBitmap (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusCachedBitmap.h 7 * CachedBitmap class definition
11 * CachedBitmap is a representation of an accelerated drawing
24 * CachedBitmap
29 * Graphics object. The memory storage for the CachedBitmap is opaque
43 CachedBitmap::CachedBitmap(
57 CachedBitmap::~CachedBitmap()
63 CachedBitmap::GetLastStatus() const
GdiPlusHeaders.h 588 friend class CachedBitmap;
769 class CachedBitmap : public GdiplusBase
774 CachedBitmap(IN Bitmap *bitmap,
776 virtual ~CachedBitmap();
783 CachedBitmap(const CachedBitmap &);
784 CachedBitmap& operator=(const CachedBitmap &);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 4 * GDI+ Bitmap, CachedBitmap, CustomLineCap, Font, FontCollection,
55 friend class CachedBitmap;
239 class CachedBitmap: public GdiplusBase
244 CachedBitmap(Bitmap *bitmap, Graphics *graphics);
245 ~CachedBitmap();
253 CachedBitmap(const CachedBitmap&);
254 CachedBitmap& operator=(const CachedBitmap&);
gdiplusimpl.h 4 * GDI+ Bitmap, CachedBitmap, CustomLineCap, Font, FontCollection, FontFamily,
635 // CachedBitmap
637 __inline__ CachedBitmap::CachedBitmap(Bitmap *bitmap, Graphics *graphics):
646 __inline__ CachedBitmap::~CachedBitmap()
    [all...]

Completed in 114 milliseconds