Home | History | Annotate | Download | only in win32

Lines Matching refs:FX_DWORD

19                                    int dest_width, int dest_height, FX_DWORD argb, const FX_RECT* pClipRect, int flags);

25 FX_DWORD fill_argb,
26 FX_DWORD stroke_argb,
30 void* LoadMemFont(FX_BYTE* pData, FX_DWORD size);
35 void GdipSetPageUnit(void* graphics, FX_DWORD unit);
38 void GdipCreateBrush(FX_DWORD fill_argb, void** pBrush);
50 void* GdiAddFontMemResourceEx(void *pFontdata, FX_DWORD size, void* pdv, FX_DWORD* num_face);
94 FX_DWORD fill_color,
95 FX_DWORD stroke_color,
102 FX_DWORD fill_color,
104 virtual FX_BOOL DrawCosmeticLine(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_DWORD color,
118 int dest_width, int dest_height, FX_DWORD flags,
121 int dest_width, int dest_height, FX_DWORD bitmap_color, FX_DWORD flags,
135 virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type,
137 virtual FX_BOOL StretchDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, int dest_left, int dest_top,
138 int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags,
140 virtual FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD color,
141 const CFX_AffineMatrix* pMatrix, FX_DWORD render_flags, FX_LPVOID& handle,
146 FX_BOOL UseFoxitStretchEngine(const CFX_DIBSource* pSource, FX_DWORD color, int dest_left, int dest_top,
156 virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type,
158 virtual FX_BOOL StretchDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, int dest_left, int dest_top,
159 int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags,
161 virtual FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD color,
162 const CFX_AffineMatrix* pMatrix, FX_DWORD render_flags, FX_LPVOID& handle,
208 FX_DWORD fill_color,
209 FX_DWORD stroke_color,
216 virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type,
218 virtual FX_BOOL StretchDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, int dest_left, int dest_top,
219 int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags,
221 virtual FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD color,
222 const CFX_AffineMatrix* pMatrix, FX_DWORD render_flags, FX_LPVOID& handle,
225 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color,
238 void _Color2Argb(FX_ARGB& argb, FX_DWORD color, int alpha_flag, void* pIccTransform);