Home
last modified time | relevance | path

Searched refs:y_pixels_per_unit (Results 1 – 25 of 718) sorted by relevance

12345678910>>...29

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsdevmem.c40 float x_pixels_per_unit, y_pixels_per_unit; in gs_initialize_wordimagedevice() local
148 x_pixels_per_unit = pmat->xx, y_pixels_per_unit = pmat->yy; in gs_initialize_wordimagedevice()
150 x_pixels_per_unit = pmat->yx, y_pixels_per_unit = pmat->xy; in gs_initialize_wordimagedevice()
189 fabs(y_pixels_per_unit) * 72; in gs_initialize_wordimagedevice()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsdevmem.c45 float x_pixels_per_unit, y_pixels_per_unit; in gs_initialize_wordimagedevice() local
153 x_pixels_per_unit = pmat->xx, y_pixels_per_unit = pmat->yy; in gs_initialize_wordimagedevice()
155 x_pixels_per_unit = pmat->yx, y_pixels_per_unit = pmat->xy; in gs_initialize_wordimagedevice()
188 fabs(y_pixels_per_unit) * 72; in gs_initialize_wordimagedevice()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsdevmem.c42 float x_pixels_per_unit, y_pixels_per_unit; in gs_initialize_wordimagedevice() local
150 x_pixels_per_unit = pmat->xx, y_pixels_per_unit = pmat->yy; in gs_initialize_wordimagedevice()
152 x_pixels_per_unit = pmat->yx, y_pixels_per_unit = pmat->xy; in gs_initialize_wordimagedevice()
191 fabs(y_pixels_per_unit) * 72; in gs_initialize_wordimagedevice()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsdevmem.c42 float x_pixels_per_unit, y_pixels_per_unit; in gs_initialize_wordimagedevice() local
150 x_pixels_per_unit = pmat->xx, y_pixels_per_unit = pmat->yy; in gs_initialize_wordimagedevice()
152 x_pixels_per_unit = pmat->yx, y_pixels_per_unit = pmat->xy; in gs_initialize_wordimagedevice()
191 fabs(y_pixels_per_unit) * 72; in gs_initialize_wordimagedevice()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsdevmem.c40 float x_pixels_per_unit, y_pixels_per_unit; in gs_initialize_wordimagedevice() local
148 x_pixels_per_unit = pmat->xx, y_pixels_per_unit = pmat->yy; in gs_initialize_wordimagedevice()
150 x_pixels_per_unit = pmat->yx, y_pixels_per_unit = pmat->xy; in gs_initialize_wordimagedevice()
189 fabs(y_pixels_per_unit) * 72; in gs_initialize_wordimagedevice()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsdevmem.c45 float x_pixels_per_unit, y_pixels_per_unit; in gs_initialize_wordimagedevice() local
153 x_pixels_per_unit = pmat->xx, y_pixels_per_unit = pmat->yy; in gs_initialize_wordimagedevice()
155 x_pixels_per_unit = pmat->yx, y_pixels_per_unit = pmat->xy; in gs_initialize_wordimagedevice()
188 fabs(y_pixels_per_unit) * 72; in gs_initialize_wordimagedevice()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsdevmem.c42 float x_pixels_per_unit, y_pixels_per_unit; in gs_initialize_wordimagedevice() local
164 x_pixels_per_unit = pmat->xx, y_pixels_per_unit = pmat->yy; in gs_initialize_wordimagedevice()
166 x_pixels_per_unit = pmat->yx, y_pixels_per_unit = pmat->xy; in gs_initialize_wordimagedevice()
203 new_dev->HWResolution[1] = fabs(y_pixels_per_unit) * 72; in gs_initialize_wordimagedevice()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsdevmem.c42 float x_pixels_per_unit, y_pixels_per_unit; in gs_initialize_wordimagedevice() local
164 x_pixels_per_unit = pmat->xx, y_pixels_per_unit = pmat->yy; in gs_initialize_wordimagedevice()
166 x_pixels_per_unit = pmat->yx, y_pixels_per_unit = pmat->xy; in gs_initialize_wordimagedevice()
203 new_dev->HWResolution[1] = fabs(y_pixels_per_unit) * 72; in gs_initialize_wordimagedevice()
/dports/math/giacxcas/fltk-1.3.0/png/
H A Dpngget.c141 return (info_ptr->y_pixels_per_unit); in png_get_y_pixels_per_meter()
157 info_ptr->x_pixels_per_unit == info_ptr->y_pixels_per_unit) in png_get_pixels_per_meter()
175 return ((float)((float)info_ptr->y_pixels_per_unit in png_get_pixel_aspect_ratio()
191 && info_ptr->x_pixels_per_unit > 0 && info_ptr->y_pixels_per_unit > 0 in png_get_pixel_aspect_ratio_fixed()
193 && info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX) in png_get_pixel_aspect_ratio_fixed()
202 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1, in png_get_pixel_aspect_ratio_fixed()
399 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs_dpi()
800 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libpng/
H A Dpngget.c148 return (info_ptr->y_pixels_per_unit); in png_get_y_pixels_per_meter()
168 info_ptr->x_pixels_per_unit == info_ptr->y_pixels_per_unit) in png_get_pixels_per_meter()
191 return ((float)((float)info_ptr->y_pixels_per_unit in png_get_pixel_aspect_ratio()
211 info_ptr->x_pixels_per_unit > 0 && info_ptr->y_pixels_per_unit > 0 && in png_get_pixel_aspect_ratio_fixed()
213 info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX) in png_get_pixel_aspect_ratio_fixed()
222 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1, in png_get_pixel_aspect_ratio_fixed()
439 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs_dpi()
966 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/PNG/src/itkpng/
H A Dpngget.c143 return (info_ptr->y_pixels_per_unit); in png_get_y_pixels_per_meter()
159 info_ptr->x_pixels_per_unit == info_ptr->y_pixels_per_unit) in png_get_pixels_per_meter()
178 return ((float)((float)info_ptr->y_pixels_per_unit in png_get_pixel_aspect_ratio()
197 && info_ptr->x_pixels_per_unit > 0 && info_ptr->y_pixels_per_unit > 0 in png_get_pixel_aspect_ratio_fixed()
199 && info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX) in png_get_pixel_aspect_ratio_fixed()
208 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1, in png_get_pixel_aspect_ratio_fixed()
408 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs_dpi()
925 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/libpng17/
H A Dpngget.c152 return (info_ptr->y_pixels_per_unit); in png_get_y_pixels_per_meter()
172 info_ptr->x_pixels_per_unit == info_ptr->y_pixels_per_unit) in png_get_pixels_per_meter()
195 return ((float)((float)info_ptr->y_pixels_per_unit in png_get_pixel_aspect_ratio()
215 info_ptr->x_pixels_per_unit > 0 && info_ptr->y_pixels_per_unit > 0 && in png_get_pixel_aspect_ratio_fixed()
217 info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX) in png_get_pixel_aspect_ratio_fixed()
226 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1, in png_get_pixel_aspect_ratio_fixed()
452 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs_dpi()
971 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs()
/dports/graphics/apngasm/apngasm-2.91/libpng/
H A Dpngget.c148 return (info_ptr->y_pixels_per_unit); in png_get_y_pixels_per_meter()
168 info_ptr->x_pixels_per_unit == info_ptr->y_pixels_per_unit) in png_get_pixels_per_meter()
191 return ((float)((float)info_ptr->y_pixels_per_unit in png_get_pixel_aspect_ratio()
211 info_ptr->x_pixels_per_unit > 0 && info_ptr->y_pixels_per_unit > 0 && in png_get_pixel_aspect_ratio_fixed()
213 info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX) in png_get_pixel_aspect_ratio_fixed()
222 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1, in png_get_pixel_aspect_ratio_fixed()
439 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs_dpi()
966 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs()
/dports/graphics/apngdis/apngdis-2.9/libpng/
H A Dpngget.c148 return (info_ptr->y_pixels_per_unit); in png_get_y_pixels_per_meter()
168 info_ptr->x_pixels_per_unit == info_ptr->y_pixels_per_unit) in png_get_pixels_per_meter()
191 return ((float)((float)info_ptr->y_pixels_per_unit in png_get_pixel_aspect_ratio()
211 info_ptr->x_pixels_per_unit > 0 && info_ptr->y_pixels_per_unit > 0 && in png_get_pixel_aspect_ratio_fixed()
213 info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX) in png_get_pixel_aspect_ratio_fixed()
222 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1, in png_get_pixel_aspect_ratio_fixed()
439 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs_dpi()
966 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/libpng-1.5.5/
H A Dpngget.c141 return (info_ptr->y_pixels_per_unit); in png_get_y_pixels_per_meter()
157 info_ptr->x_pixels_per_unit == info_ptr->y_pixels_per_unit) in png_get_pixels_per_meter()
175 return ((float)((float)info_ptr->y_pixels_per_unit in png_get_pixel_aspect_ratio()
191 && info_ptr->x_pixels_per_unit > 0 && info_ptr->y_pixels_per_unit > 0 in png_get_pixel_aspect_ratio_fixed()
193 && info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX) in png_get_pixel_aspect_ratio_fixed()
202 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1, in png_get_pixel_aspect_ratio_fixed()
399 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs_dpi()
895 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs()
/dports/graphics/argyllcms/Argyll_V1.9.2/png/
H A Dpngget.c146 return (info_ptr->y_pixels_per_unit); in png_get_y_pixels_per_meter()
165 info_ptr->x_pixels_per_unit == info_ptr->y_pixels_per_unit) in png_get_pixels_per_meter()
187 return ((float)((float)info_ptr->y_pixels_per_unit in png_get_pixel_aspect_ratio()
206 && info_ptr->x_pixels_per_unit > 0 && info_ptr->y_pixels_per_unit > 0 in png_get_pixel_aspect_ratio_fixed()
208 && info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX) in png_get_pixel_aspect_ratio_fixed()
217 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1, in png_get_pixel_aspect_ratio_fixed()
429 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs_dpi()
946 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libpng/
H A Dpngget.c148 return (info_ptr->y_pixels_per_unit); in png_get_y_pixels_per_meter()
168 info_ptr->x_pixels_per_unit == info_ptr->y_pixels_per_unit) in png_get_pixels_per_meter()
191 return ((float)((float)info_ptr->y_pixels_per_unit in png_get_pixel_aspect_ratio()
211 info_ptr->x_pixels_per_unit > 0 && info_ptr->y_pixels_per_unit > 0 && in png_get_pixel_aspect_ratio_fixed()
213 info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX) in png_get_pixel_aspect_ratio_fixed()
222 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1, in png_get_pixel_aspect_ratio_fixed()
439 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs_dpi()
966 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs()
/dports/devel/apitrace/apitrace-9.0/thirdparty/libpng/
H A Dpngget.c148 return (info_ptr->y_pixels_per_unit); in png_get_y_pixels_per_meter()
168 info_ptr->x_pixels_per_unit == info_ptr->y_pixels_per_unit) in png_get_pixels_per_meter()
191 return ((float)((float)info_ptr->y_pixels_per_unit in png_get_pixel_aspect_ratio()
211 info_ptr->x_pixels_per_unit > 0 && info_ptr->y_pixels_per_unit > 0 && in png_get_pixel_aspect_ratio_fixed()
213 info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX) in png_get_pixel_aspect_ratio_fixed()
222 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1, in png_get_pixel_aspect_ratio_fixed()
439 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs_dpi()
966 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs()
/dports/science/py-dlib/dlib-19.22/dlib/external/libpng/
H A Dpngget.c143 return (info_ptr->y_pixels_per_unit); in png_get_y_pixels_per_meter()
159 info_ptr->x_pixels_per_unit == info_ptr->y_pixels_per_unit) in png_get_pixels_per_meter()
178 return ((float)((float)info_ptr->y_pixels_per_unit in png_get_pixel_aspect_ratio()
197 && info_ptr->x_pixels_per_unit > 0 && info_ptr->y_pixels_per_unit > 0 in png_get_pixel_aspect_ratio_fixed()
199 && info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX) in png_get_pixel_aspect_ratio_fixed()
208 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1, in png_get_pixel_aspect_ratio_fixed()
408 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs_dpi()
925 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/libpng17/
H A Dpngget.c152 return (info_ptr->y_pixels_per_unit); in png_get_y_pixels_per_meter()
172 info_ptr->x_pixels_per_unit == info_ptr->y_pixels_per_unit) in png_get_pixels_per_meter()
195 return ((float)((float)info_ptr->y_pixels_per_unit in png_get_pixel_aspect_ratio()
215 info_ptr->x_pixels_per_unit > 0 && info_ptr->y_pixels_per_unit > 0 && in png_get_pixel_aspect_ratio_fixed()
217 info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX) in png_get_pixel_aspect_ratio_fixed()
226 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1, in png_get_pixel_aspect_ratio_fixed()
452 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs_dpi()
971 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/png/
H A Dpngget.c143 return (info_ptr->y_pixels_per_unit); in png_get_y_pixels_per_meter()
159 info_ptr->x_pixels_per_unit == info_ptr->y_pixels_per_unit) in png_get_pixels_per_meter()
178 return ((float)((float)info_ptr->y_pixels_per_unit in png_get_pixel_aspect_ratio()
197 && info_ptr->x_pixels_per_unit > 0 && info_ptr->y_pixels_per_unit > 0 in png_get_pixel_aspect_ratio_fixed()
199 && info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX) in png_get_pixel_aspect_ratio_fixed()
208 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1, in png_get_pixel_aspect_ratio_fixed()
408 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs_dpi()
925 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/png/
H A Dpngget.c143 return (info_ptr->y_pixels_per_unit); in png_get_y_pixels_per_meter()
159 info_ptr->x_pixels_per_unit == info_ptr->y_pixels_per_unit) in png_get_pixels_per_meter()
178 return ((float)((float)info_ptr->y_pixels_per_unit in png_get_pixel_aspect_ratio()
197 && info_ptr->x_pixels_per_unit > 0 && info_ptr->y_pixels_per_unit > 0 in png_get_pixel_aspect_ratio_fixed()
199 && info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX) in png_get_pixel_aspect_ratio_fixed()
208 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1, in png_get_pixel_aspect_ratio_fixed()
408 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs_dpi()
925 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs()
/dports/multimedia/ccextractor/ccextractor-0.85/src/libpng/
H A Dpngget.c148 return (info_ptr->y_pixels_per_unit); in png_get_y_pixels_per_meter()
168 info_ptr->x_pixels_per_unit == info_ptr->y_pixels_per_unit) in png_get_pixels_per_meter()
191 return ((float)((float)info_ptr->y_pixels_per_unit in png_get_pixel_aspect_ratio()
211 info_ptr->x_pixels_per_unit > 0 && info_ptr->y_pixels_per_unit > 0 && in png_get_pixel_aspect_ratio_fixed()
213 info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX) in png_get_pixel_aspect_ratio_fixed()
222 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1, in png_get_pixel_aspect_ratio_fixed()
439 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs_dpi()
966 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/libpng/
H A Dpngget.c148 return (info_ptr->y_pixels_per_unit); in png_get_y_pixels_per_meter()
168 info_ptr->x_pixels_per_unit == info_ptr->y_pixels_per_unit) in png_get_pixels_per_meter()
191 return ((float)((float)info_ptr->y_pixels_per_unit in png_get_pixel_aspect_ratio()
211 info_ptr->x_pixels_per_unit > 0 && info_ptr->y_pixels_per_unit > 0 && in png_get_pixel_aspect_ratio_fixed()
213 info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX) in png_get_pixel_aspect_ratio_fixed()
222 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1, in png_get_pixel_aspect_ratio_fixed()
439 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs_dpi()
966 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/libpng17/
H A Dpngget.c152 return (info_ptr->y_pixels_per_unit); in png_get_y_pixels_per_meter()
172 info_ptr->x_pixels_per_unit == info_ptr->y_pixels_per_unit) in png_get_pixels_per_meter()
195 return ((float)((float)info_ptr->y_pixels_per_unit in png_get_pixel_aspect_ratio()
215 info_ptr->x_pixels_per_unit > 0 && info_ptr->y_pixels_per_unit > 0 && in png_get_pixel_aspect_ratio_fixed()
217 info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX) in png_get_pixel_aspect_ratio_fixed()
226 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1, in png_get_pixel_aspect_ratio_fixed()
452 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs_dpi()
971 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs()

12345678910>>...29