Lines Matching refs:images_map
47 config_.images_map.clear();
78 config_.images_map.clear();
108 printf("%ld images_map\n", config_.images_map.size());
109 for (StrImageConfigMap::iterator it = config_.images_map.begin();
110 it != config_.images_map.end();
235 config_.images_map[image_name] = ImageConfig();
236 config_.images_map[image_name].filename = image_filename;
282 config_.images_map[RENDER_HWID].data.tag = TAG_HWID;
287 config_.images_map[RENDER_HWID_RTOL].data.tag = TAG_HWID_RTOL;
391 config_.images_map.find(config_.image_names[i]);
507 config_.header.number_of_imageinfos = config_.images_map.size();
518 for (StrImageConfigMap::iterator it = config_.images_map.begin();
519 it != config_.images_map.end();
559 if (config_.images_map.find(screen.image_names[k]) ==
560 config_.images_map.end()) {
567 config_.images_map[screen.image_names[k]].offset
570 config_.images_map[screen.image_names[k]].offset;
583 for (StrImageConfigMap::iterator it = config_.images_map.begin();
584 it != config_.images_map.end();