Home
last modified time | relevance | path

Searched refs:binary_search_segment (Results 1 – 2 of 2) sorted by relevance

/external/tesseract/ccstruct/
Dnormalis.cpp30 const DENORM_SEG *DENORM::binary_search_segment(float src_x) const { in binary_search_segment() function in DENORM
54 const DENORM_SEG* seg = binary_search_segment(src_x); in scale_at_x()
69 const DENORM_SEG* seg = binary_search_segment(src_x); in yshift_at_x()
Dnormalis.h107 const DENORM_SEG *binary_search_segment(float src_x) const;