Home
last modified time | relevance | path

Searched refs:PResolutionLevel (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/libfpx/libfpx-1.3.1-10/ri_image/
H A Dpr_level.h54 class PResolutionLevel; variable
65 class PResolutionLevel : public PToolkitObject {
78 PResolutionLevel (PHierarchicalImage* father, int width, int height, int* quelImage);
80 PResolutionLevel (PHierarchicalImage* father, int* offset, int id);
82 virtual ~PResolutionLevel();
154 PResolutionLevel* next; // Point to the next sub-image
155 PResolutionLevel* Previous(); // Get the pointer to the previous sub-image
163 inline FPXStatus PResolutionLevel::WriteLine (Pixel* pix, short plan) in WriteLine()
173 inline long PResolutionLevel::Status() in Status()
H A Dpr_level.cpp73PResolutionLevel::PResolutionLevel (PHierarchicalImage* father, int width, int height, int* whatIm… in PResolutionLevel() function in PResolutionLevel
111 PResolutionLevel::PResolutionLevel (PHierarchicalImage* father, int* offset, int id) in PResolutionLevel() function in PResolutionLevel
136 PResolutionLevel::~PResolutionLevel() in ~PResolutionLevel()
145 void PResolutionLevel::InitWhenCreate() in InitWhenCreate()
150 void PResolutionLevel::InitWhenReading() in InitWhenReading()
155 PResolutionLevel* PResolutionLevel::Previous() in Previous()
157 PResolutionLevel* previous = NULL; in Previous()
166 FPXStatus PResolutionLevel::Allocation () in Allocation()
226 Boolean PResolutionLevel::HasBeenUsed () in HasBeenUsed()
258 FPXStatus PResolutionLevel::Read () in Read()
[all …]
H A Dptile.h52 class PResolutionLevel; variable
72 friend class PResolutionLevel; variable
131 …virtual void InitializeCreate (PResolutionLevel* father, long width, long height, long id); // I…
132 …virtual void InitializeRead (PResolutionLevel* father, long offset, long sizetile, long id, long …
152 PResolutionLevel* fatherSubImage; // Point to the father sub-image
H A Dph_image.h63 friend class PResolutionLevel; variable
175 …virtual PResolutionLevel* CreateEmptyResolutionLevel(int width, int height, int* quelImage); // Ma…
176 …virtual PResolutionLevel* CreateInitResolutionLevel(int* offset, long id); // Make a sub…
188PResolutionLevel* firstSubImage; // This first resolution level is the full resolution image.
190 PResolutionLevel** subImages; // Copy of the sub-image list
H A Dpriimage.h85 class PResolutionLevel; variable
99 friend class PResolutionLevel; variable
H A Dph_image.cpp1129 PResolutionLevel* PHierarchicalImage::CreateEmptyResolutionLevel(int , int , int*) in CreateEmptyResolutionLevel()
1136 PResolutionLevel* PHierarchicalImage::CreateInitResolutionLevel(int* , long int) in CreateInitResolutionLevel()
1160 PResolutionLevel* img; in InitResolutionLevelsTable()
1165 subImages = new PResolutionLevel*[nbSubImages]; in InitResolutionLevelsTable()
H A Dptile.cpp514 void PTile::InitializeCreate (PResolutionLevel* father, long width, long height, long id) in InitializeCreate()
536 void PTile::InitializeRead (PResolutionLevel* father, long offset, long sizetile, in InitializeRead()
/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Dpres_fpx.cpp264 PResolutionLevel (father, offset, id) in PResolutionFlashPix()
274 PResolutionLevel (father, width, height, whatImage) in PResolutionFlashPix()
917 status = PResolutionLevel::WriteLine(pix, plan); in WriteLine()
926 return PResolutionLevel::FlushModifiedTiles() ; in FlushModifiedTiles()
958 status = PResolutionLevel::DecimateLevel(); in DecimateLevel()
992 status = PResolutionLevel::ReadRectangle(x0, y0, x1, y1, pix); in ReadRectangle()
1027 status = PResolutionLevel::Read (px, py, table); in Read()
1044 status = PResolutionLevel::ReadInterpolated (px, py, table); in ReadInterpolated()
1061 status = PResolutionLevel::ReadMeanInterpolated (xi, yi, pixel); in ReadMeanInterpolated()
1080 ok = PResolutionLevel::IsOnTheBorder (xi, yi); in IsOnTheBorder()
[all …]
H A Df_fpxio.h59 friend class PResolutionLevel; variable
146 …virtual PResolutionLevel* CreateEmptyResolutionLevel(int width, int height, int* whichImage); // …
147 …virtual PResolutionLevel* CreateInitResolutionLevel(int* offset, long id); // Make a sub…
H A Dptil_fpx.h87 friend class PResolutionLevel; variable
105 virtual void InitializeRead (PResolutionLevel* father, long offset,
H A Df_fpxio.cpp308 PResolutionLevel* PFileFlashPixIO::CreateInitResolutionLevel(int* offset, long id) in CreateInitResolutionLevel()
321 PResolutionLevel* ssImageTmp; in CreateInitResolutionLevelList()
369 PResolutionLevel* PFileFlashPixIO::CreateEmptyResolutionLevel(int width, int height, int* whichImag… in CreateEmptyResolutionLevel()
382 PResolutionLevel* ssImageTmp; in CreateEmptyResolutionLevelList()
H A Dpres_fpx.h58 class PResolutionFlashPix : public PResolutionLevel {
H A Dptil_fpx.cpp152 void PTileFlashPix::InitializeRead (PResolutionLevel* father, long pixelOffset, in InitializeRead()