Searched refs:PDBLK (Results 1 – 9 of 9) sorted by relevance
/external/tesseract/ccstruct/ |
D | pdblock.h | 29 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 …]
|
D | pdblock.cpp | 30 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 …]
|
D | ocrblock.cpp | 41 : PDBLK (xmin, ymin, xmax, ymax), in ELISTIZE_S() 208 this->PDBLK::operator= (source); in operator =()
|
D | ocrblock.h | 30 class BLOCK:public ELIST_LINK, public PDBLK in ELISTIZEH_S()
|
/external/tesseract/textord/ |
D | scanedg.h | 31 PDBLK *block, //block in image 35 PDBLK *block, //block in image 45 PDBLK *block //block in image
|
D | scanedg.cpp | 46 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()
|
D | edgloop.h | 53 PDBLK *block, //block to scan
|
D | edgblob.cpp | 347 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()
|
D | edgloop.cpp | 55 PDBLK *block, //block to scan in get_outlines()
|