Home
last modified time | relevance | path

Searched refs:show_enum (Results 1 – 14 of 14) sorted by relevance

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpdti.c339 gs_show_enum *show_enum = (gs_show_enum *)pdev->pte; in pdf_begin_char_proc() local
344 int allowed_op = (show_enum->text.operation & in pdf_begin_char_proc()
357 if ((show_enum->current_font->FontType == ft_user_defined || in pdf_begin_char_proc()
358 show_enum->current_font->FontType == ft_PDF_user_defined || in pdf_begin_char_proc()
359 show_enum->current_font->FontType == ft_PCL_user_defined || in pdf_begin_char_proc()
360 show_enum->current_font->FontType == ft_MicroType || in pdf_begin_char_proc()
361 show_enum->current_font->FontType == ft_GL2_stick_user_defined || in pdf_begin_char_proc()
363show_enum->current_font->FontMatrix.xx == 1 && show_enum->current_font->FontMatrix.xy == 0 && in pdf_begin_char_proc()
364show_enum->current_font->FontMatrix.yx == 0 && show_enum->current_font->FontMatrix.yy == 1) { in pdf_begin_char_proc()
367 gs_font_base *base = (gs_font_base *)show_enum->current_font; in pdf_begin_char_proc()
[all …]
H A Dgdevpdfb.c141 gs_show_enum *show_enum = (gs_show_enum *)pdev->pte; in pdf_copy_mono() local
159 if (id != gx_no_bitmap_id && sourcex == 0 && show_enum) { in pdf_copy_mono()
162 if (show_enum->use_wxy_float) in pdf_copy_mono()
163 pdev->char_width.x = show_enum->wxy_float.x; in pdf_copy_mono()
165 pdev->char_width.x = fixed2float(show_enum->wxy.x); in pdf_copy_mono()
170 x_offset = x - (int)show_enum->pgs->current_point.x; in pdf_copy_mono()
171 y_offset = y - (int)show_enum->pgs->current_point.y; in pdf_copy_mono()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpdti.c339 gs_show_enum *show_enum = (gs_show_enum *)pdev->pte; in pdf_begin_char_proc() local
344 int allowed_op = (show_enum->text.operation & in pdf_begin_char_proc()
357 if ((show_enum->current_font->FontType == ft_user_defined || in pdf_begin_char_proc()
358 show_enum->current_font->FontType == ft_PDF_user_defined || in pdf_begin_char_proc()
359 show_enum->current_font->FontType == ft_PCL_user_defined || in pdf_begin_char_proc()
360 show_enum->current_font->FontType == ft_MicroType || in pdf_begin_char_proc()
361 show_enum->current_font->FontType == ft_GL2_stick_user_defined || in pdf_begin_char_proc()
363show_enum->current_font->FontMatrix.xx == 1 && show_enum->current_font->FontMatrix.xy == 0 && in pdf_begin_char_proc()
364show_enum->current_font->FontMatrix.yx == 0 && show_enum->current_font->FontMatrix.yy == 1) { in pdf_begin_char_proc()
367 gs_font_base *base = (gs_font_base *)show_enum->current_font; in pdf_begin_char_proc()
[all …]
H A Dgdevpdfb.c141 gs_show_enum *show_enum = (gs_show_enum *)pdev->pte; in pdf_copy_mono() local
159 if (id != gx_no_bitmap_id && sourcex == 0 && show_enum) { in pdf_copy_mono()
162 if (show_enum->use_wxy_float) in pdf_copy_mono()
163 pdev->char_width.x = show_enum->wxy_float.x; in pdf_copy_mono()
165 pdev->char_width.x = fixed2float(show_enum->wxy.x); in pdf_copy_mono()
170 x_offset = x - (int)show_enum->pgs->current_point.x; in pdf_copy_mono()
171 y_offset = y - (int)show_enum->pgs->current_point.y; in pdf_copy_mono()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpdfb.c138 gs_show_enum *show_enum = (gs_show_enum *)pdev->pte; in pdf_copy_mono() local
156 if (id != gx_no_bitmap_id && sourcex == 0 && show_enum) { in pdf_copy_mono()
159 if (show_enum->use_wxy_float) in pdf_copy_mono()
160 pdev->char_width.x = show_enum->wxy_float.x; in pdf_copy_mono()
162 pdev->char_width.x = fixed2float(show_enum->wxy.x); in pdf_copy_mono()
167 x_offset = x - (int)show_enum->pis->current_point.x; in pdf_copy_mono()
168 y_offset = y - (int)show_enum->pis->current_point.y; in pdf_copy_mono()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpdfb.c141 gs_show_enum *show_enum = (gs_show_enum *)pdev->pte; in pdf_copy_mono() local
159 if (id != gx_no_bitmap_id && sourcex == 0 && show_enum) { in pdf_copy_mono()
162 if (show_enum->use_wxy_float) in pdf_copy_mono()
163 pdev->char_width.x = show_enum->wxy_float.x; in pdf_copy_mono()
165 pdev->char_width.x = fixed2float(show_enum->wxy.x); in pdf_copy_mono()
170 x_offset = x - (int)show_enum->pis->current_point.x; in pdf_copy_mono()
171 y_offset = y - (int)show_enum->pis->current_point.y; in pdf_copy_mono()
H A Dgdevpdti.c333 gs_show_enum *show_enum = (gs_show_enum *)pdev->pte; in pdf_begin_char_proc() local
338 int allowed_op = (show_enum->text.operation & in pdf_begin_char_proc()
351 if ((show_enum->current_font->FontType == ft_user_defined || in pdf_begin_char_proc()
352 show_enum->current_font->FontType == ft_PCL_user_defined || in pdf_begin_char_proc()
353 show_enum->current_font->FontType == ft_GL2_stick_user_defined) && allowed_op && in pdf_begin_char_proc()
354show_enum->current_font->FontMatrix.xx == 1 && show_enum->current_font->FontMatrix.xy == 0 && in pdf_begin_char_proc()
355show_enum->current_font->FontMatrix.yx == 0 && show_enum->current_font->FontMatrix.yy == 1) { in pdf_begin_char_proc()
358 gs_font_base *base = (gs_font_base *)show_enum->current_font; in pdf_begin_char_proc()
359 … code = pdf_attached_font_resource(pdev, show_enum->current_font, &font, NULL, NULL, NULL, NULL); in pdf_begin_char_proc()
366 show_enum->index--; in pdf_begin_char_proc()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpdfb.c141 gs_show_enum *show_enum = (gs_show_enum *)pdev->pte; in pdf_copy_mono() local
159 if (id != gx_no_bitmap_id && sourcex == 0 && show_enum) { in pdf_copy_mono()
162 if (show_enum->use_wxy_float) in pdf_copy_mono()
163 pdev->char_width.x = show_enum->wxy_float.x; in pdf_copy_mono()
165 pdev->char_width.x = fixed2float(show_enum->wxy.x); in pdf_copy_mono()
170 x_offset = x - (int)show_enum->pis->current_point.x; in pdf_copy_mono()
171 y_offset = y - (int)show_enum->pis->current_point.y; in pdf_copy_mono()
H A Dgdevpdti.c333 gs_show_enum *show_enum = (gs_show_enum *)pdev->pte; in pdf_begin_char_proc() local
338 int allowed_op = (show_enum->text.operation & in pdf_begin_char_proc()
351 if ((show_enum->current_font->FontType == ft_user_defined || in pdf_begin_char_proc()
352 show_enum->current_font->FontType == ft_PCL_user_defined || in pdf_begin_char_proc()
353 show_enum->current_font->FontType == ft_GL2_stick_user_defined) && allowed_op && in pdf_begin_char_proc()
354show_enum->current_font->FontMatrix.xx == 1 && show_enum->current_font->FontMatrix.xy == 0 && in pdf_begin_char_proc()
355show_enum->current_font->FontMatrix.yx == 0 && show_enum->current_font->FontMatrix.yy == 1) { in pdf_begin_char_proc()
358 gs_font_base *base = (gs_font_base *)show_enum->current_font; in pdf_begin_char_proc()
359 … code = pdf_attached_font_resource(pdev, show_enum->current_font, &font, NULL, NULL, NULL, NULL); in pdf_begin_char_proc()
366 show_enum->index--; in pdf_begin_char_proc()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpdfb.c138 gs_show_enum *show_enum = (gs_show_enum *)pdev->pte; in pdf_copy_mono() local
156 if (id != gx_no_bitmap_id && sourcex == 0 && show_enum) { in pdf_copy_mono()
159 if (show_enum->use_wxy_float) in pdf_copy_mono()
160 pdev->char_width.x = show_enum->wxy_float.x; in pdf_copy_mono()
162 pdev->char_width.x = fixed2float(show_enum->wxy.x); in pdf_copy_mono()
167 x_offset = x - (int)show_enum->pis->current_point.x; in pdf_copy_mono()
168 y_offset = y - (int)show_enum->pis->current_point.y; in pdf_copy_mono()
/dports/mail/emailrelay/emailrelay-1.9/src/gui/
H A Dglink_win32.cpp89 …ath & working_dir , const G::Strings & args , const G::Path & icon_source , GLink::Show show_enum ) in GLinkImp() argument
97 if( show_enum == GLink::Show_Hide ) setShow( SW_HIDE ) ; in GLinkImp()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c191 static ssize_t show_enum(struct device *class_dev, in show_enum() function
348 cip->attr_enum.show = show_enum; in pvr2_sysfs_add_control()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c191 static ssize_t show_enum(struct device *class_dev, in show_enum() function
348 cip->attr_enum.show = show_enum; in pvr2_sysfs_add_control()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c191 static ssize_t show_enum(struct device *class_dev, in show_enum() function
348 cip->attr_enum.show = show_enum; in pvr2_sysfs_add_control()