Home
last modified time | relevance | path

Searched refs:PDBLK (Results 1 – 9 of 9) sorted by relevance

/external/tesseract/ccstruct/
Dpdblock.h29 class DLLSYM PDBLK; //forward decl variable
31 CLISTIZEH (PDBLK) in CLISTIZEH() argument
32 class DLLSYM PDBLK //page block in CLISTIZEH()
37 PDBLK() { //empty constructor in CLISTIZEH()
41 PDBLK( //simple constructor in CLISTIZEH()
51 ~PDBLK () { //destructor in CLISTIZEH()
95 PDBLK & operator= ( //assignment in CLISTIZEH()
96 const PDBLK & source); //from this in CLISTIZEH()
110 PDBLK *blkptr); //block to iterate
114 PDBLK * blkptr); //block to iterate
[all …]
Dpdblock.cpp30 CLISTIZE (PDBLK) in CLISTIZE() argument
36 PDBLK::PDBLK ( //rectangular block in CLISTIZE()
62 void PDBLK::set_sides( //set vertex lists in set_sides()
85 BOOL8 PDBLK::contains( //test containment in contains()
109 void PDBLK::move( // reposition block in move()
133 void PDBLK::plot( //draw outline in plot()
196 void PDBLK::show( //show image block in show()
221 PDBLK & PDBLK::operator= ( //assignment in operator =()
222 const PDBLK & source //from this in operator =()
244 PDBLK * blkptr //from block in BLOCK_RECT_IT()
[all …]
Docrblock.cpp41 : PDBLK (xmin, ymin, xmax, ymax), in ELISTIZE_S()
208 this->PDBLK::operator= (source); in operator =()
Docrblock.h30 class BLOCK:public ELIST_LINK, public PDBLK in ELISTIZEH_S()
/external/tesseract/textord/
Dscanedg.h31 PDBLK *block, //block in image
35 PDBLK *block, //block in image
45 PDBLK *block //block in image
Dscanedg.cpp46 PDBLK *block, //block in image in block_edges()
100 PDBLK *block, //block in image in make_margins()
159 PDBLK *block //block in image in whiteout_block()
Dedgloop.h53 PDBLK *block, //block to scan
Dedgblob.cpp347 get_outlines (window, image, t_image, page_tr, (PDBLK *) block, &out_it); in extract_edges()
349 get_outlines (image, t_image, page_tr, (PDBLK *) block, &out_it); in extract_edges()
Dedgloop.cpp55 PDBLK *block, //block to scan in get_outlines()