Home
last modified time | relevance | path

Searched refs:RGB24 (Results 1 – 25 of 727) sorted by relevance

12345678910>>...30

/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/gpu_unai/
H A Dgpu_blit.h65 dst16[ 0] = RGB24(src8[ 0], src8[ 1], src8[ 2] ); in GPU_BlitWW()
66 dst16[ 1] = RGB24(src8[ 3], src8[ 4], src8[ 5] ); in GPU_BlitWW()
67 dst16[ 2] = RGB24(src8[ 6], src8[ 7], src8[ 8] ); in GPU_BlitWW()
68 dst16[ 3] = RGB24(src8[ 9], src8[10], src8[11] ); in GPU_BlitWW()
69 dst16[ 4] = RGB24(src8[12], src8[13], src8[14] ); in GPU_BlitWW()
70 dst16[ 5] = RGB24(src8[15], src8[16], src8[17] ); in GPU_BlitWW()
71 dst16[ 6] = RGB24(src8[18], src8[19], src8[20] ); in GPU_BlitWW()
72 dst16[ 7] = RGB24(src8[21], src8[22], src8[23] ); in GPU_BlitWW()
74 dst16[ 8] = RGB24(src8[24], src8[25], src8[26] ); in GPU_BlitWW()
75 dst16[ 9] = RGB24(src8[27], src8[28], src8[29] ); in GPU_BlitWW()
[all …]
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/gpu_unai/
H A Dgpu_blit.h65 dst16[ 0] = RGB24(src8[ 0], src8[ 1], src8[ 2] ); in GPU_BlitWW()
66 dst16[ 1] = RGB24(src8[ 3], src8[ 4], src8[ 5] ); in GPU_BlitWW()
67 dst16[ 2] = RGB24(src8[ 6], src8[ 7], src8[ 8] ); in GPU_BlitWW()
68 dst16[ 3] = RGB24(src8[ 9], src8[10], src8[11] ); in GPU_BlitWW()
69 dst16[ 4] = RGB24(src8[12], src8[13], src8[14] ); in GPU_BlitWW()
70 dst16[ 5] = RGB24(src8[15], src8[16], src8[17] ); in GPU_BlitWW()
71 dst16[ 6] = RGB24(src8[18], src8[19], src8[20] ); in GPU_BlitWW()
72 dst16[ 7] = RGB24(src8[21], src8[22], src8[23] ); in GPU_BlitWW()
74 dst16[ 8] = RGB24(src8[24], src8[25], src8[26] ); in GPU_BlitWW()
75 dst16[ 9] = RGB24(src8[27], src8[28], src8[29] ); in GPU_BlitWW()
[all …]
/dports/devel/blitz/blitz-1.0.2/testsuite/
H A Dextract.cpp6 class RGB24 { class
10 RGB24() { } in RGB24() function in RGB24
34 const int RGB24::red;
35 const int RGB24::green;
36 const int RGB24::blue;
81 Array<RGB24,2> E(5,5); in BZ_DECLARE_ARRAY_ET_SCALAR_OPS()
82 E[RGB24::red] = 30; in BZ_DECLARE_ARRAY_ET_SCALAR_OPS()
83 E[RGB24::green] = 50; in BZ_DECLARE_ARRAY_ET_SCALAR_OPS()
84 E[RGB24::blue] = 15; in BZ_DECLARE_ARRAY_ET_SCALAR_OPS()
87 RGB24 z(30,50,15); in BZ_DECLARE_ARRAY_ET_SCALAR_OPS()
[all …]
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera/src/VCamUtils/src/image/
H A Dvideoframe.cpp39 struct RGB24 struct
242 inline RGB24 extrapolateColor(const RGB24 &colorMin,
243 const RGB24 &colorMax,
246 inline RGB24 extrapolateColor(int xMin, int xMax,
382 auto dstLine = reinterpret_cast<RGB24 *> in load()
403 auto dstLine = reinterpret_cast<RGB24 *> in load()
496 memcpy(dstLine, srcLine, size_t(width) * sizeof(RGB24)); in mirror()
683 auto destLine = reinterpret_cast<RGB24 *>(dst.line(0, size_t(y))); in swapRgb()
748 auto destLine = reinterpret_cast<RGB24 *>(dst.line(0, size_t(y))); in adjustHsl()
1597 AkVCam::RGB24 AkVCam::VideoFramePrivate::extrapolateColor(const RGB24 &colorMin, in extrapolateColor()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/jpg/
H A Dmultichan.c26 case RGB24: in notrans()
40 ni = allocimage(display, i->r, RGB24, 0, DNofill); in multichan()
55 ni = allocmemimage(i->r, RGB24); in memmultichan()
H A Donechan.c31 case RGB24: in easycase()
126 case RGB24: in load()
177 ni = allocimage(display, i->r, RGB24, 0, DNofill); in onechan()
210 ni = allocmemimage(i->r, RGB24); in memonechan()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/dfxvideo/
H A Ddraw_pl.c35 rcbs->pl_vout_flip(srcs, 1024, PSXDisplay.RGB24, w, h); in blit()
48 || PSXDisplay.RGB24 != fb24bpp) { in DoBufferSwap()
51 fb24bpp = PSXDisplay.RGB24; in DoBufferSwap()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/dfxvideo/
H A Ddraw_pl.c35 rcbs->pl_vout_flip(srcs, 1024, PSXDisplay.RGB24, w, h); in blit()
48 || PSXDisplay.RGB24 != fb24bpp) { in DoBufferSwap()
51 fb24bpp = PSXDisplay.RGB24; in DoBufferSwap()
/dports/audio/protracker/pt2-clone-1.37/pt_pal_editor/src/
H A Dpalette.c167 patternCursorBMP[(y * 11) + x] = RGB24(r8, g8, b8);
204 patternCursorBMP[(y * 11) + x] = RGB24(r8, g8, b8);
246 pixel24 = RGB24(r8_2, g8_2, b8_2);
253 vuMeterBMP[(i * 10) + j] = RGB24(r8, g8, b8);
275 pixel24 = RGB24(r8_2, g8_2, b8_2);
/dports/editors/poke/poke-1.0/pickles/
H A Drgb24.pk1 /* rgb24.pk - RGB24 encoding of colors. */
23 to their corresponding RGB24 encodings. */
29 /* A RGB24 color is the composition of red, green and blue beams. */
37 /* RGB24 colors for the standard colors. */
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnzbase/tscanner/
H A Dtscanner.cpp90 if (!m_bw) m_scanType = m_gray ? GR8 : RGB24; in setSupportedTypes()
93 if (!m_gray) m_scanType = m_rgb ? RGB24 : BW; in setSupportedTypes()
95 case RGB24: in setSupportedTypes()
103 m_scanType = RGB24; in setSupportedTypes()
120 case RGB24: in isSupported()
182 scanType == RGB24); in setScanType()
225 case RGB24: in saveData()
290 m_scanType = RGB24; in loadData()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/color_space_converter/src/
H A Dumc_video_processing.cpp118 case YUV444: return RGB24; in GetIntermediatedColor()
122 case RGB32: return RGB24; in GetIntermediatedColor()
123 case RGB24: return RGB32; in GetIntermediatedColor()
124 case RGB565: return RGB24; in GetIntermediatedColor()
125 case RGB555: return RGB24; in GetIntermediatedColor()
126 case RGB444: return RGB24; in GetIntermediatedColor()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/9term/
H A Ddata.c178 background = allocimage(display, Rect(0,0,1,1), RGB24, 1, 0x777777FF); in iconinit()
179 red = allocimage(display, Rect(0,0,1,1), RGB24, 1, 0xDD0000FF); in iconinit()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DImageBitmapUtils.cpp313 case ImageBitmapFormat::RGB24: in DECLARE_Utils()
532 aDstFormat == ImageBitmapFormat::RGB24 || in PureCopy()
878 ImageBitmapFormat::RGB24); in ConvertFrom()
935 ImageBitmapFormat::RGB24, 3, &HSVToRGB24); in ConvertFrom()
943 ImageBitmapFormat::RGB24, 3, &LabToRGB24); in ConvertFrom()
1196 ImageBitmapFormat::RGB24, this); in ConvertFrom()
1203 ImageBitmapFormat::RGB24, this); in ConvertFrom()
1349 ImageBitmapFormat::RGB24, this); in ConvertFrom()
1356 ImageBitmapFormat::RGB24, this); in ConvertFrom()
1525 ImageBitmapFormat::RGB24, this); in ConvertFrom()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DImageBitmapUtils.cpp267 DECLARE_Utils(RGB24) in DECLARE_Utils()
293 case ImageBitmapFormat::RGB24: in DECLARE_Utils()
511 aDstFormat == ImageBitmapFormat::RGB24 || in PureCopy()
877 return PureCopy(aSrcUtils, aSrcBuffer, aSrcLayout, aDstBuffer, ImageBitmapFormat::RGB24); in ConvertFrom()
1205 …return TwoPassConversion(aSrcUtils, aSrcBuffer, aSrcLayout, aDstBuffer, ImageBitmapFormat::RGB24, … in ConvertFrom()
1212 …return TwoPassConversion(aSrcUtils, aSrcBuffer, aSrcLayout, aDstBuffer, ImageBitmapFormat::RGB24, … in ConvertFrom()
1370 …return TwoPassConversion(aSrcUtils, aSrcBuffer, aSrcLayout, aDstBuffer, ImageBitmapFormat::RGB24, … in ConvertFrom()
1377 …return TwoPassConversion(aSrcUtils, aSrcBuffer, aSrcLayout, aDstBuffer, ImageBitmapFormat::RGB24, … in ConvertFrom()
1560 …return TwoPassConversion(aSrcUtils, aSrcBuffer, aSrcLayout, aDstBuffer, ImageBitmapFormat::RGB24, … in ConvertFrom()
1567 …return TwoPassConversion(aSrcUtils, aSrcBuffer, aSrcLayout, aDstBuffer, ImageBitmapFormat::RGB24, … in ConvertFrom()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/
H A Dgdi-RGB24-ARGB32.patch8 summary: Bug 788794. Use BitBlt to do SOURCE and OVER from RGB24 to ARGB32. r=nical
22 +/* makes the alpha channel in a RGB24 surface 0xff */
52 + /* Because we store RGB24 & ARGB32 in the same way GDI has no way
53 + * to ignore the alpha channel from a RGB24 source. Therefore, we set
54 + * the alpha channel in our RGB24 source to opaque so that we can treat
/dports/www/firefox/firefox-99.0/gfx/cairo/
H A Dgdi-RGB24-ARGB32.patch8 summary: Bug 788794. Use BitBlt to do SOURCE and OVER from RGB24 to ARGB32. r=nical
22 +/* makes the alpha channel in a RGB24 surface 0xff */
52 + /* Because we store RGB24 & ARGB32 in the same way GDI has no way
53 + * to ignore the alpha channel from a RGB24 source. Therefore, we set
54 + * the alpha channel in our RGB24 source to opaque so that we can treat
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/
H A Dgdi-RGB24-ARGB32.patch8 summary: Bug 788794. Use BitBlt to do SOURCE and OVER from RGB24 to ARGB32. r=nical
22 +/* makes the alpha channel in a RGB24 surface 0xff */
52 + /* Because we store RGB24 & ARGB32 in the same way GDI has no way
53 + * to ignore the alpha channel from a RGB24 source. Therefore, we set
54 + * the alpha channel in our RGB24 source to opaque so that we can treat
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/
H A Dgdi-RGB24-ARGB32.patch8 summary: Bug 788794. Use BitBlt to do SOURCE and OVER from RGB24 to ARGB32. r=nical
22 +/* makes the alpha channel in a RGB24 surface 0xff */
52 + /* Because we store RGB24 & ARGB32 in the same way GDI has no way
53 + * to ignore the alpha channel from a RGB24 source. Therefore, we set
54 + * the alpha channel in our RGB24 source to opaque so that we can treat
/dports/audio/protracker/pt2-clone-1.37/src/
H A Dpt2_bmp.c55 patternCursorBMP[(y * 11) + x] = RGB24(r8, g8, b8); in createBitmaps()
92 patternCursorBMP[(y * 11) + x] = RGB24(r8, g8, b8); in createBitmaps()
126 pixel24 = RGB24(r8_2, g8_2, b8_2); in createBitmaps()
133 vuMeterBMP[(i * 10) + j] = RGB24(r8, g8, b8); in createBitmaps()
155 pixel24 = RGB24(r8_2, g8_2, b8_2); in createBitmaps()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/
H A Dgdi-RGB24-ARGB32.patch8 summary: Bug 788794. Use BitBlt to do SOURCE and OVER from RGB24 to ARGB32. r=nical
22 +/* makes the alpha channel in a RGB24 surface 0xff */
52 + /* Because we store RGB24 & ARGB32 in the same way GDI has no way
53 + * to ignore the alpha channel from a RGB24 source. Therefore, we set
54 + * the alpha channel in our RGB24 source to opaque so that we can treat
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/
H A Dgdi-RGB24-ARGB32.patch8 summary: Bug 788794. Use BitBlt to do SOURCE and OVER from RGB24 to ARGB32. r=nical
22 +/* makes the alpha channel in a RGB24 surface 0xff */
52 + /* Because we store RGB24 & ARGB32 in the same way GDI has no way
53 + * to ignore the alpha channel from a RGB24 source. Therefore, we set
54 + * the alpha channel in our RGB24 source to opaque so that we can treat
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/gpu-gles/
H A Dgpulib_if.c95 if(PSXDisplay.RGB24)// && !bNeedUploadAfter) // (mdec) upload wanted? in updateDisplay()
274 if((PSXDisplay.RGB24 == PSXDisplay.RGB24New) && in updateDisplayIfChanged()
289 if(PSXDisplay.RGB24!=PSXDisplay.RGB24New) // clean up textures, if rgb mode change (usu… in updateDisplayIfChanged()
291 PreviousPSXDisplay.RGB24=0; // no full 24 frame uploaded yet in updateDisplayIfChanged()
296 PSXDisplay.RGB24 = PSXDisplay.RGB24New; // get new infos in updateDisplayIfChanged()
327 PSXDisplay.RGB24=FALSE; in GPUwriteStatus_ext()
341 if(!PSXDisplay.RGB24) in GPUwriteStatus_ext()
492 PSXDisplay.RGB24 = FALSE; // init some stuff in renderer_init()
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Dtim2.c123 RGB24=1, enumerator
184 case RGB24: in GetChannelValue()
441 SetPixelRed(image,GetChannelValue(word,0,RGB24),q); in ReadTIM2ImageData()
442 SetPixelGreen(image,GetChannelValue(word,1,RGB24),q); in ReadTIM2ImageData()
443 SetPixelBlue(image,GetChannelValue(word,2,RGB24),q); in ReadTIM2ImageData()
563 image->colormap[i].red=GetChannelValue(word,0,RGB24); in ReadTIM2ImageData()
564 image->colormap[i].green=GetChannelValue(word,1,RGB24); in ReadTIM2ImageData()
565 image->colormap[i].blue=GetChannelValue(word,2,RGB24); in ReadTIM2ImageData()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/coders/
H A Dtim2.c123 RGB24=1, enumerator
184 case RGB24: in GetChannelValue()
441 SetPixelRed(image,GetChannelValue(word,0,RGB24),q); in ReadTIM2ImageData()
442 SetPixelGreen(image,GetChannelValue(word,1,RGB24),q); in ReadTIM2ImageData()
443 SetPixelBlue(image,GetChannelValue(word,2,RGB24),q); in ReadTIM2ImageData()
563 image->colormap[i].red=GetChannelValue(word,0,RGB24); in ReadTIM2ImageData()
564 image->colormap[i].green=GetChannelValue(word,1,RGB24); in ReadTIM2ImageData()
565 image->colormap[i].blue=GetChannelValue(word,2,RGB24); in ReadTIM2ImageData()

12345678910>>...30