Home
last modified time | relevance | path

Searched refs:hasColormap (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/netpbm/netpbm-10.91.01/converter/other/pnmtopalm/
H A Dpalmtopnm.c44 bool hasColormap; member
319 palmHeaderP->hasColormap = !!(flags & PALM_HAS_COLORMAP_FLAG); in interpretHeader()
475 pm_message(" Colormap: %s", yesno(palmHeader.hasColormap)); in reportPalmHeader()
504 } else if (palmHeader.hasColormap) { in determineOutputFormat()
612 if (palmHeader.hasColormap) in readColormap()
656 } else if (palmHeader.hasColormap) in getColorInfo()
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dyxapp.h117 bool hasColormap() const { return fHasColormaps; } in hasColormap() function
H A Dwmmgr.cc1095 if (xapp->hasColormap()) { in installColormap()