equal
deleted
inserted
replaced
167 { |
167 { |
168 if (iEnabled) |
168 if (iEnabled) |
169 { |
169 { |
170 TRgb color(KRgbWhite); |
170 TRgb color(KRgbWhite); |
171 color.SetAlpha(aAlpha * 255.0f); |
171 color.SetAlpha(aAlpha * 255.0f); |
172 HgVgHelper::DrawImageColorized(iImage, color, iPosition, aWindowRect, EFalse); |
172 HgVgHelper::DrawImageColorized(iImage, color, iPosition, aWindowRect, EFalse, iLandscape); |
173 } |
173 } |
174 } |
174 } |
175 |
175 |
|
176 // ----------------------------------------------------------------------------- |
|
177 // CHgVgButton::EnableLanscapeRendering() |
|
178 // ----------------------------------------------------------------------------- |
|
179 // |
|
180 void CHgVgButton::EnableLandscapeRendering(TBool aEnabled) |
|
181 { |
|
182 iLandscape = aEnabled; |
|
183 } |
|
184 |
|
185 |
176 // End of File |
186 // End of File |