Home
last modified time | relevance | path

Searched refs:Resize_img (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
821 int height = (*Resize_img).Height(); in Add_Path()
829 thread_info[i].Add_Resize = Resize_img; in Add_Path()
876 CML_image Resize_img((*Source_ptr).Width(),(*Source_ptr).Height()); in CAIR_Add() local
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()
884 Resize_img(x,y).removed = false; in CAIR_Add()
885 Resize_img_ptr(x,y) = &(Resize_img(x,y)); in CAIR_Add()
896 Add_Path(&Resize_img, Source, Source_ptr, goal_x); in CAIR_Add()