Home
last modified time | relevance | path

Searched refs:rasGR8 (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/trop/
H A Dtrop_borders.cpp153 TRasterGR8P rasGR8(raster); in readBorders_simple() local
154 if (rasGR8) { in readBorders_simple()
155 readBorders_simple(rasGR8, reader, onlyCorners); in readBorders_simple()
H A Dtdespeckle.cpp697 TRasterGR8P rasGR8(ras); in majorityDespeckle() local
698 if (rasGR8) { in majorityDespeckle()
699 ::majorityDespeckle(rasGR8, sizeThreshold); in majorityDespeckle()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dhistogram.cpp480 TRasterGR8P rasGR8(m_raster); in computeChannelsValue() local
481 if (rasGR8) { in computeChannelsValue()
483 ::computeGreyValues(rasGR8, m_channelValue[0]); in computeChannelsValue()
H A Dicongenerator.cpp1029 if (TRasterGR8P rasGR8 = ri->getRaster()) { in generateRasterFileIcon() local
1030 TRaster32P raux(rasGR8->getSize()); in generateRasterFileIcon()
1031 TRop::convert(raux, rasGR8); in generateRasterFileIcon()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dtrasterimageutils.cpp319 TRasterGR8P rasGR8(workRas); in eraseRect() local
320 if (rasGR8) rasGR8->fill(TPixelGR8::White); in eraseRect()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnzext/
H A Dmeshbuilder.cpp133 TRasterGR8P rasGR8(ras); in thresholdRaster() local
134 thresholdRasterGr(rasGR8, binaryRas, in thresholdRaster()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Drasterselection.cpp141 TRasterGR8P rasGR8(ras); in getImageFromStroke() local
151 } else if (buffer32 && rasGR8) { in getImageFromStroke()
212 if (TRasterGR8P rasGR8 = (TRasterGR8P)ras) in getImageFromSelection() local
213 return getImageFromSelection<TPixel32, TPixelGR8>(rasGR8, selection); in getImageFromSelection()
281 if (TRasterGR8P rasGR8 = (TRasterGR8P)ras) in deleteSelectionWithoutUndo() local
282 deleteSelectionWithoutUndo<TPixelGR8>(rasGR8, strokes, TPixelGR8::White); in deleteSelectionWithoutUndo()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Dmagicwandfx.cpp551 TRasterGR8P rasGR8 = tile.getRaster(); in doMagicWand() local
552 if (rasGR8) { in doMagicWand()
H A Diwa_bokehreffx.cpp1005 TRasterGR8P rasGR8 = (TRasterGR8P)depthTile.getRaster(); in doCompute() local
1010 if (rasGR8) in doCompute()
1011 setDepthRasterGray<TRasterGR8P, TPixelGR8>(rasGR8, depth_buff, dimOut); in doCompute()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/trasterimage/
H A Dtcodec.cpp68 TRasterGR8P rasGR8(ras); in Header() local
69 if (rasGR8) in Header()