• Chris Sherlock's avatar
    vcl: Allow SalGraphics to draw gradients natively · ad6d9400
    Chris Sherlock yazdı
    The aim of this patch is to allow for native gradient rendering in
    SalGraphics (i.e. let OpenGL do this natively). It is a two step
    process:
    
    1. I need to allow gradient draw into SalGraphics, however the current
    completely intertwined with the metafile code in OutputDevice. I am
    seperating the gradient metafile code from the gradient drawing code.
    
    2. After splitting the metafile stuff from the actual gradient drawing,
    I am now able to call on SalGraphics::DrawGradient(). This just
    calls on SalGraphics::drawGradient() which returns false if there is
    no way of drawing native gradients, and true if there is. If false,
    then we use OutputDevice's DrawGradient() functionality.
    
    Change-Id: Ibaaabe13b76a8e7a037d9f751b5f662653a50566
    Reviewed-on: https://gerrit.libreoffice.org/12119Reviewed-by: 's avatarChris Sherlock <chris.sherlock79@gmail.com>
    Tested-by: 's avatarChris Sherlock <chris.sherlock79@gmail.com>
    ad6d9400
Adı
Son kayıt (commit)
Son güncelleme
..
android Loading commit data...
generic Loading commit data...
headless Loading commit data...
ios Loading commit data...
osx Loading commit data...
pch Loading commit data...
quartz Loading commit data...
unx Loading commit data...
win Loading commit data...
OpenGLWrapper.hxx Loading commit data...
PhysicalFontCollection.hxx Loading commit data...
PhysicalFontFace.hxx Loading commit data...
PhysicalFontFamily.hxx Loading commit data...
accel.h Loading commit data...
accmgr.hxx Loading commit data...
bmpfast.hxx Loading commit data...
brdwin.hxx Loading commit data...
canvasbitmap.hxx Loading commit data...
controldata.hxx Loading commit data...
cupsmgr.hxx Loading commit data...
cvtsvm.hxx Loading commit data...
dbggui.hxx Loading commit data...
displayconnectiondispatch.hxx Loading commit data...
dndevdis.hxx Loading commit data...
dndlcon.hxx Loading commit data...
factory.hxx Loading commit data...
fontcache.hxx Loading commit data...
fontmanager.hxx Loading commit data...
fontsubset.hxx Loading commit data...
graphite_features.hxx Loading commit data...
graphite_layout.hxx Loading commit data...
graphite_serverfont.hxx Loading commit data...
graphite_static.hxx Loading commit data...
helpwin.hxx Loading commit data...
idlemgr.hxx Loading commit data...
ilstbox.hxx Loading commit data...
image.h Loading commit data...
impbmp.hxx Loading commit data...
impfont.hxx Loading commit data...
impgraph.hxx Loading commit data...
impimagetree.hxx Loading commit data...
impoct.hxx Loading commit data...
jobset.h Loading commit data...
langboost.hxx Loading commit data...
list.h Loading commit data...
magic.h Loading commit data...
octree.hxx Loading commit data...
outdata.hxx Loading commit data...
outdev.h Loading commit data...
outfont.hxx Loading commit data...
print.h Loading commit data...
printdlg.hxx Loading commit data...
regband.hxx Loading commit data...
regionband.hxx Loading commit data...
salbmp.hxx Loading commit data...
saldatabasic.hxx Loading commit data...
salframe.hxx Loading commit data...
salgdi.hxx Loading commit data...
salgeom.hxx Loading commit data...
salglyphid.hxx Loading commit data...
salimestatus.hxx Loading commit data...
salinst.hxx Loading commit data...
sallayout.hxx Loading commit data...
salmenu.hxx Loading commit data...
salobj.hxx Loading commit data...
salprn.hxx Loading commit data...
salptype.hxx Loading commit data...
salsession.hxx Loading commit data...
salsys.hxx Loading commit data...
saltimer.hxx Loading commit data...
salvd.hxx Loading commit data...
salwtype.hxx Loading commit data...
sft.hxx Loading commit data...
svdata.hxx Loading commit data...
svids.hrc Loading commit data...
svsys.h Loading commit data...
textlayout.hxx Loading commit data...
toolbox.h Loading commit data...
vclpluginapi.h Loading commit data...
wall2.hxx Loading commit data...
window.h Loading commit data...
xconnection.hxx Loading commit data...