Home
last modified time | relevance | path

Searched refs:_black (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/branches/branche-1.0/src/
H A Dpbmimage.cpp42 _black = NULL; in PbmImage()
69 if (_black) { in unload()
70 fclose(_black); in unload()
72 _black = NULL; in unload()
103 if (!(_black = fopen(_blackFile, "r"))) { in load()
123 fgets((char *)&buffer, sizeof(buffer), _black); in load()
128 fgets((char *)&buffer, sizeof(buffer), _black); in load()
129 fscanf(_black, "%u %u\n", &width, &height); in load()
237 fread(_lineBuffer, 1, _lineSize, _black); in readLine()
243 fread(_lineBuffer, 1, _lineSize, _black); in readLine()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.0.1/src/
H A Dpbmimage.cpp42 _black = NULL; in PbmImage()
69 if (_black) { in unload()
70 fclose(_black); in unload()
72 _black = NULL; in unload()
103 if (!(_black = fopen(_blackFile, "r"))) { in load()
126 fgets((char *)&buffer, sizeof(buffer), _black); in load()
132 fgets((char *)&buffer, sizeof(buffer), _black); in load()
133 fscanf(_black, "%u %u\n", &width, &height); in load()
242 fread(_lineBuffer, 1, _lineSize, _black); in readLine()
248 fread(_lineBuffer, 1, _lineSize, _black); in readLine()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.0.2/src/
H A Dpbmimage.cpp42 _black = NULL; in PbmImage()
69 if (_black) { in unload()
70 fclose(_black); in unload()
72 _black = NULL; in unload()
103 if (!(_black = fopen(_blackFile, "r"))) { in load()
126 fgets((char *)&buffer, sizeof(buffer), _black); in load()
132 fgets((char *)&buffer, sizeof(buffer), _black); in load()
133 fscanf(_black, "%u %u\n", &width, &height); in load()
242 fread(_lineBuffer, 1, _lineSize, _black); in readLine()
248 fread(_lineBuffer, 1, _lineSize, _black); in readLine()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.1.0/src/
H A Dpbmimage.cpp42 _black = NULL; in PbmImage()
69 if (_black) { in unload()
70 fclose(_black); in unload()
72 _black = NULL; in unload()
103 if (!(_black = fopen(_blackFile, "r"))) { in load()
123 fgets((char *)&buffer, sizeof(buffer), _black); in load()
128 fgets((char *)&buffer, sizeof(buffer), _black); in load()
129 fscanf(_black, "%u %u\n", &width, &height); in load()
237 fread(_lineBuffer, 1, _lineSize, _black); in readLine()
243 fread(_lineBuffer, 1, _lineSize, _black); in readLine()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.1.1/src/
H A Dpbmimage.cpp42 _black = NULL; in PbmImage()
69 if (_black) { in unload()
70 fclose(_black); in unload()
72 _black = NULL; in unload()
103 if (!(_black = fopen(_blackFile, "r"))) { in load()
123 fgets((char *)&buffer, sizeof(buffer), _black); in load()
128 fgets((char *)&buffer, sizeof(buffer), _black); in load()
129 fscanf(_black, "%u %u\n", &width, &height); in load()
237 fread(_lineBuffer, 1, _lineSize, _black); in readLine()
243 fread(_lineBuffer, 1, _lineSize, _black); in readLine()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.0.1-1/src/
H A Dpbmimage.cpp42 _black = NULL; in PbmImage()
69 if (_black) { in unload()
70 fclose(_black); in unload()
72 _black = NULL; in unload()
103 if (!(_black = fopen(_blackFile, "r"))) { in load()
126 fgets((char *)&buffer, sizeof(buffer), _black); in load()
132 fgets((char *)&buffer, sizeof(buffer), _black); in load()
133 fscanf(_black, "%u %u\n", &width, &height); in load()
242 fread(_lineBuffer, 1, _lineSize, _black); in readLine()
248 fread(_lineBuffer, 1, _lineSize, _black); in readLine()
/dports/games/crafty/crafty-25.2_1/
H A Dtbprobe.h60 extern unsigned tb_probe_wdl_impl(uint64_t _white, uint64_t _black,
64 extern unsigned tb_probe_root_impl(uint64_t _white, uint64_t _black,
194 uint64_t _white, uint64_t _black, uint64_t _kings, uint64_t _queens, in tb_probe_wdl() argument
202 return tb_probe_wdl_impl(_white, _black, _kings, _queens, _rooks, in tb_probe_wdl()
251 static inline unsigned tb_probe_root(uint64_t _white, uint64_t _black, in tb_probe_root() argument
257 return tb_probe_root_impl(_white, _black, _kings, _queens, _rooks, in tb_probe_root()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Grade/
H A DGrade.cpp434 _black = black; in setValues()
516 … grade(r, _whitePoint.r, _blackPoint.r, _white.r, _black.r, _multiply.r, _offset.r, _gamma.r); in grade()
519 … grade(g, _whitePoint.g, _blackPoint.g, _white.g, _black.g, _multiply.g, _offset.g, _gamma.g); in grade()
522 … grade(b, _whitePoint.b, _blackPoint.b, _white.b, _black.b, _multiply.b, _offset.b, _gamma.b); in grade()
525 … grade(a, _whitePoint.a, _blackPoint.a, _white.a, _black.a, _multiply.a, _offset.a, _gamma.a); in grade()
590 RGBAValues _black; member in GradeProcessorBase
769 , _black(NULL) in GradePlugin()
795 _black = fetchRGBAParam(kParamBlack); in GradePlugin()
940 RGBAParam* _black; member in GradePlugin
1026 _black->getValueAtTime(time, black.r, black.g, black.b, black.a); in setupAndProcess()
[all …]
/dports/www/py-bokeh/bokeh-2.3.3/tests/unit/bokeh/colors/
H A Dtest_groups.py184 _black = ( variable
/dports/biology/py-hits/hits-0.1/hits/visualize/interactive/
H A Dscatter_color.coffee15 main_key = '_black'
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.0.1-1/include/
H A Dpbmimage.h36 FILE* _black; variable
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.0.2/include/
H A Dpbmimage.h36 FILE* _black; variable
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.0.1/include/
H A Dpbmimage.h36 FILE* _black; variable
/dports/irc/infobot/infobot-0.45.3/extras/
H A DANSI.pl20 $b_black = cl('bold black'); $_black = cl('black');
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/branches/branche-1.0/include/
H A Dpbmimage.h36 FILE* _black; variable
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.1.0/include/
H A Dpbmimage.h36 FILE* _black; variable
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.1.1/include/
H A Dpbmimage.h36 FILE* _black; variable
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Log2Lin/
H A DLog2Lin.cpp435 , _black(NULL) in Log2LinPlugin()
470 _black = fetchRGBParam(kParamBlack); in Log2LinPlugin()
473 assert(_operation && _black && _white && _gamma); in Log2LinPlugin()
503 RGBParam* _black; member in Log2LinPlugin
596 _black->getValueAtTime(time, black[0], black[1], black[2]); in setupAndProcess()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword2/
H A Danimation.cpp70 _black = 0; in MoviePlayer()
364 _black = i; in playVideo()
387 …coderType == kVideoDecoderMP2) ? g_system->getScreenFormat().RGBToColor(0x00, 0x00, 0x00) : _black; in getBlackColor()
H A Danimation.h79 byte _white, _black; variable
/dports/games/scummvm/scummvm-2.5.1/engines/sword2/
H A Danimation.cpp70 _black = 0; in MoviePlayer()
368 _black = i; in playVideo()
391 …coderType == kVideoDecoderMP2) ? g_system->getScreenFormat().RGBToColor(0x00, 0x00, 0x00) : _black; in getBlackColor()
H A Danimation.h79 byte _white, _black; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword1/
H A Danimation.h77 uint32 _black; variable
H A Danimation.cpp113 _black = 0; in MoviePlayer()
358 _black = i; in playVideo()
431 …coderType == kVideoDecoderMP2) ? g_system->getScreenFormat().RGBToColor(0x00, 0x00, 0x00) : _black; in getBlackColor()
/dports/games/scummvm/scummvm-2.5.1/engines/sword1/
H A Danimation.h77 uint32 _black; variable

123456789