Searched refs:pCreateMonoBrush (Results 1 – 1 of 1) sorted by relevance
1863 const EMRCREATEMONOBRUSH *pCreateMonoBrush = (const EMRCREATEMONOBRUSH *)mr; in PlayEnhMetaFileRecord() local1864 const BITMAPINFO *pbi = (const BITMAPINFO *)((const BYTE *)mr + pCreateMonoBrush->offBmi); in PlayEnhMetaFileRecord()1869 if (pCreateMonoBrush->iUsage == DIB_PAL_MONO) in PlayEnhMetaFileRecord()1882 bm.bmBits = (BYTE *)mr + pCreateMonoBrush->offBits; in PlayEnhMetaFileRecord()1892 (const BYTE *)mr + pCreateMonoBrush->offBits, pbi, pCreateMonoBrush->iUsage); in PlayEnhMetaFileRecord()1897 (const BYTE *)mr + pCreateMonoBrush->offBits, pbi, pCreateMonoBrush->iUsage); in PlayEnhMetaFileRecord()1900 (handletable->objectHandle)[pCreateMonoBrush->ihBrush] = CreatePatternBrush(hBmp); in PlayEnhMetaFileRecord()