Home
last modified time | relevance | path

Searched refs:leading_pos (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dsuperscript.cpp47 int sub_y_top, ScriptPos *leading_pos, int *num_leading_outliers, in YOutlierPieces() argument
51 if (!leading_pos) { in YOutlierPieces()
52 leading_pos = &sp_unused1; in YOutlierPieces()
65 *leading_pos = *trailing_pos = SP_NORMAL; in YOutlierPieces()
82 *leading_pos = last_pos; in YOutlierPieces()
122 const char *leading_pos = sp_leading == SP_SUBSCRIPT ? "sub" : "super"; in SubAndSuperscriptFix() local
175 tprintf("%d.%d %s-leading ", num_leading, num_remainder_leading, leading_pos); in SubAndSuperscriptFix()
265 *leading_pos = *trailing_pos = SP_NORMAL; in GetSubAndSuperscriptCandidates()
292 *leading_pos = last_pos; in GetSubAndSuperscriptCandidates()
411 tprintf(" The leading bits look like %s %s\n", ScriptPosToString(leading_pos), in TrySuperscriptSplits()
[all …]
H A Dtesseractclass.h466 ScriptPos *leading_pos, float *leading_certainty,
471 ScriptPos leading_pos, int num_chopped_trailing,
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/codec/
H A Dfx_codec_fax.cpp43 const uint8_t* leading_pos = bit ? OneLeadPos : ZeroLeadPos; in FindBit() local
51 if (leading_pos[data] < 8) { in FindBit()
52 return start_pos / 8 * 8 + leading_pos[data]; in FindBit()
68 int pos = leading_pos[data_buf[byte_pos]] + byte_pos * 8; in FindBit()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/codec/
H A Dfx_codec_fax.cpp52 const uint8_t* leading_pos = bit ? OneLeadPos : ZeroLeadPos; in FindBit() local
60 if (leading_pos[data] < 8) in FindBit()
61 return start_pos / 8 * 8 + leading_pos[data]; in FindBit()
77 return std::min(leading_pos[data_buf[byte_pos]] + byte_pos * 8, max_pos); in FindBit()