Lines Matching refs:FX_DWORD

300     FX_DWORD			m_GlyphIndex;

305 FX_DWORD m_ExtGID;
396 FX_DWORD fill_color,
397 FX_DWORD stroke_color,
404 FX_BOOL SetPixel(int x, int y, FX_DWORD color,
407 FX_BOOL FillRect(const FX_RECT* pRect, FX_DWORD color,
410 FX_BOOL DrawCosmeticLine(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_DWORD color,
421 FX_DWORD flags = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
423 FX_BOOL SetBitMask(const CFX_DIBSource* pBitmap, int left, int top, FX_DWORD color,
427 FX_DWORD color, FX_DWORD flags = 0, int alpha_flag = 0, void* pIccTransform = NULL);
429 FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD color,
430 const CFX_AffineMatrix* pMatrix, FX_DWORD flags, FX_LPVOID& handle,
440 FX_DWORD fill_color, FX_DWORD text_flags,
447 FX_DWORD fill_color, FX_DWORD stroke_color, CFX_PathData* pClippingPath, int nFlag = 0,
562 FX_DWORD fill_color,
563 FX_DWORD stroke_color,
570 virtual FX_BOOL SetPixel(int x, int y, FX_DWORD color,
576 virtual FX_BOOL FillRect(const FX_RECT* pRect, FX_DWORD fill_color,
582 virtual FX_BOOL DrawCosmeticLine(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_DWORD color,
599 virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect,
603 virtual FX_BOOL StretchDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, int dest_left, int dest_top,
604 int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags,
607 virtual FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD color,
608 const CFX_AffineMatrix* pMatrix, FX_DWORD flags, FX_LPVOID& handle,
619 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color,
679 FX_DWORD fill_color,
680 FX_DWORD stroke_color,
686 FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, int dest_left, int dest_top,
689 FX_BOOL StretchDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, int dest_left, int dest_top,
690 int dest_width, int dest_height, FX_DWORD flags,
693 FX_BOOL DrawDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color,
694 const CFX_AffineMatrix* pMatrix, FX_DWORD flags,
698 const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color,
714 FX_DWORD m_LastColor;
727 void SetColor(FX_DWORD color, int alpha_flag, void* pIccTransform);