Home
last modified time | relevance | path

Searched +defs:g +defs:ras (Results 1 – 25 of 144) sorted by relevance

123456

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dtcenterlinecolors.cpp40 static TPixelCM32 pixel(const TRasterCM32 &ras, int x, int y) { in pixel()
49 static T3DPointD firstInkChangePosition(const TRasterCM32P &ras, in firstInkChangePosition()
116 static void sampleColor(const TRasterCM32P &ras, int threshold, Sequence &seq, in sampleColor()
374 void calculateSequenceColors(const TRasterP &ras, VectorizerCoreGlobals &g) { in calculateSequenceColors()
472 static int getInkPredominance(const TRasterCM32P &ras, TPalette *palette, int x, in getInkPredominance()
514 static int getBranchPredominance(const TRasterCM32P &ras, TPalette *palette, in getBranchPredominance()
548 const TRasterCM32P &ras, TPalette *palette) { in sortJS()
636 const TRasterCM32P &ras, TPalette *palette) { in orderColoredStrokes()
660 void applyStrokeColors(std::vector<TStroke *> &strokes, const TRasterP &ras, in applyStrokeColors()
661 TPalette *palette, VectorizerCoreGlobals &g) { in applyStrokeColors()
H A Dtcenterlinepolygonizer.cpp118 PixelEvaluator(const TRasterPT<T> &ras, int threshold) in PixelEvaluator()
205 Signaturemap::Signaturemap(const TRasterP &ras, int threshold) { in Signaturemap()
231 void Signaturemap::readRasterData(const TRasterPT<T> &ras, int threshold) { in readRasterData()
261 inline bool getMinorityCheck(const Signaturemap &ras, int x, int y) { in getMinorityCheck()
273 inline void setSignature(Signaturemap &ras, const RawBorder &border, int val) { in setSignature()
307 static RawBorder *extractPath(Signaturemap &ras, int x0, int y0, int pathType, in extractPath()
392 static BorderList *extractBorders(const TRasterP &ras, int threshold, in extractBorders()
872 void polygonize(const TRasterP &ras, Contours &polygons, in polygonize()
873 VectorizerCoreGlobals &g) { in polygonize()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dstylepicker.cpp52 TRasterCM32P ras = ti->getRaster(); in pickStyleId() local
72 TRaster32P ras = ri->getRaster(); in pickStyleId() local
111 TRasterCM32P ras = ti->getRaster(); in pickTone() local
196 UINT r = 0, g = 0, b = 0, m = 0, size = 0; in pickAverageColor() local
235 UINT r = 0, g = 0, b = 0, m = 0; in getAverageColor() local
267 UINT r = 0, g = 0, b = 0, m = 0; in getAverageColor() local
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/timage_io/
H A Dtimage_io.cpp232 void readRaster_copyLines(const TRasterPT<Pix> &ras, Tiio::Reader *reader, in readRaster_copyLines()
363 TRasterCM32P ras(imageDimension); in load0() local
410 TRasterGR8P ras(imageDimension); in load0() local
431 TRaster64P ras(imageDimension); in load0() local
443 TRaster32P ras(imageDimension); in load0() local
451 TRaster32P ras(imageDimension); in load0() local
474 TRaster32P ras(imageDimension); in load0() local
485 TRasterGR8P ras(imageDimension); in load0() local
524 void TImageWriter::setProperties(const TPropertyGroup *g) { in setProperties()
534 static void convertForWriting(TRasterP &ras, const TRasterP &rin, int bpp) { in convertForWriting()
[all …]
/dports/graphics/agg/agg-2.5/examples/
H A Dgraph_test.cpp581 int g = rand() & 0x7F; in render_edge_fine() local
610 outline_rasterizer ras(prim); in draw_lines_draft() local
622 int g = rand() & 0x7F; in draw_lines_draft() local
638 outline_rasterizer ras(prim); in draw_curves_draft() local
650 int g = rand() & 0x7F; in draw_curves_draft() local
666 outline_rasterizer ras(prim); in draw_dashes_draft() local
678 int g = rand() & 0x7F; in draw_dashes_draft() local
744 void draw_polygons(scanline_rasterizer& ras, in draw_polygons()
767 void draw_scene(scanline_rasterizer& ras, in draw_scene()
824 scanline_rasterizer ras; in on_draw() local
[all …]
H A Dgamma_correction.cpp68 double g = m_gamma.value(); in on_draw() local
82 agg::rasterizer_scanline_aa<> ras; in on_draw() local
H A Dgamma_tuner.cpp78 double g = m_gamma.value(); in on_draw() local
84 agg::rasterizer_scanline_aa<> ras; in on_draw() local
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/sandor_fxs/
H A DSTPic.h292 void getRasterPixel(const RASTER *ras, const int x, const int y, in getRasterPixel()
343 void setRasterPixel(RASTER *ras, const int x, const int y, in setRasterPixel()
423 virtual void read(const RASTER *ras) // throw(SMemAllocError) in read()
503 virtual void write(RASTER *ras) const // throw(SWriteRasterError) in write()
524 virtual void write(RASTER *ras, const SRECT &r, const SPOINT &p) const in write()
544 virtual void writeOutBorder(const RASTER *rasin, const int border, in writeOutBorder()
624 double g = (1.0 - q) * (double)c1.g + q * (double)c2.g; in colorNoise() local
650 void rgb2hls(UCHAR r, UCHAR g, UCHAR b, double *h, double *l, double *s) { in rgb2hls()
696 void hls2rgb(double h, double l, double s, UCHAR *r, UCHAR *g, UCHAR *b) { in hls2rgb()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/agglite/
H A DAGGLiteRasterizerTileSource.cpp319 agg::rasterizer ras; in renderFeaturesForStyle() local
439 agg::rasterizer& ras, agg::rendering_buffer& buffer) in rasterize()
447 const Geometry* g = gi.next(); in rasterize() local
469 agg::rasterizer& ras, agg::rendering_buffer& buffer) in rasterizeCoverage()
474 const Geometry* g = gi.next(); in rasterizeCoverage() local
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Dhsvscalefx.cpp65 void doHSVScale(const TRasterPT<PIXEL> &ras, double hue, double sat, in doHSVScale()
79 double r, g, b, h, s, v; in doHSVScale() local
H A Dnoisefx.cpp86 void doNoise(TRasterPT<PIXEL> &ras, double sigma, bool bw, bool red, bool green, in doNoise()
115 double r, g, b, index; in doNoise() local
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/trop/
H A Dtoperators.cpp116 TINT32 r, g, b, m; in add() local
181 USHORT r, g, b, m; in add() local
311 double r, g, b; in colorburn() local
357 double r, g, b; in colorburn() local
410 double r, g, b; in screen() local
1412 SHORT g = in overlay() local
1503 void TRop::premultiply(const TRasterP &ras) { in premultiply()
1546 void TRop::depremultiply(const TRasterP &ras) { in depremultiply()
1651 void TRop::whiteTransp(const TRasterP &ras) { in whiteTransp()
1694 void TRop::applyColorScale(const TRasterP &ras, const TPixel32 &colorScale) { in applyColorScale()
[all …]
/dports/print/cups-filters/cups-filters-1.28.10/filter/
H A Drastertopclx.c979 int r, g, b; /* RGB deltas for mode 10 compression */ in CompressData() local
1700 ReadLine(cups_raster_t *ras, /* I - Raster stream */ in ReadLine()
1799 cups_raster_t *ras; /* Raster stream for printing */ in main() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/
H A DMultipleGradientPaintContext.java257 int g = SRGBtoLinearRGB[(argb >> 8) & 0xff]; in calculateLookupData() local
668 Raster ras = cached.get(); in getCachedRaster() local
687 Raster ras) in putCachedRaster()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/java/awt/
H A DMultipleGradientPaintContext.java257 int g = SRGBtoLinearRGB[(argb >> 8) & 0xff]; in calculateLookupData() local
668 Raster ras = cached.get(); in getCachedRaster() local
687 Raster ras) in putCachedRaster()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/
H A DMultipleGradientPaintContext.java257 int g = SRGBtoLinearRGB[(argb >> 8) & 0xff]; in calculateLookupData() local
668 Raster ras = cached.get(); in getCachedRaster() local
687 Raster ras) in putCachedRaster()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/
H A DMultipleGradientPaintContext.java257 int g = SRGBtoLinearRGB[(argb >> 8) & 0xff]; in calculateLookupData() local
668 Raster ras = (Raster) cached.get(); in getCachedRaster() local
687 Raster ras) in putCachedRaster()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/java/awt/
H A DMultipleGradientPaintContext.java257 int g = SRGBtoLinearRGB[(argb >> 8) & 0xff]; in calculateLookupData() local
668 Raster ras = cached.get(); in getCachedRaster() local
687 Raster ras) in putCachedRaster()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/java/awt/
H A DMultipleGradientPaintContext.java257 int g = SRGBtoLinearRGB[(argb >> 8) & 0xff]; in calculateLookupData() local
668 Raster ras = cached.get(); in getCachedRaster() local
687 Raster ras) in putCachedRaster()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/java/awt/
H A DMultipleGradientPaintContext.java257 int g = SRGBtoLinearRGB[(argb >> 8) & 0xff]; in calculateLookupData() local
668 Raster ras = cached.get(); in getCachedRaster() local
687 Raster ras) in putCachedRaster()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/java/awt/
H A DMultipleGradientPaintContext.java257 int g = SRGBtoLinearRGB[(argb >> 8) & 0xff]; in calculateLookupData() local
668 Raster ras = cached.get(); in getCachedRaster() local
687 Raster ras) in putCachedRaster()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/java/awt/
H A DMultipleGradientPaintContext.java257 int g = SRGBtoLinearRGB[(argb >> 8) & 0xff]; in calculateLookupData() local
668 Raster ras = cached.get(); in getCachedRaster() local
687 Raster ras) in putCachedRaster()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/
H A DMultipleGradientPaintContext.java257 int g = SRGBtoLinearRGB[(argb >> 8) & 0xff]; in calculateLookupData() local
668 Raster ras = (Raster) cached.get(); in getCachedRaster() local
687 Raster ras) in putCachedRaster()
/dports/x11-toolkits/xforms/xforms-1.2.4/image/
H A Dimage_type.c165 *g, in packed_to_rgba() local
191 *g, in gray_to_rgba() local
215 *g, in gray16_to_rgba() local
240 *g, in ci_to_rgba() local
296 *g, in rgba_to_gray() local
345 *g, in rgba_to_packed() local
446 scale_gray16( unsigned short * g16, in scale_gray16()
526 *ras; in fs_dither() local
/dports/science/bagel/bagel-1.2.2/src/ci/ras/
H A Dapply_operator.cc59 const array<int, 3> ras = sdet->ras(); in operator ()() local
239 const array<int, 3>& ras = sdet->ras(); in operator ()() local
257 …const bool all_alpha = all_of(operations.begin(), operations.end(), [] (const GammaSQ& g) { return… in operator ()()
258 …const bool all_beta = all_of(operations.begin(), operations.end(), [] (const GammaSQ& g) { return … in operator ()()

123456