Home
last modified time | relevance | path

Searched refs:RGB2BGR (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/svgalib/svgalib-1.4.3/src/
H A Dvgapix.c24 static inline int RGB2BGR(int c) in RGB2BGR() function
111 c = RGB2BGR(COL); in vga_drawpixel_bg()
236 c = RGB2BGR(COL); in vga_drawpixel()
422 pix=RGB2BGR(pix+(gr_readb(0)<<16)); in vga_getpixel()
426 return RGB2BGR(pix + (gr_readb(0) << 16)); in vga_getpixel()
432 pix=RGB2BGR(pix+(gr_readw(0)<<8)); in vga_getpixel()
436 return RGB2BGR(pix + (gr_readw(0) << 8)); in vga_getpixel()
441 pix=RGB2BGR(gr_readw(offset)+(gr_readb(offset+2)<<26)); in vga_getpixel()
445 return RGB2BGR(gr_readw(offset) in vga_getpixel()
/dports/graphics/svgalib/svgalib-1.4.3/gl/
H A Ddriver.c31 static inline int RGB2BGR(int c) in RGB2BGR() function
608 c = RGB2BGR(c); in __svgalib_driver24_setpixel()
619 c = RGB2BGR(c); in __svgalib_driver24p_setpixel()
675 c = RGB2BGR(c); in __svgalib_driver24_hline()
689 c = RGB2BGR(c); in __svgalib_driver24p_hline()
723 c = RGB2BGR(c); in __svgalib_driver24_fillbox()
741 c = RGB2BGR(c); in __svgalib_driver24p_fillbox()
1013 c = RGB2BGR(*(unsigned *) (bp + 3)); in __svgalib_driver24_putboxmask()
1018 c = RGB2BGR(*(unsigned *) (bp + 6)); in __svgalib_driver24_putboxmask()
1023 c = RGB2BGR(*(unsigned *) (bp + 9)); in __svgalib_driver24_putboxmask()
[all …]
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/docs/how-to-use-and-FAQ/
H A Duse-ncnn-with-alexnet.zh.md129 支持 RGB2GRAY GRAY2RGB RGB2BGR 等常用转换,支持缩小和放大
H A Duse-ncnn-with-alexnet.md140 Support RGB2GRAY GRAY2RGB RGB2BGR etc, support scale up and scale down
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/docs/how-to-use-and-FAQ/
H A Duse-ncnn-with-alexnet.zh.md129 支持 RGB2GRAY GRAY2RGB RGB2BGR 等常用转换,支持缩小和放大
H A Duse-ncnn-with-alexnet.md140 Support RGB2GRAY GRAY2RGB RGB2BGR etc, support scale up and scale down
/dports/misc/ncnn/ncnn-20211208/docs/how-to-use-and-FAQ/
H A Duse-ncnn-with-alexnet.zh.md129 支持 RGB2GRAY GRAY2RGB RGB2BGR 等常用转换,支持缩小和放大
H A Duse-ncnn-with-alexnet.md140 Support RGB2GRAY GRAY2RGB RGB2BGR etc, support scale up and scale down
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/docs/how-to-use-and-FAQ/
H A Duse-ncnn-with-alexnet.zh.md129 支持 RGB2GRAY GRAY2RGB RGB2BGR 等常用转换,支持缩小和放大
H A Duse-ncnn-with-alexnet.md140 Support RGB2GRAY GRAY2RGB RGB2BGR etc, support scale up and scale down
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/docs/how-to-use-and-FAQ/
H A Duse-ncnn-with-alexnet.zh.md129 支持 RGB2GRAY GRAY2RGB RGB2BGR 等常用转换,支持缩小和放大
H A Duse-ncnn-with-alexnet.md140 Support RGB2GRAY GRAY2RGB RGB2BGR etc, support scale up and scale down
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A DprojectM.cpp68 static const GLushort RGB2BGR[4] = {0, 2, 2, 0}; variable
308 glPixelMapusv(GL_PIXEL_MAP_I_TO_I, 4, RGB2BGR); in render_frame()
314 glPixelMapusv(GL_PIXEL_MAP_I_TO_I, 4, RGB2BGR); in render_frame()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/ocl/
H A Dtest_color.cpp142 OCL_TEST_P(CvtColor, RGB2BGR) { performTest(3, 3, CVTCODE(RGB2BGR)); } in OCL_TEST_P() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/
H A Dprogressive_decoder.cpp50 void RGB2BGR(uint8_t* buffer, int width = 1) { in RGB2BGR() function
1100 RGB2BGR(m_pDecodeBuf.get() + m_clipBox.left * src_Bpp, m_clipBox.Width()); in JpegContinueDecode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/
H A Dprogressivedecoder.cpp40 void RGB2BGR(uint8_t* buffer, int width = 1) { in RGB2BGR() function
1130 RGB2BGR(m_pDecodeBuf.get() + m_clipBox.left * src_Bpp, m_clipBox.Width()); in JpegContinueDecode()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/codec/
H A Dfx_codec_progress.cpp27 void RGB2BGR(uint8_t* buffer, int width = 1) { in RGB2BGR() function
2065 RGB2BGR(m_pDecodeBuf + m_clipBox.left * src_Bpp, m_clipBox.Width()); in ContinueDecode()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/codec/
H A Dfx_codec_progress.cpp25 void RGB2BGR(uint8_t* buffer, int width = 1) { in RGB2BGR() function
2105 RGB2BGR(m_pDecodeBuf + m_clipBox.left * src_Bpp, m_clipBox.Width()); in ContinueDecode()