Searched refs:colorRef (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/riched20/ |
H A D | editstr.h | 183 COLORREF colorRef; member
|
H A D | paint.c | 741 color = cell->border.left.colorRef; in ME_DrawTableBorders() 763 brush = CreateSolidBrush(cell->border.top.colorRef); in ME_DrawTableBorders() 797 brush = CreateSolidBrush(cell->border.bottom.colorRef); in ME_DrawTableBorders() 817 color = cell->border.right.colorRef; in ME_DrawTableBorders() 844 pen = CreatePen(PS_SOLID, 0, para->border.top.colorRef); in ME_DrawTableBorders()
|
H A D | writer.c | 348 add_color_to_colortbl( pStream, borders[i]->colorRef ); in ME_StreamOutRTFFontAndColorTbl() 421 COLORREF crColor = borders[i]->colorRef; in ME_StreamOutRTFTableProps() 449 COLORREF crColor = borders[i]->colorRef; in ME_StreamOutRTFTableProps()
|
H A D | editor.c | 416 pBorders[i]->colorRef = RGB( in ME_ApplyBorderProperties() 421 pBorders[i]->colorRef = RGB(0, 0, 0); in ME_ApplyBorderProperties()
|
/reactos/dll/win32/comctl32/ |
H A D | rebar.c | 486 REBAR_DrawChevron (HDC hdc, INT left, INT top, INT colorRef) in REBAR_DrawChevron() argument 491 if (!(hPen = CreatePen( PS_SOLID, 1, GetSysColor( colorRef )))) return; in REBAR_DrawChevron()
|