Home
last modified time | relevance | path

Searched refs:ccstruct (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/
H A DMakefile.am252 noinst_HEADERS += src/ccstruct/blamer.h
254 noinst_HEADERS += src/ccstruct/blobs.h
255 noinst_HEADERS += src/ccstruct/blread.h
258 noinst_HEADERS += src/ccstruct/ccstruct.h
259 noinst_HEADERS += src/ccstruct/coutln.h
264 noinst_HEADERS += src/ccstruct/image.h
283 noinst_HEADERS += src/ccstruct/rect.h
285 noinst_HEADERS += src/ccstruct/seam.h
286 noinst_HEADERS += src/ccstruct/split.h
289 noinst_HEADERS += src/ccstruct/werd.h
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/
H A DMakethird682 THIRD_SRC += thirdparty/tesseract/src/ccstruct/blamer.cpp
684 THIRD_SRC += thirdparty/tesseract/src/ccstruct/blobs.cpp
685 THIRD_SRC += thirdparty/tesseract/src/ccstruct/blread.cpp
688 THIRD_SRC += thirdparty/tesseract/src/ccstruct/ccstruct.cpp
689 THIRD_SRC += thirdparty/tesseract/src/ccstruct/coutln.cpp
709 THIRD_SRC += thirdparty/tesseract/src/ccstruct/rect.cpp
711 THIRD_SRC += thirdparty/tesseract/src/ccstruct/seam.cpp
712 THIRD_SRC += thirdparty/tesseract/src/ccstruct/split.cpp
715 THIRD_SRC += thirdparty/tesseract/src/ccstruct/werd.cpp
837 -Ithirdparty/tesseract/src/ccstruct \
[all …]
/dports/graphics/tesseract/tesseract-5.0.0/cmake/
H A DSourceGroups.cmake28 source_group("ccstruct" "${SSRC}/ccstruct/${H_CPP}")
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dtextord.cpp35 Textord::Textord(CCStruct *ccstruct) in Textord() argument
36 : ccstruct_(ccstruct) in Textord()
H A Dtextord.h78 explicit Textord(CCStruct *ccstruct);