Home
last modified time | relevance | path

Searched defs:doPremultiply (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/base/image/
H A Dencoding.cpp124 …bool doPremultiply = (alpha != max) && !premul && (img->IsPremultiplied() || !img->HasTransparen… in SetEncodedGrayAValue() local
151 …bool doPremultiply = (alpha != max) && !premul && (img->IsPremultiplied() || !img->HasTransparen… in SetEncodedRGBAValue() local
176 …bool doPremultiply = !premul && (img->IsPremultiplied() || !img->HasTransparency()); // need to … in SetEncodedGrayAValue() local
192 …bool doPremultiply = !premul && (img->IsPremultiplied() || !img->HasTransparency()); // need to … in SetEncodedRGBAValue() local
232 …bool doPremultiply = premul && !img->IsPremultiplied() && img->HasTransparency(); // need to app… in GetEncodedGrayAValue() local
299 …bool doPremultiply = premul && !img->IsPremultiplied() && img->HasTransparency(); // need to app… in GetEncodedRGBAValue() local
371 …bool doPremultiply = premul && !img->IsPremultiplied() && img->HasTransparency(); // need to app… in GetEncodedGrayAValue() local
401 …bool doPremultiply = premul && !img->IsPremultiplied() && img->HasTransparency(); // need to app… in GetEncodedRGBAValue() local
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Dlevelproperties.h185 bool doPremultiply) //! Sets whether premultiplication must be applied. in setDoPremultiply()
189 bool doPremultiply() in doPremultiply() function
/dports/graphics/povray37/povray-3.7.0.10/source/base/image/
H A Dencoding.cpp309 …bool doPremultiply = (alpha != max) && !premul && (img->IsPremultiplied() || !img->HasTransparen… in SetEncodedGrayAValue() local
336 …bool doPremultiply = (alpha != max) && !premul && (img->IsPremultiplied() || !img->HasTransparen… in SetEncodedRGBAValue() local
361 …bool doPremultiply = !premul && (img->IsPremultiplied() || !img->HasTransparency()); // need to … in SetEncodedGrayAValue() local
377 …bool doPremultiply = !premul && (img->IsPremultiplied() || !img->HasTransparency()); // need to … in SetEncodedRGBAValue() local
413 …bool doPremultiply = premul && !img->IsPremultiplied() && img->HasTransparency(); // need to app… in GetEncodedGrayAValue() local
480 …bool doPremultiply = premul && !img->IsPremultiplied() && img->HasTransparency(); // need to app… in GetEncodedRGBAValue() local
552 …bool doPremultiply = premul && !img->IsPremultiplied() && img->HasTransparency(); // need to app… in GetEncodedGrayAValue() local
582 …bool doPremultiply = premul && !img->IsPremultiplied() && img->HasTransparency(); // need to app… in GetEncodedRGBAValue() local
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/trop/
H A Dtover.cpp466 const TPixel32 &colorScale, bool doPremultiply, in quickPut()
H A Dquickput.cpp339 bool doPremultiply, bool whiteTransp, bool firstColumn, in doQuickPutNoFilter()
572 const TAffine &aff, bool doPremultiply, in doQuickPutNoFilter()
1222 const TPixel32 &colorScale, bool doPremultiply, in doQuickPutNoFilter()
4261 bool doPremultiply, bool whiteTransp, bool firstColumn, in quickPut()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dstagevisitor.cpp1034 bool doPremultiply = false; in onRasterImage() local
H A Dtxshsimplelevel.cpp914 int doPremultiply = 0; in loadData() local