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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 164 static Bitmap* FromHBITMAP(HBITMAP hbm, HPALETTE hpal);
180 Bitmap(HBITMAP hbm, HPALETTE hpal);
gdiplusimpl.h 368 __inline__ Bitmap* Bitmap::FromHBITMAP(HBITMAP hbm, HPALETTE hpal)
370 return new Bitmap(hbm, hpal);
438 __inline__ Bitmap::Bitmap(HBITMAP hbm, HPALETTE hpal):
443 hbm, hpal, &nativeBitmap);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
olectl.h 100 HPALETTE hpal; member in struct:tagPICTDESC::__anon43433::__anon43434
271 WINOLECTLAPI OleTranslateColor(OLE_COLOR clr,HPALETTE hpal,COLORREF *lpcolorref);
shdeprecated.h 331 virtual HRESULT WINAPI GetPalette(HPALETTE *hpal) = 0;
368 HRESULT (WINAPI *GetPalette)(IBrowserService *This,HPALETTE *hpal);
407 #define IBrowserService_GetPalette(This,hpal) (This)->lpVtbl->GetPalette(This,hpal)
    [all...]
ntgdi.h 46 W32KAPI LONG WINAPI NtGdiDoPalette(HPALETTE hpal,WORD iStart,WORD cEntries,PALETTEENTRY *pPalEntries,DWORD iFunc,WINBOOL bInbound);
150 W32KAPI ULONG WINAPI NtGdiColorCorrectPalette(HDC hdc,HPALETTE hpal,ULONG FirstEntry,ULONG NumberOfEntries,PALETTEENTRY *ppalEntry,ULONG Command);
191 W32KAPI UINT WINAPI NtGdiGetNearestPaletteIndex(HPALETTE hpal,COLORREF crColor);
195 W32KAPI WINBOOL WINAPI NtGdiResizePalette(HPALETTE hpal,UINT cEntry);
378 W32KAPI WINBOOL WINAPI NtGdiEngDeletePalette(HPALETTE hPal);
    [all...]
vfw.h 314 HPALETTE hpal; member in struct:__anon43731
475 DWORD WINAPIV ICDrawBegin(HIC hic,DWORD dwFlags,HPALETTE hpal,HWND hwnd,HDC hdc,int xDst,int yDst,int dxDst,int dyDst,LPBITMAPINFOHEADER lpbi,int xSrc,int ySrc,int dxSrc,int dySrc,DWORD dwRate,DWORD dwScale);
591 extern WINBOOL WINAPI DrawDibSetPalette(HDRAWDIB hdd,HPALETTE hpal);
    [all...]
wingdi.h     [all...]
windowsx.h16 42 #define DeletePalette(hpal) DeleteObject((HGDIOBJ)(HPALETTE)(hpal))
    [all...]
windowsx.h 40 #define DeletePalette(hpal) DeleteObject((HGDIOBJ)(HPALETTE)(hpal))
    [all...]
winddi.h     [all...]
ocidl.h 2657 HPALETTE hpal; member in struct:tagQACONTAINER
    [all...]

Completed in 476 milliseconds