Searched refs:wxIMAGE_OPTION_PNG_BITDEPTH (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dimagpng.h24 #define wxIMAGE_OPTION_PNG_BITDEPTH wxT("PngBitDepth") macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagpng.cpp701 const int iBitDepth = image->HasOption(wxIMAGE_OPTION_PNG_BITDEPTH)
702 ? image->GetOptionInt(wxIMAGE_OPTION_PNG_BITDEPTH)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/image/
H A Dimage.cpp265 image.SetOption(wxIMAGE_OPTION_PNG_BITDEPTH, sel % 2 ? 16 : 8);

Completed in 26 milliseconds