Home | History | Annotate | Download | only in b_ImageEm

Lines Matching refs:imagE

82 				   "Unsufficient allocated memory in destination image." );
155 bbs_ERROR0( "void bim_Flt16Image_assignExternalImage( ... ): image was already created once" );
325 The image boundaries are indicated by letter "I" ( 0, 0 ) to ( srcPtrA->widthE, srcPtrA->heightE )
328 In the above example the intersection of the image and the rectange is
331 The size of the destination image is always ( ( sectionL->x2E, sectionL->y2E ) - ( sectionL->x1E, sectionL->y1E ) )
333 All coordinates are assumed to be relative to the original image.
350 /** copies a section of given image */
371 /* find the intersection betweem the rectangle and the image, the image always starts at 0,0 */
377 /* If the image and the rectangle do not intersect in X direction, set the intersecting rectangle to the image coordinates */
390 /* initialize, set size, and allocate required memory for the destination image if required */
394 /* get the pointer to the destination image */
502 *dstL++ = ( *srcL++ ).imagE;
521 *dstL++ = bbs_sqrt32( ( int32 )srcL->realE * srcL->realE + ( int32 )srcL->imagE * srcL->imagE );
541 *dstL++ = bbs_phase16( srcL->realE, srcL->imagE );