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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusimageAttributes.h 28 // that have been set into the default ImageAttributes until their own
38 class ImageAttributes : public GdiplusBase
45 ImageAttributes()
51 ~ImageAttributes()
56 ImageAttributes* Clone() const
64 return new ImageAttributes(clone, lastResult);
367 ImageAttributes(const ImageAttributes &);
368 ImageAttributes& operator=(const ImageAttributes &);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimageattributes.h 4 * GDI+ ImageAttributes class
33 class ImageAttributes: public GdiplusBase
39 ImageAttributes(): nativeImageAttributes(NULL), lastStatus(Ok)
44 ~ImageAttributes()
48 ImageAttributes* Clone() const
54 ImageAttributes *result = new ImageAttributes(
220 ImageAttributes(GpImageAttributes *imageAttributes, Status status):
221 nativeImageAttributes(imageAttributes), lastStatus(status) {
    [all...]

Completed in 320 milliseconds