Searched refs:ccstruct (Results 1 – 5 of 5) sorted by relevance
252 noinst_HEADERS += src/ccstruct/blamer.h254 noinst_HEADERS += src/ccstruct/blobs.h255 noinst_HEADERS += src/ccstruct/blread.h258 noinst_HEADERS += src/ccstruct/ccstruct.h259 noinst_HEADERS += src/ccstruct/coutln.h264 noinst_HEADERS += src/ccstruct/image.h283 noinst_HEADERS += src/ccstruct/rect.h285 noinst_HEADERS += src/ccstruct/seam.h286 noinst_HEADERS += src/ccstruct/split.h289 noinst_HEADERS += src/ccstruct/werd.h[all …]
682 THIRD_SRC += thirdparty/tesseract/src/ccstruct/blamer.cpp684 THIRD_SRC += thirdparty/tesseract/src/ccstruct/blobs.cpp685 THIRD_SRC += thirdparty/tesseract/src/ccstruct/blread.cpp688 THIRD_SRC += thirdparty/tesseract/src/ccstruct/ccstruct.cpp689 THIRD_SRC += thirdparty/tesseract/src/ccstruct/coutln.cpp709 THIRD_SRC += thirdparty/tesseract/src/ccstruct/rect.cpp711 THIRD_SRC += thirdparty/tesseract/src/ccstruct/seam.cpp712 THIRD_SRC += thirdparty/tesseract/src/ccstruct/split.cpp715 THIRD_SRC += thirdparty/tesseract/src/ccstruct/werd.cpp837 -Ithirdparty/tesseract/src/ccstruct \[all …]
28 source_group("ccstruct" "${SSRC}/ccstruct/${H_CPP}")
35 Textord::Textord(CCStruct *ccstruct) in Textord() argument36 : ccstruct_(ccstruct) in Textord()
78 explicit Textord(CCStruct *ccstruct);