Home
last modified time | relevance | path

Searched refs:g_plane (Results 1 – 25 of 32) sorted by relevance

12

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevcp50.c77 byte *g_plane = (byte *)gs_malloc(X_PIXEL*Y_PIXEL, 1, "cp50_print_page(g_plane)"); in cp50_print_page() local
91 if ( out == 0 || r_plane == 0 || g_plane == 0 || b_plane == 0 || in cp50_print_page()
99 if (g_plane) in cp50_print_page()
100 gs_free((char *)g_plane, X_PIXEL*Y_PIXEL, 1, in cp50_print_page()
113 memset(g_plane, -1, X_PIXEL*Y_PIXEL); in cp50_print_page()
146 g_plane[col] = out[i*3+1+FIRST_COLUMN]; in cp50_print_page()
160 t_plane[(Y_PIXEL-1-j)+i*Y_PIXEL] = g_plane[i+j*X_PIXEL]; in cp50_print_page()
171 gs_free((char *)g_plane, X_PIXEL*Y_PIXEL, 1, "cp50_print_page(g_plane)"); in cp50_print_page()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevcp50.c77 byte *g_plane = (byte *)gs_malloc(X_PIXEL*Y_PIXEL, 1, "cp50_print_page(g_plane)"); in cp50_print_page() local
91 if ( out == 0 || r_plane == 0 || g_plane == 0 || b_plane == 0 || in cp50_print_page()
99 if (g_plane) in cp50_print_page()
100 gs_free((char *)g_plane, X_PIXEL*Y_PIXEL, 1, in cp50_print_page()
113 memset(g_plane, -1, X_PIXEL*Y_PIXEL); in cp50_print_page()
146 g_plane[col] = out[i*3+1+FIRST_COLUMN]; in cp50_print_page()
160 t_plane[(Y_PIXEL-1-j)+i*Y_PIXEL] = g_plane[i+j*X_PIXEL]; in cp50_print_page()
171 gs_free((char *)g_plane, X_PIXEL*Y_PIXEL, 1, "cp50_print_page(g_plane)"); in cp50_print_page()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevcp50.c72 byte *g_plane = (byte *)gs_malloc(pdev->memory, X_PIXEL*Y_PIXEL, 1, "cp50_print_page(g_plane)"); in cp50_print_page() local
85 if ( out == 0 || r_plane == 0 || g_plane == 0 || b_plane == 0 || in cp50_print_page()
93 if (g_plane) in cp50_print_page()
94 gs_free(pdev->memory, (char *)g_plane, X_PIXEL*Y_PIXEL, 1, in cp50_print_page()
107 memset(g_plane, -1, X_PIXEL*Y_PIXEL); in cp50_print_page()
140 g_plane[col] = out[i*3+1+FIRST_COLUMN]; in cp50_print_page()
154 t_plane[(Y_PIXEL-1-j)+i*Y_PIXEL] = g_plane[i+j*X_PIXEL]; in cp50_print_page()
164 gs_free(pdev->memory, (char *)g_plane, X_PIXEL*Y_PIXEL, 1, "cp50_print_page(g_plane)"); in cp50_print_page()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevcp50.c72 byte *g_plane = (byte *)gs_malloc(pdev->memory, X_PIXEL*Y_PIXEL, 1, "cp50_print_page(g_plane)"); in cp50_print_page() local
85 if ( out == 0 || r_plane == 0 || g_plane == 0 || b_plane == 0 || in cp50_print_page()
93 if (g_plane) in cp50_print_page()
94 gs_free(pdev->memory, (char *)g_plane, X_PIXEL*Y_PIXEL, 1, in cp50_print_page()
107 memset(g_plane, -1, X_PIXEL*Y_PIXEL); in cp50_print_page()
140 g_plane[col] = out[i*3+1+FIRST_COLUMN]; in cp50_print_page()
154 t_plane[(Y_PIXEL-1-j)+i*Y_PIXEL] = g_plane[i+j*X_PIXEL]; in cp50_print_page()
164 gs_free(pdev->memory, (char *)g_plane, X_PIXEL*Y_PIXEL, 1, "cp50_print_page(g_plane)"); in cp50_print_page()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevcp50.c71 byte *g_plane = (byte *)gs_malloc(pdev->memory, X_PIXEL*Y_PIXEL, 1, "cp50_print_page(g_plane)"); in cp50_print_page() local
85 if ( out == 0 || r_plane == 0 || g_plane == 0 || b_plane == 0 || in cp50_print_page()
93 if (g_plane) in cp50_print_page()
94 gs_free(pdev->memory, (char *)g_plane, X_PIXEL*Y_PIXEL, 1, in cp50_print_page()
107 memset(g_plane, -1, X_PIXEL*Y_PIXEL); in cp50_print_page()
140 g_plane[col] = out[i*3+1+FIRST_COLUMN]; in cp50_print_page()
154 t_plane[(Y_PIXEL-1-j)+i*Y_PIXEL] = g_plane[i+j*X_PIXEL]; in cp50_print_page()
165 gs_free(pdev->memory, (char *)g_plane, X_PIXEL*Y_PIXEL, 1, "cp50_print_page(g_plane)"); in cp50_print_page()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevcp50.c71 byte *g_plane = (byte *)gs_malloc(pdev->memory, X_PIXEL*Y_PIXEL, 1, "cp50_print_page(g_plane)"); in cp50_print_page() local
85 if ( out == 0 || r_plane == 0 || g_plane == 0 || b_plane == 0 || in cp50_print_page()
93 if (g_plane) in cp50_print_page()
94 gs_free(pdev->memory, (char *)g_plane, X_PIXEL*Y_PIXEL, 1, in cp50_print_page()
107 memset(g_plane, -1, X_PIXEL*Y_PIXEL); in cp50_print_page()
140 g_plane[col] = out[i*3+1+FIRST_COLUMN]; in cp50_print_page()
154 t_plane[(Y_PIXEL-1-j)+i*Y_PIXEL] = g_plane[i+j*X_PIXEL]; in cp50_print_page()
165 gs_free(pdev->memory, (char *)g_plane, X_PIXEL*Y_PIXEL, 1, "cp50_print_page(g_plane)"); in cp50_print_page()
/dports/emulators/qemu42/qemu-4.2.1/hw/display/
H A Dxlnx_dp.c583 if (s->g_plane.surface != current_console_surface) { in xlnx_dp_recreate_surface()
584 qemu_free_displaysurface(s->g_plane.surface); in xlnx_dp_recreate_surface()
587 s->g_plane.surface in xlnx_dp_recreate_surface()
619 s->g_plane.format = PIXMAN_r8g8b8a8; in xlnx_dp_change_graphic_fmt()
622 s->g_plane.format = PIXMAN_a8b8g8r8; in xlnx_dp_change_graphic_fmt()
625 s->g_plane.format = PIXMAN_r5g6b5; in xlnx_dp_change_graphic_fmt()
628 s->g_plane.format = PIXMAN_r8g8b8; in xlnx_dp_change_graphic_fmt()
631 s->g_plane.format = PIXMAN_b8g8r8; in xlnx_dp_change_graphic_fmt()
1139 if ((surface_width(s->g_plane.surface) in xlnx_dp_blend_surface()
1141 (surface_height(s->g_plane.surface) in xlnx_dp_blend_surface()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/display/
H A Dxlnx_dp.c568 if (s->g_plane.surface != current_console_surface) { in xlnx_dp_recreate_surface()
569 qemu_free_displaysurface(s->g_plane.surface); in xlnx_dp_recreate_surface()
572 s->g_plane.surface in xlnx_dp_recreate_surface()
604 s->g_plane.format = PIXMAN_r8g8b8a8; in xlnx_dp_change_graphic_fmt()
607 s->g_plane.format = PIXMAN_a8b8g8r8; in xlnx_dp_change_graphic_fmt()
610 s->g_plane.format = PIXMAN_r5g6b5; in xlnx_dp_change_graphic_fmt()
613 s->g_plane.format = PIXMAN_r8g8b8; in xlnx_dp_change_graphic_fmt()
616 s->g_plane.format = PIXMAN_b8g8r8; in xlnx_dp_change_graphic_fmt()
1124 if ((surface_width(s->g_plane.surface) in xlnx_dp_blend_surface()
1126 (surface_height(s->g_plane.surface) in xlnx_dp_blend_surface()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/hw/display/
H A Dxlnx_dp.c585 if (s->g_plane.surface != current_console_surface) { in xlnx_dp_recreate_surface()
586 qemu_free_displaysurface(s->g_plane.surface); in xlnx_dp_recreate_surface()
589 s->g_plane.surface in xlnx_dp_recreate_surface()
621 s->g_plane.format = PIXMAN_r8g8b8a8; in xlnx_dp_change_graphic_fmt()
624 s->g_plane.format = PIXMAN_a8b8g8r8; in xlnx_dp_change_graphic_fmt()
627 s->g_plane.format = PIXMAN_r5g6b5; in xlnx_dp_change_graphic_fmt()
630 s->g_plane.format = PIXMAN_r8g8b8; in xlnx_dp_change_graphic_fmt()
633 s->g_plane.format = PIXMAN_b8g8r8; in xlnx_dp_change_graphic_fmt()
1141 if ((surface_width(s->g_plane.surface) in xlnx_dp_blend_surface()
1143 (surface_height(s->g_plane.surface) in xlnx_dp_blend_surface()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/hw/display/
H A Dxlnx_dp.c583 if (s->g_plane.surface != current_console_surface) { in xlnx_dp_recreate_surface()
584 qemu_free_displaysurface(s->g_plane.surface); in xlnx_dp_recreate_surface()
587 s->g_plane.surface in xlnx_dp_recreate_surface()
619 s->g_plane.format = PIXMAN_r8g8b8a8; in xlnx_dp_change_graphic_fmt()
622 s->g_plane.format = PIXMAN_a8b8g8r8; in xlnx_dp_change_graphic_fmt()
625 s->g_plane.format = PIXMAN_r5g6b5; in xlnx_dp_change_graphic_fmt()
628 s->g_plane.format = PIXMAN_r8g8b8; in xlnx_dp_change_graphic_fmt()
631 s->g_plane.format = PIXMAN_b8g8r8; in xlnx_dp_change_graphic_fmt()
1139 if ((surface_width(s->g_plane.surface) in xlnx_dp_blend_surface()
1141 (surface_height(s->g_plane.surface) in xlnx_dp_blend_surface()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/display/
H A Dxlnx_dp.c583 if (s->g_plane.surface != current_console_surface) { in xlnx_dp_recreate_surface()
584 qemu_free_displaysurface(s->g_plane.surface); in xlnx_dp_recreate_surface()
587 s->g_plane.surface in xlnx_dp_recreate_surface()
619 s->g_plane.format = PIXMAN_r8g8b8a8; in xlnx_dp_change_graphic_fmt()
622 s->g_plane.format = PIXMAN_a8b8g8r8; in xlnx_dp_change_graphic_fmt()
625 s->g_plane.format = PIXMAN_r5g6b5; in xlnx_dp_change_graphic_fmt()
628 s->g_plane.format = PIXMAN_r8g8b8; in xlnx_dp_change_graphic_fmt()
631 s->g_plane.format = PIXMAN_b8g8r8; in xlnx_dp_change_graphic_fmt()
1139 if ((surface_width(s->g_plane.surface) in xlnx_dp_blend_surface()
1141 (surface_height(s->g_plane.surface) in xlnx_dp_blend_surface()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/display/
H A Dxlnx_dp.c583 if (s->g_plane.surface != current_console_surface) { in xlnx_dp_recreate_surface()
584 qemu_free_displaysurface(s->g_plane.surface); in xlnx_dp_recreate_surface()
587 s->g_plane.surface in xlnx_dp_recreate_surface()
619 s->g_plane.format = PIXMAN_r8g8b8a8; in xlnx_dp_change_graphic_fmt()
622 s->g_plane.format = PIXMAN_a8b8g8r8; in xlnx_dp_change_graphic_fmt()
625 s->g_plane.format = PIXMAN_r5g6b5; in xlnx_dp_change_graphic_fmt()
628 s->g_plane.format = PIXMAN_r8g8b8; in xlnx_dp_change_graphic_fmt()
631 s->g_plane.format = PIXMAN_b8g8r8; in xlnx_dp_change_graphic_fmt()
1139 if ((surface_width(s->g_plane.surface) in xlnx_dp_blend_surface()
1141 (surface_height(s->g_plane.surface) in xlnx_dp_blend_surface()
[all …]
/dports/emulators/qemu/qemu-6.2.0/hw/display/
H A Dxlnx_dp.c585 if (s->g_plane.surface != current_console_surface) { in xlnx_dp_recreate_surface()
586 qemu_free_displaysurface(s->g_plane.surface); in xlnx_dp_recreate_surface()
589 s->g_plane.surface in xlnx_dp_recreate_surface()
621 s->g_plane.format = PIXMAN_r8g8b8a8; in xlnx_dp_change_graphic_fmt()
624 s->g_plane.format = PIXMAN_a8b8g8r8; in xlnx_dp_change_graphic_fmt()
627 s->g_plane.format = PIXMAN_r5g6b5; in xlnx_dp_change_graphic_fmt()
630 s->g_plane.format = PIXMAN_r8g8b8; in xlnx_dp_change_graphic_fmt()
633 s->g_plane.format = PIXMAN_b8g8r8; in xlnx_dp_change_graphic_fmt()
1145 if ((surface_width(s->g_plane.surface) in xlnx_dp_blend_surface()
1147 (surface_height(s->g_plane.surface) in xlnx_dp_blend_surface()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/hw/display/
H A Dxlnx_dp.c585 if (s->g_plane.surface != current_console_surface) { in xlnx_dp_recreate_surface()
586 qemu_free_displaysurface(s->g_plane.surface); in xlnx_dp_recreate_surface()
589 s->g_plane.surface in xlnx_dp_recreate_surface()
621 s->g_plane.format = PIXMAN_r8g8b8a8; in xlnx_dp_change_graphic_fmt()
624 s->g_plane.format = PIXMAN_a8b8g8r8; in xlnx_dp_change_graphic_fmt()
627 s->g_plane.format = PIXMAN_r5g6b5; in xlnx_dp_change_graphic_fmt()
630 s->g_plane.format = PIXMAN_r8g8b8; in xlnx_dp_change_graphic_fmt()
633 s->g_plane.format = PIXMAN_b8g8r8; in xlnx_dp_change_graphic_fmt()
1141 if ((surface_width(s->g_plane.surface) in xlnx_dp_blend_surface()
1143 (surface_height(s->g_plane.surface) in xlnx_dp_blend_surface()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/display/
H A Dxlnx_dp.c585 if (s->g_plane.surface != current_console_surface) { in xlnx_dp_recreate_surface()
586 qemu_free_displaysurface(s->g_plane.surface); in xlnx_dp_recreate_surface()
589 s->g_plane.surface in xlnx_dp_recreate_surface()
621 s->g_plane.format = PIXMAN_r8g8b8a8; in xlnx_dp_change_graphic_fmt()
624 s->g_plane.format = PIXMAN_a8b8g8r8; in xlnx_dp_change_graphic_fmt()
627 s->g_plane.format = PIXMAN_r5g6b5; in xlnx_dp_change_graphic_fmt()
630 s->g_plane.format = PIXMAN_r8g8b8; in xlnx_dp_change_graphic_fmt()
633 s->g_plane.format = PIXMAN_b8g8r8; in xlnx_dp_change_graphic_fmt()
1145 if ((surface_width(s->g_plane.surface) in xlnx_dp_blend_surface()
1147 (surface_height(s->g_plane.surface) in xlnx_dp_blend_surface()
[all …]
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Denc_xyb.h33 void RgbToYcbcr(const ImageF& r_plane, const ImageF& g_plane,
H A Denc_xyb.cc336 void RgbToYcbcr(const ImageF& r_plane, const ImageF& g_plane, in RgbToYcbcr() argument
367 const float* g_row = g_plane.ConstRow(y); in RgbToYcbcr()
410 void RgbToYcbcr(const ImageF& r_plane, const ImageF& g_plane, in RgbToYcbcr() argument
413 return HWY_DYNAMIC_DISPATCH(RgbToYcbcr)(r_plane, g_plane, b_plane, y_plane, in RgbToYcbcr()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Denc_xyb.h33 void RgbToYcbcr(const ImageF& r_plane, const ImageF& g_plane,
H A Denc_xyb.cc336 void RgbToYcbcr(const ImageF& r_plane, const ImageF& g_plane, in RgbToYcbcr() argument
367 const float* g_row = g_plane.ConstRow(y); in RgbToYcbcr()
410 void RgbToYcbcr(const ImageF& r_plane, const ImageF& g_plane, in RgbToYcbcr() argument
413 return HWY_DYNAMIC_DISPATCH(RgbToYcbcr)(r_plane, g_plane, b_plane, y_plane, in RgbToYcbcr()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Denc_xyb.h33 void RgbToYcbcr(const ImageF& r_plane, const ImageF& g_plane,
H A Denc_xyb.cc336 void RgbToYcbcr(const ImageF& r_plane, const ImageF& g_plane, in RgbToYcbcr() argument
367 const float* g_row = g_plane.ConstRow(y); in RgbToYcbcr()
410 void RgbToYcbcr(const ImageF& r_plane, const ImageF& g_plane, in RgbToYcbcr() argument
413 return HWY_DYNAMIC_DISPATCH(RgbToYcbcr)(r_plane, g_plane, b_plane, y_plane, in RgbToYcbcr()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Denc_xyb.h33 Status RgbToYcbcr(const ImageF& r_plane, const ImageF& g_plane,
H A Denc_xyb.cc339 Status RgbToYcbcr(const ImageF& r_plane, const ImageF& g_plane, in RgbToYcbcr() argument
370 const float* g_row = g_plane.ConstRow(y); in RgbToYcbcr()
413 Status RgbToYcbcr(const ImageF& r_plane, const ImageF& g_plane, in RgbToYcbcr() argument
416 return HWY_DYNAMIC_DISPATCH(RgbToYcbcr)(r_plane, g_plane, b_plane, y_plane, in RgbToYcbcr()
/dports/emulators/qemu42/qemu-4.2.1/include/hw/display/
H A Dxlnx_dp.h76 struct PixmanPlane g_plane; member
/dports/emulators/qemu/qemu-6.2.0/include/hw/display/
H A Dxlnx_dp.h77 struct PixmanPlane g_plane; member

12