Home
last modified time | relevance | path

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

/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dbqentryupdater.cc29 void thumbInterp(const unsigned char* src, int sw, int sh, unsigned char* dst, int dw, int dh) in thumbInterp() function
32 if (options.thumbInterp == 0) { in thumbInterp()
34 } else if (options.thumbInterp == 1) { in thumbInterp()
156 thumbInterp (current.oimg, current.ow, current.oh, img, neww, current.newh); in processThread()
H A Doptions.h267 int thumbInterp; // 0: nearest, 1: bilinear variable
H A Doptions.cc400 thumbInterp = 1; in setDefaults()
990 thumbInterp = keyFile.get_integer("File Browser", "ThumbnailInterpolation"); in readFromFile()
1959 keyFile.set_integer("File Browser", "ThumbnailInterpolation", thumbInterp); in saveToFile()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dbqentryupdater.cc139 thumbInterp (current.oimg, current.ow, current.oh, img, neww, current.newh); in processThread()
H A Doptions.h288 int thumbInterp; // 0: nearest, 1: bilinear variable
H A Dguiutils.cc226 void thumbInterp (const unsigned char* src, int sw, int sh, unsigned char* dst, int dw, int dh) in thumbInterp() function
229 if (options.thumbInterp == 0) { in thumbInterp()
231 } else if (options.thumbInterp == 1) { in thumbInterp()
H A Dguiutils.h42 void thumbInterp (const unsigned char* src, int sw, int sh, unsigned char* dst, int dw, int dh);
H A Doptions.cc382 thumbInterp = 1; in setDefaults()
1039 thumbInterp = keyFile.get_integer("File Browser", "ThumbnailInterpolation"); in readFromFile()
1956 keyFile.set_integer("File Browser", "ThumbnailInterpolation", thumbInterp); in saveToFile()