Home
last modified time | relevance | path

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

/dports/graphics/c-a-i-r/c-a-i-r-2.19/
H A DCAIR.cpp819 void Add_Path( CML_image * Resize_img, CML_image * Source, CML_image_ptr * Source_ptr, int goal_x ) in Add_Path() argument
827 thread_info[i].Source = Source_ptr; in Add_Path()
851 (*Source_ptr).D_Resize(goal_x, height); in Add_Path()
876 CML_image Resize_img((*Source_ptr).Width(),(*Source_ptr).Height()); in CAIR_Add()
877 CML_image_ptr Resize_img_ptr((*Source_ptr).Width(),(*Source_ptr).Height()); in CAIR_Add()
878 for(int y = 0; y < (*Source_ptr).Height(); y++) in CAIR_Add()
880 for(int x = 0; x < (*Source_ptr).Width(); x++) in CAIR_Add()
882 Resize_img(x,y).image = (*Source_ptr)(x,y)->image; in CAIR_Add()
883 Resize_img(x,y).weight = (*Source_ptr)(x,y)->weight; in CAIR_Add()
890 …if(CAIR_Remove(&Resize_img_ptr, (*Source_ptr).Width() - (goal_x - (*Source_ptr).Width()), conv, en… in CAIR_Add()
[all …]