Lines Matching refs:idx
222 uint32_t idx;
243 idx = in_hatches(d,hpathname);
244 if(!idx){ // add path/color if not already present
367 idx = in_hatches(d,hatchname);
368 if(!idx){ // add it if not already present
377 idx = d->hatches.count;
384 idx = in_hatches(d,hbkname);
385 if(!idx){ // add path/color if not already present. Hatchtype is not needed in the name.
399 idx = in_hatches(d,hatchname);
400 if(!idx){ // add it if not already present
412 idx = d->hatches.count;
415 return(idx-1);
441 uint32_t idx;
492 idx = in_images(d, (char *) base64String);
493 if(!idx){ // add it if not already present - we looked at the actual data for comparison
495 idx = d->images.count;
498 sprintf(imagename,"WMFimage%d",idx++);
532 return(idx-1);
541 uint32_t idx;
588 idx = in_images(d, (char *) base64String);
589 if(!idx){ // add it if not already present - we looked at the actual data for comparison
591 idx = d->images.count;
594 sprintf(imagename,"WMFimage%d",idx++);
626 return(idx-1);
665 uint32_t idx = in_clips(d, combined);
666 if(!idx){ // add clip if not already present
683 d->dc[d->level].clip_id = idx;