Lines Matching refs:imagE
78 "Unsufficient allocated memory in destination image." );
117 sumL += ptrL->imagE + ptrL->realE;
316 The image boundaries are indicated by letter "I" ( 0, 0 ) to ( srcPtrA->widthE, srcPtrA->heightE )
319 In the above example the intersection of the image and the rectange is
322 The size of the destination image is always ( ( sectionL->x2E, sectionL->y2E ) - ( sectionL->x1E, sectionL->y1E ) )
324 All coordinates are assumed to be relative to the original image.
341 /** copies a section of given image */
362 /* find the intersection betweem the rectangle and the image, the image always starts at 0,0 */
368 /* If the image and the rectangle do not intersect in X direction, set the intersecting rectangle to the image coordinates */
381 /* set size, and allocate required memory for the destination image if required */
384 /* get the pointer to the destination image */