Home
last modified time | relevance | path

Searched refs:PNG_TRANSFORM_IDENTITY (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dpng_reader.cpp176 png_read_png(m_png, m_info, PNG_TRANSFORM_IDENTITY, NULL); in ReadImage()
236 png_read_png(m_png, m_info, PNG_TRANSFORM_IDENTITY, NULL); in ReadImage()
/GUIX-v6.2.1/guix_studio/libs/libpng/include/
Dpng.h832 #define PNG_TRANSFORM_IDENTITY 0x0000 /* read and write */ macro