Home
last modified time | relevance | path

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

/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Df_fpxio.cpp833 int nbTilesWidth, nbTilesHeight; in GetResolutionSize() local
834 subImages[resolution]->GetResolutionSizeInfo (width, height, &nbTilesWidth, &nbTilesHeight); in GetResolutionSize()
839 …id PFileFlashPixIO::GetResolutionTileSize (short resolution, int* nbTilesWidth, int* nbTilesHeight) in GetResolutionTileSize() argument
842 subImages[resolution]->GetResolutionSizeInfo (&width, &height, nbTilesWidth, nbTilesHeight); in GetResolutionTileSize()
H A Dfilter.cpp126 int h, w, nbTilesWidth, nbTilesHeight; in ApplyFilter() local
156 fatherSubImage->GetResolutionSizeInfo (&w, &h, &nbTilesWidth, &nbTilesHeight); in ApplyFilter()
163 …SubImage->fatherFile->firstSubImage->GetResolutionSizeInfo (&w, &h, &nbTilesWidth, &nbTilesHeight); in ApplyFilter()
H A Dpres_fpx.h95 …l FPXStatus GetResolutionSizeInfo (int* width, int* height, int* nbTilesWidth, int* nbTilesHeight);
H A Df_fpxio.h98 void GetResolutionTileSize (short resolution, int* nbTilesWidth, int* nbTilesHeight);
H A Dpres_fpx.cpp1105 …ionFlashPix::GetResolutionSizeInfo (int* width, int* height, int* nbTilesWidth, int* nbTilesHeight) in GetResolutionSizeInfo() argument
1116 nbTilesHeight); in GetResolutionSizeInfo()
/dports/graphics/libfpx/libfpx-1.3.1-10/ri_image/
H A Dpr_level.h105 …l FPXStatus GetResolutionSizeInfo (int* width, int* height, int* nbTilesWidth, int* nbTilesHeight);
H A Dpr_level.cpp1138 …lutionLevel::GetResolutionSizeInfo (int* width, int* height, int* nbTilesWidth, int* nbTilesHeight) in GetResolutionSizeInfo() argument
1143 *nbTilesHeight = nbTilesH; in GetResolutionSizeInfo()