Home
last modified time | relevance | path

Searched defs:y_end (Results 1 – 2 of 2) sorted by relevance

/external/tesseract/textord/
Dimagefind.cpp107 int x_start, x_end, y_start, y_end; in FindImages() local
146 int y_end, int y_step, int* y_start) { in HScanForEdge()
176 static bool VScanForEdge(uinT32* data, int wpl, int y_start, int y_end, in VScanForEdge()
214 int* x_end, int* y_end) { in pixNearlyRectangular()
284 int y_start, int y_end, int y_step) { in HScanForBlack()
299 int y_start, int y_end, int x_step) { in VScanForBlack()
315 int* x_end, int* y_end) { in BoundsWithinRect()
Dcolfind.cpp361 int y_end = image_height - (grid_y * gridsize_ + bleft_.y()) - y; in ExtractImageBlobs() local