Searched refs:aColorAry2 (Results 1 – 2 of 2) sorted by relevance
176 Color aColorAry2[7]; in InitRectBitmap() local184 aColorAry2[0] = rStyles.GetDialogColor(); // background in InitRectBitmap()185 aColorAry2[1] = rStyles.GetWindowColor(); in InitRectBitmap()186 aColorAry2[2] = rStyles.GetLightColor(); in InitRectBitmap()187 aColorAry2[3] = rStyles.GetShadowColor(); in InitRectBitmap()188 aColorAry2[4] = rStyles.GetDarkShadowColor(); in InitRectBitmap()189 aColorAry2[5] = Color( aColorConfig.GetColorValue( svtools::FONTCOLOR ).nColor ); in InitRectBitmap()190 aColorAry2[6] = rStyles.GetDialogColor(); in InitRectBitmap()205 aColorAry2[ rn ] = Color( rr, rg, rb ); in InitRectBitmap()209 pBitmap->Replace( aColorAry1, aColorAry2, 7, NULL ); in InitRectBitmap()
3064 Color aColorAry2[6]; in LoadThemedImageList() local3071 aColorAry2[0] = rStyleSettings.GetFaceColor(); in LoadThemedImageList()3072 aColorAry2[1] = rStyleSettings.GetWindowColor(); in LoadThemedImageList()3073 aColorAry2[2] = rStyleSettings.GetLightColor(); in LoadThemedImageList()3074 aColorAry2[3] = rStyleSettings.GetShadowColor(); in LoadThemedImageList()3075 aColorAry2[4] = rStyleSettings.GetDarkShadowColor(); in LoadThemedImageList()3076 aColorAry2[5] = rStyleSettings.GetWindowTextColor(); in LoadThemedImageList()3079 DBG_ASSERT( sizeof(aColorAry1) == sizeof(aColorAry2), "aColorAry1 must match aColorAry2" ); in LoadThemedImageList()3082 aColorAry1, aColorAry2, sizeof(aColorAry1) / sizeof(Color)); in LoadThemedImageList()
Completed in 59 milliseconds