Home
last modified time | relevance | path

Searched refs:cropX0 (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/libfpx/libfpx-1.3.1-10/ri_image/
H A Dpriimage.cpp125 cropX0 = 0; in Init()
150 cropX0 = 0; in SetImageSize()
297 *x0 = cropX0; *y0 = cropY0; *x1 = cropX1; *y1 = cropY1; in GetCropRectangle()
320 cropX0 = x0; cropY0 = y0; cropX1 = x1; cropY1 = y1; in SetCropRectangle()
328 cropX0 = 0; cropY0 = 0; cropX1 = width; cropY1 = height; in ResetCropRectangle()
395 hotSpotX = x0 + cropX0; hotSpotY = y0 + cropY0; in SetHotSpot()
404 *x0 = hotSpotX - cropX0; *y0 = hotSpotY - cropY0; in GetHotSpot()
H A Dpriimage.h199 int cropX0, cropY0; // Top left crop point position variable
234 *width = cropX1 - cropX0; in GetDimensions()
H A Dviewimg.cpp416 cropX0 = image->imageParam->cropX0; in ViewImage()
440 cropX0 = (float)0; cropY0 = (float)0; in InitViewParameters()
954 cropX0 = x0; in SetImageCrop()
990 cropX0 = (float)0; cropY0 = (float)0; in ResetImageCrop()
1046 pointUV.h = cropX0; in GetOutlineParallelogram()
1058 pointUV.h = cropX0; in GetOutlineParallelogram()
H A Dpr_level.cpp432 int cropx0 = fatherFile->cropX0 >> identifier; in ReadRectangle()
541 int cropx0 = fatherFile->cropX0 >> identifier; in Read()
748 int cropx0 = fatherFile->cropX0 >> identifier; in ReadInterpolated()
914 int cropx0 = fatherFile->cropX0 >> identifier; in ReadMeanInterpolated()
1154 int cropx0 = fatherFile->cropX0 >> identifier; in IsOnTheBorder()
1181 int cropx0 = fatherFile->cropX0 >> identifier; in ReadMean()
H A Dviewimg.h237 float cropX0, cropY0; // Cropping rectangle 1st point in mm variable
/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Df_fpxio.cpp356 cropX0 = 0; in CreateInitResolutionLevelList()
H A Dfpximgvw.cpp650 regionOfInterest.left = cropX0; in CloseFile()
652 regionOfInterest.width = cropX1 - cropX0; in CloseFile()