Searched refs:rect_left_ (Results 1 – 4 of 4) sorted by relevance
/external/tesseract/ccmain/ |
D | thresholder.cpp | 103 rect_left_ = left; in SetRectangle() 116 *left = rect_left_; in GetImageSizes() 245 Box* box = boxCreate(rect_left_, rect_top_, rect_width_, rect_height_); in GetPixRect() 272 rect_left_, rect_top_, rect_width_, rect_height_, in OtsuThresholdRectToIMAGE() 298 rect_left_ * bytes_per_pixel; in ThresholdRectToIMAGE() 324 copy_sub_image(&rect_image, rect_left_, 0, rect_width_, rect_height_, in CopyBinaryRectRawToIMAGE() 338 rect_left_, rect_top_, rect_width_, rect_height_, in OtsuThresholdRectToPix() 360 rect_left_ * bytes_per_pixel; in ThresholdRectToPix() 401 copy_sub_image(&image, rect_left_, 0, rect_width_, rect_height_, in RawRectToPix() 410 rect_left_ * image_bytespp_; in RawRectToPix() [all …]
|
D | thresholder.h | 115 return rect_left_ == 0 && rect_top_ == 0 && in IsFullImage() 171 int rect_left_; variable
|
/external/tesseract/api/ |
D | baseapi.h | 450 int rect_left_; variable
|
D | baseapi.cpp | 88 rect_left_(0), rect_top_(0), rect_width_(0), rect_height_(0), in TessBaseAPI() 793 ptr += ConvertWordToBoxText(word, page_res_it.row(), rect_left_, bottom, in GetBoxText() 1074 thresholder_->GetImageSizes(&rect_left_, &rect_top_, in Threshold()
|