Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dthresholder.h96 yres_ = ppi; in SetSourceYResolution()
100 return yres_; in GetSourceYResolution()
103 return scale_ * yres_; in GetScaledYResolution()
191 int yres_; ///< y pixels/inch in source image. variable
H A Dthresholder.cpp43 , yres_(300) in ImageThresholder()
185 estimated_res_ = yres_ = pixGetYRes(pix_); in SetImage()
214 tprintf("\nimage width: %d height: %d ppi: %d\n", pix_w, pix_h, yres_); in Threshold()
221 window_size = window_size_factor * yres_; in Threshold()
255 tile_size = tile_size_factor * yres_; in Threshold()
263 smooth_size = smooth_size_factor * yres_; in Threshold()
/dports/multimedia/obs-ndi/obs-ndi-4.9.1/lib/ndi/
H A DProcessing.NDI.Lib.cplusplus.h39 inline NDIlib_video_frame_v2_t::NDIlib_video_frame_v2_t(int xres_, int yres_, NDIlib_FourCC_video_t… in NDIlib_video_frame_v2_t() argument
42 …: xres(xres_), yres(yres_), FourCC(FourCC_), frame_rate_N(frame_rate_N_), frame_rate_D(frame_rate_… in NDIlib_video_frame_v2_t()
58 inline NDIlib_video_frame_t::NDIlib_video_frame_t(int xres_, int yres_, NDIlib_FourCC_video_type_e … in NDIlib_video_frame_t() argument
61 …: xres(xres_), yres(yres_), FourCC(FourCC_), frame_rate_N(frame_rate_N_), frame_rate_D(frame_rate_… in NDIlib_video_frame_t()
H A DProcessing.NDI.deprecated.h56 …NDIlib_video_frame_t(int xres_ = 0, int yres_ = 0, NDIlib_FourCC_video_type_e FourCC_ = NDIlib_Fou…
H A DProcessing.NDI.structs.h262 …NDIlib_video_frame_v2_t(int xres_ = 0, int yres_ = 0, NDIlib_FourCC_video_type_e FourCC_ = NDIlib_…
/dports/games/frogatto/frogatto-1.3.1/src/
H A Deditor.hpp69 int yres() const { return yres_; } in yres()
275 int xres_, yres_; member in editor
H A Deditor.cpp760 xres_(0), yres_(0) in editor()
780 yres_ = v[1]; in editor()