Home
last modified time | relevance | path

Searched refs:stepcount (Results 1 – 6 of 6) sorted by relevance

/external/tesseract/ccstruct/
Dcoutln.cpp47 stepcount = length; //no of steps in C_OUTLINE()
86 stepcount = length; //no of steps in C_OUTLINE()
120 stepcount = stepindex; in C_OUTLINE()
121 ASSERT_HOST (stepcount >= 4); in C_OUTLINE()
145 stepcount = srcline->stepcount * 2; in C_OUTLINE()
146 if (stepcount == 0) { in C_OUTLINE()
165 for (stepindex = 0; stepindex < srcline->stepcount; stepindex++) { in C_OUTLINE()
221 ASSERT_HOST(destindex <= stepcount); in C_OUTLINE()
222 stepcount = destindex; in C_OUTLINE()
224 for (stepindex = 0; stepindex < stepcount; stepindex++) { in C_OUTLINE()
[all …]
Dcoutln.h111 return stepcount; in ELISTIZEH_S()
187 int step_mem() const { return (stepcount+3) / 4; } in ELISTIZEH_S()
192 inT16 stepcount; //no of steps in ELISTIZEH_S() local
/external/tesseract/textord/
Dfpchop.cpp1348 inT16 stepcount; //total steps in save_chop_cfragment() local
1355 stepcount = tail_index - head_index; in save_chop_cfragment()
1356 if (stepcount < 0) in save_chop_cfragment()
1357 stepcount += srcline->pathlength (); in save_chop_cfragment()
1361 if (jump == stepcount) in save_chop_cfragment()
1388 stepcount = end_index - start_index; in C_OUTLINE_FRAG()
1389 if (stepcount < 0) in C_OUTLINE_FRAG()
1390 stepcount += outline->pathlength (); in C_OUTLINE_FRAG()
1391 ASSERT_HOST (stepcount > 0); in C_OUTLINE_FRAG()
1392 steps = new DIR128[stepcount]; in C_OUTLINE_FRAG()
[all …]
Dfpchop.h50 stepcount = 0; in C_OUTLINE_FRAG()
71 inT32 stepcount; //no of steps variable
/external/webkit/V8Binding/v8/src/
Dd8.js479 var stepcount = parseInt(args[1]);
480 if (isNaN(stepcount) || stepcount <= 0) {
483 request.arguments.stepcount = stepcount;
Ddebug-delay.js1288 var stepcount = request.arguments.stepcount;
1291 if (stepcount) {
1292 count = %ToNumber(stepcount);
1294 throw new Error('Invalid stepcount argument "' + stepcount + '".');