Home
last modified time | relevance | path

Searched refs:png_get_fixed_point (Results 1 – 25 of 98) sorted by relevance

1234

/dports/games/frogatto/frogatto-1.3.1/MacOSJet/libpng-1.5.5/
H A Dpngrutil.c43 png_get_fixed_point(png_structp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
816 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
970 x_white = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
971 y_white = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
972 x_red = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
973 y_red = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
974 x_green = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
975 y_green = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
976 x_blue = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
977 y_blue = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/math/giacxcas/fltk-1.3.0/png/
H A Dpngrutil.c43 png_get_fixed_point(png_structp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
833 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
989 x_white = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
990 y_white = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
991 x_red = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
992 y_red = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
993 x_green = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
994 y_green = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
995 x_blue = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
996 y_blue = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libpng/
H A Dpngrutil.c41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1141 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1261 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1262 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1263 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1264 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1265 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1266 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1267 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1268 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/graphics/freeimage/FreeImage/Source/LibPNG/
H A Dpngrutil.c41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1149 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1269 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1270 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1271 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1272 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1273 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1274 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1275 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1276 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/dep/libs/libpng/
H A Dpngrutil.c41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1149 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1269 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1270 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1271 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1272 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1273 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1274 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1275 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1276 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/PNG/src/itkpng/
H A Dpngrutil.c41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1104 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1209 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1210 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1211 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1212 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1213 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1214 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1215 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1216 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/png/vtkpng/
H A Dpngrutil.c41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1149 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1269 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1270 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1271 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1272 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1273 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1274 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1275 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1276 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/libpng17/
H A Dpngrutil.c35 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
984 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1084 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1085 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1086 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1087 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1088 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1089 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1090 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1091 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libsplashscreen/libpng/
H A Dpngrutil.c69 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1177 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1297 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1298 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1299 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1300 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1301 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1302 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1303 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1304 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libpng/
H A Dpngrutil.c41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1149 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1269 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1270 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1271 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1272 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1273 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1274 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1275 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1276 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/graphics/apngasm/apngasm-2.91/libpng/
H A Dpngrutil.c41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1144 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1264 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1265 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1266 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1267 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1268 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1269 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1270 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1271 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/graphics/argyllcms/Argyll_V1.9.2/png/
H A Dpngrutil.c41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1089 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1207 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1208 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1209 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1210 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1211 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1212 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1213 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1214 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/graphics/apngdis/apngdis-2.9/libpng/
H A Dpngrutil.c41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1145 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1265 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1266 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1267 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1268 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1269 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1270 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1271 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1272 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libpng/
H A Dpngrutil.c41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1090 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1208 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1209 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1210 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1211 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1212 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1213 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1214 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1215 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/libpng/
H A Dpngrutil.c41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1149 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1269 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1270 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1271 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1272 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1273 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1274 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1275 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1276 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/libpng/
H A Dpngrutil.c41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1149 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1269 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1270 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1271 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1272 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1273 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1274 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1275 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1276 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/image_formats/pnglib/
H A Dpngrutil.c41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1149 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1269 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1270 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1271 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1272 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1273 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1274 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1275 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1276 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/libpng/
H A Dpngrutil.c41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1149 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1269 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1270 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1271 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1272 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1273 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1274 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1275 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1276 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/devel/apitrace/apitrace-9.0/thirdparty/libpng/
H A Dpngrutil.c41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1145 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1265 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1266 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1267 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1268 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1269 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1270 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1271 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1272 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/image_formats/pnglib/
H A Dpngrutil.c41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1149 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1269 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1270 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1271 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1272 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1273 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1274 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1275 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1276 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/science/py-dlib/dlib-19.22/dlib/external/libpng/
H A Dpngrutil.c41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1099 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1204 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1205 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1206 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1207 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1208 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1209 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1210 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1211 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/emulators/mgba/mgba-0.9.2/src/third-party/libpng/
H A Dpngrutil.c41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1149 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1269 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1270 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1271 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1272 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1273 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1274 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1275 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1276 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/libpng17/
H A Dpngrutil.c35 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
984 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1084 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1085 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1086 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1087 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1088 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1089 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1090 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1091 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libsplashscreen/libpng/
H A Dpngrutil.c69 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1177 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1297 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1298 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1299 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1300 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1301 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1302 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1303 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1304 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/png/
H A Dpngrutil.c43 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1088 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1193 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1194 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1195 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1196 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1197 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1198 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1199 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1200 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()

1234