Home
last modified time | relevance | path

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

/external/tesseract/textord/
Ddrawtord.cpp425 float xshift, //amount of shift in plot_row_cells() argument
440 win->Line(cell->x () + xshift, word_box.bottom (), cell->x () + xshift, word_box.top ()); in plot_row_cells()
Ddrawtord.h98 float xshift, //amount of shift
Doldbasel.cpp237 float xshift; /*shift in xheight */ in correlate_with_stats() local
293 xshift = lineheight - row->xheight; in correlate_with_stats()
301 xshift = -row->ascrise; /*shift in x */ in correlate_with_stats()
309 xshift = -row->ascrise; /*shift in x */ in correlate_with_stats()
/external/srec/srec/cfront/
Dsp_fft.c78 asr_int32_t xshift = x >> i; in rshift() local
83 xshift |= -signbit; in rshift()
86 xshift += (x >> (i - 1)) & 1; in rshift()
87 return xshift; in rshift()
/external/webkit/JavaScriptCore/wtf/
Ddtoa.cpp1056 int havedig, udx0, xshift; in hexnan() local
1059 havedig = xshift = 0; in hexnan()
1072 xshift = 1; in hexnan()
1081 if (xshift) { in hexnan()
1082 xshift = 0; in hexnan()
/external/webkit/V8Binding/v8/src/third_party/dtoa/
Ddtoa.c1477 int havedig, udx0, xshift; local
1480 havedig = xshift = 0;
1493 xshift = 1;
1504 if (xshift) {
1505 xshift = 0;