Lines Matching defs:iMap
536 IndexedMap *iMap = filterIndexed(*this, thePixbuf);
537 if ( iMap ) {
539 GrayMap *gm = GrayMapCreate(iMap->width, iMap->height);
546 for (int colorIndex=0 ; colorIndex<iMap->nrColors ; colorIndex++) {
548 for (int row=0 ; row<iMap->height ; row++) {
549 for (int col=0 ; col<iMap->width ; col++) {
550 int indx = (int) iMap->getPixel(iMap, col, row);
565 RGB rgb = iMap->clut[colorIndex];
581 iMap->destroy(iMap);