Searched refs:PixelFormat (Results 1 - 25 of 37) sorted by relevance

12

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/gdiplus/
H A Dgdipluspixelformats.h30 typedef INT PixelFormat; typedef
95 static __inline__ UINT GetPixelFormatSize(PixelFormat pixfmt)
100 static __inline__ BOOL IsAlphaPixelFormat(PixelFormat pixfmt)
105 static __inline__ BOOL IsCanonicalPixelFormat(PixelFormat pixfmt)
110 static __inline__ BOOL IsExtendedPixelFormat(PixelFormat pixfmt)
115 static __inline__ BOOL IsIndexedPixelFormat(PixelFormat pixfmt)
H A Dgdiplusheaders.h107 PixelFormat GetPixelFormat();
185 Bitmap(INT width, INT height, PixelFormat format = PixelFormat32bppARGB);
186 Bitmap(INT width, INT height, INT stride, PixelFormat format, BYTE *scan0);
208 Bitmap* Clone(const RectF& rect, PixelFormat format) const;
209 Bitmap* Clone(const Rect& rect, PixelFormat format) const;
211 PixelFormat format) const;
213 PixelFormat format) const;
216 Status ConvertFormat(PixelFormat format, DitherType ditherType,
227 Status LockBits(const Rect *rect, UINT flags, PixelFormat format,
H A Dgdiplusimpl.h192 __inline__ PixelFormat Image::GetPixelFormat()
194 PixelFormat result = (PixelFormat) 0;
488 __inline__ Bitmap::Bitmap(INT width, INT height, PixelFormat format):
498 PixelFormat format, BYTE *scan0): Image(NULL, Ok)
506 __inline__ Bitmap* Bitmap::Clone(const RectF& rect, PixelFormat format) const
511 __inline__ Bitmap* Bitmap::Clone(const Rect& rect, PixelFormat format) const
517 PixelFormat format) const
536 PixelFormat format) const
560 __inline__ Status Bitmap::ConvertFormat(PixelFormat forma
[all...]
H A Dgdiplusflat.h50 GpStatus WINGDIPAPI GdipCreateBitmapFromScan0(INT,INT,INT,PixelFormat,BYTE*,GpBitmap**);
59 GpStatus WINGDIPAPI GdipCloneBitmapArea(REAL,REAL,REAL,REAL,PixelFormat,GpBitmap*,GpBitmap**);
60 GpStatus WINGDIPAPI GdipCloneBitmapAreaI(INT,INT,INT,INT,PixelFormat,GpBitmap*,GpBitmap**);
61 GpStatus WINGDIPAPI GdipBitmapLockBits(GpBitmap*,GDIPCONST GpRect*,UINT,PixelFormat,BitmapData*);
66 GpStatus WINGDIPAPI GdipBitmapConvertFormat(GpBitmap*,PixelFormat,DitherType,PaletteType,ColorPalette*,REAL);
389 GpStatus WINGDIPAPI GdipGetImagePixelFormat(GpImage*,PixelFormat*);
H A Dgdiplusimaging.h93 INT PixelFormat; /* MSDN: "PixelFormat PixelFormat;" */ member in struct:BitmapData
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
H A Dgdipluspixelformats.h30 typedef INT PixelFormat; typedef
95 static __inline__ UINT GetPixelFormatSize(PixelFormat pixfmt)
100 static __inline__ BOOL IsAlphaPixelFormat(PixelFormat pixfmt)
105 static __inline__ BOOL IsCanonicalPixelFormat(PixelFormat pixfmt)
110 static __inline__ BOOL IsExtendedPixelFormat(PixelFormat pixfmt)
115 static __inline__ BOOL IsIndexedPixelFormat(PixelFormat pixfmt)
H A Dgdiplusheaders.h107 PixelFormat GetPixelFormat();
185 Bitmap(INT width, INT height, PixelFormat format = PixelFormat32bppARGB);
186 Bitmap(INT width, INT height, INT stride, PixelFormat format, BYTE *scan0);
208 Bitmap* Clone(const RectF& rect, PixelFormat format) const;
209 Bitmap* Clone(const Rect& rect, PixelFormat format) const;
211 PixelFormat format) const;
213 PixelFormat format) const;
216 Status ConvertFormat(PixelFormat format, DitherType ditherType,
227 Status LockBits(const Rect *rect, UINT flags, PixelFormat format,
H A Dgdiplusimpl.h192 __inline__ PixelFormat Image::GetPixelFormat()
194 PixelFormat result = (PixelFormat) 0;
488 __inline__ Bitmap::Bitmap(INT width, INT height, PixelFormat format):
498 PixelFormat format, BYTE *scan0): Image(NULL, Ok)
506 __inline__ Bitmap* Bitmap::Clone(const RectF& rect, PixelFormat format) const
511 __inline__ Bitmap* Bitmap::Clone(const Rect& rect, PixelFormat format) const
517 PixelFormat format) const
536 PixelFormat format) const
560 __inline__ Status Bitmap::ConvertFormat(PixelFormat forma
[all...]
H A Dgdiplusflat.h50 GpStatus WINGDIPAPI GdipCreateBitmapFromScan0(INT,INT,INT,PixelFormat,BYTE*,GpBitmap**);
59 GpStatus WINGDIPAPI GdipCloneBitmapArea(REAL,REAL,REAL,REAL,PixelFormat,GpBitmap*,GpBitmap**);
60 GpStatus WINGDIPAPI GdipCloneBitmapAreaI(INT,INT,INT,INT,PixelFormat,GpBitmap*,GpBitmap**);
61 GpStatus WINGDIPAPI GdipBitmapLockBits(GpBitmap*,GDIPCONST GpRect*,UINT,PixelFormat,BitmapData*);
66 GpStatus WINGDIPAPI GdipBitmapConvertFormat(GpBitmap*,PixelFormat,DitherType,PaletteType,ColorPalette*,REAL);
389 GpStatus WINGDIPAPI GdipGetImagePixelFormat(GpImage*,PixelFormat*);
H A Dgdiplusimaging.h93 INT PixelFormat; /* MSDN: "PixelFormat PixelFormat;" */ member in struct:BitmapData
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dd2d1helper.h142 D2D1FORCEINLINE D2D1_PIXEL_FORMAT PixelFormat( function in namespace:D2D1
150 D2D1FORCEINLINE D2D1_BITMAP_PROPERTIES BitmapProperties(CONST D2D1_PIXEL_FORMAT &pixelFormat = D2D1::PixelFormat(),
158 CONST D2D1_PIXEL_FORMAT &pixelFormat = D2D1::PixelFormat(),
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dd2d1helper.h142 D2D1FORCEINLINE D2D1_PIXEL_FORMAT PixelFormat( function in namespace:D2D1
150 D2D1FORCEINLINE D2D1_BITMAP_PROPERTIES BitmapProperties(CONST D2D1_PIXEL_FORMAT &pixelFormat = D2D1::PixelFormat(),
158 CONST D2D1_PIXEL_FORMAT &pixelFormat = D2D1::PixelFormat(),
/prebuilts/tools/windows/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF swt-awt-win32-3550.dll swt ...
/prebuilts/tools/windows-x86_64/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF swt-awt-win32-3550.dll swt ...
/prebuilts/tools/common/api-versions/android-1/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/prebuilts/tools/common/api-versions/android-2/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/prebuilts/sdk/10/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/images/ assets/images/android-logo-mask ...
/prebuilts/sdk/11/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/sounds/ assets/sounds/bootanim1.raw assets/sounds/ ...
/prebuilts/sdk/12/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml dalvik/ dalvik/bytecode/ dalvik/bytecode/OpcodeInfo. ...
/prebuilts/sdk/13/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF java/ java/util/ java/util/TimerTask.class TimerTask. ...
/prebuilts/sdk/4/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF resources.arsc com/ com/android/ com/android/internal/ com/ ...
/prebuilts/sdk/5/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/crypto/ javax/crypto/SealedObject.class SealedObject. ...
/prebuilts/sdk/6/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/prebuilts/sdk/7/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml junit/ junit/runner/ junit/runner/TestSuiteLoader. ...
/prebuilts/sdk/8/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/xml/ org/xml/sax/ org/xml/sax/Locator ...

Completed in 125 milliseconds

12