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

  /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...]
gdiplusgraphics.h 410 const ImageAttributes *imageAttributes = NULL,
420 imageAttributes ? imageAttributes->nativeImageAttributes : NULL,
426 const ImageAttributes *imageAttributes = NULL,
436 imageAttributes ? imageAttributes->nativeImageAttributes : NULL,
441 const ImageAttributes *imageAttributes = NULL
    [all...]
gdiplusbrush.h 498 ImageAttributes *imageAttributes = NULL)
503 imageAttributes ? imageAttributes->nativeImageAttributes : NULL,
509 ImageAttributes *imageAttributes = NULL)
514 imageAttributes ? imageAttributes->nativeImageAttributes : 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...]
GdiPlusGpStubs.h 42 class ImageAttributes;
GdiPlusGraphics.h     [all...]
GdiPlusBrush.h 226 IN const ImageAttributes *imageAttributes = NULL)
232 (imageAttributes)?imageAttributes->nativeImageAttr:NULL,
246 IN const ImageAttributes *imageAttributes = NULL)
252 (imageAttributes)?imageAttributes->nativeImageAttr:NULL,

Completed in 175 milliseconds