• Miklos Vajna's avatar
    vcl tiled rendering: avoid 'Pixel represents color values!' warnings · 72852df9
    Miklos Vajna yazdı
    Which happens e.g. during rendering tiles:
    OutputDevice::BlendBitmapWithAlpha() produces an RGB alpha
    (255,255,255), then tries to set a pixel in the 8bit alpha channel using
    it, so when BitmapReadAccess::SetPixelFor_8BIT_PAL() tries to get the
    color index, we try to get it from a color that is not indexed.
    
    Let's assume that when the color is not indexed, it's always gray, so it
    doesn't matter what color we pick for the alpha mask needs.
    
    Change-Id: I325c1d70514fd176fdc9cc39683b444447adf07f
    (cherry picked from commit 4caaa09d)
    72852df9
Adı
Son kayıt (commit)
Son güncelleme
..
app Loading commit data...
bitmap Loading commit data...
components Loading commit data...
control Loading commit data...
edit Loading commit data...
filter Loading commit data...
font Loading commit data...
fontsubset Loading commit data...
gdi Loading commit data...
glyphs Loading commit data...
helper Loading commit data...
opengl Loading commit data...
outdev Loading commit data...
salmain Loading commit data...
src Loading commit data...
uipreviewer Loading commit data...
window Loading commit data...