Searched refs:nGray (Results 1 – 1 of 1) sorted by relevance
1203 int32_t nGray = nStartGray + (int32_t)(fStepGray * (fy - rect.bottom)); in DrawShadow() local1206 ArgbEncode(nTransparency, nGray, nGray, nGray), 1.5f); in DrawShadow()1214 int32_t nGray = nStartGray + (int32_t)(fStepGray * (fx - rect.left)); in DrawShadow() local1217 ArgbEncode(nTransparency, nGray, nGray, nGray), 1.5f); in DrawShadow()