Home
last modified time | relevance | path

Searched refs:spacing (Results 1 – 25 of 82) sorted by relevance

1234

/external/tesseract/liblept/
Dpixafunc2.c411 l_int32 spacing) in pixaDisplayTiled() argument
460 spacing = L_MAX(spacing, 0); in pixaDisplayTiled()
461 ncols = (l_int32)((l_float32)(maxwidth - spacing) / in pixaDisplayTiled()
462 (l_float32)(wmax + spacing)); in pixaDisplayTiled()
464 wd = wmax * ncols + spacing * (ncols + 1); in pixaDisplayTiled()
465 hd = hmax * nrows + spacing * (nrows + 1); in pixaDisplayTiled()
484 ystart = spacing + i * (hmax + spacing); in pixaDisplayTiled()
486 xstart = spacing + j * (wmax + spacing); in pixaDisplayTiled()
523 l_int32 spacing) in pixaDisplayTiledInRows() argument
563 w = h = spacing; in pixaDisplayTiledInRows()
[all …]
Dgraphics.c299 l_int32 spacing, in generatePtaHashBox() argument
311 if (spacing <= 1) in generatePtaHashBox()
326 n = 1 + bh / spacing; in generatePtaHashBox()
335 n = 1 + bw / spacing; in generatePtaHashBox()
344 n = 2 + (l_int32)((bw + bh) / (1.4 * spacing)); in generatePtaHashBox()
346 x = (l_int32)(bx + (i + 0.5) * 1.4 * spacing); in generatePtaHashBox()
356 n = 2 + (l_int32)((bw + bh) / (1.4 * spacing)); in generatePtaHashBox()
358 x = (l_int32)(bx - bh + (i + 0.5) * 1.4 * spacing); in generatePtaHashBox()
483 l_int32 spacing, in generatePtaaHashBoxa() argument
497 if (spacing <= 1) in generatePtaaHashBoxa()
[all …]
/external/e2fsprogs/lib/ss/
Dlist_rqs.c30 int spacing; in ss_list_requests() local
56 spacing = -2; in ss_list_requests()
63 spacing += len + 2; in ss_list_requests()
68 if (spacing > 23) { in ss_list_requests()
71 spacing = 0; in ss_list_requests()
74 strncat(buffer, twentyfive_spaces, 25-spacing); in ss_list_requests()
/external/proguard/src/proguard/gui/splash/
DTextSprite.java33 private final VariableInt spacing; field in TextSprite
62 VariableInt spacing, in TextSprite() argument
68 this.spacing = spacing; in TextSprite()
82 int spacingt = spacing.getInt(time); in paint()
/external/xmlwriter/src/org/jheer/
DXMLWriter.java143 spacing(); in comment()
162 spacing(); in tag()
214 spacing(); in addAttribute()
232 spacing(); in tag()
286 spacing(); in tag()
347 spacing(); in end()
365 spacing(); in contentTag()
382 spacing(); in contentTag()
423 public void spacing() throws IOException { in spacing() method in XMLWriter
/external/tesseract/ccstruct/
Docrrow.cpp43 spacing = space; in ELISTIZE_S()
63 spacing = space; in ROW()
147 tprintf ("Spacing= %d\n", spacing); in print()
207 spacing = source.spacing; in operator =()
Docrblock.cpp51 spacing = space; in ELISTIZE_S()
181 tprintf ("Spacing= %d\n", spacing); in print()
211 spacing = source.spacing; in operator =()
Docrblock.h61 spacing = space; in ELISTIZEH_S()
83 return spacing; in ELISTIZEH_S()
178 inT16 spacing; //inter word gap in ELISTIZEH_S() local
Docrrow.h68 return spacing; in space()
126 inT32 spacing; //inter word gap variable
/external/webkit/WebCore/platform/wx/wxcode/win/
Dnon-kerned-drawing.cpp101 int* spacing = new int[numGlyphs - from]; in drawTextWithSpacing() local
103 spacing[i] = advances[i].width(); in drawTextWithSpacing()
117 ::ExtTextOut(hdc, x, y, 0, NULL, string.c_str(), string.length(), spacing); in drawTextWithSpacing()
125 delete [] spacing; in drawTextWithSpacing()
/external/tesseract/textord/
Dcolpartition.h151 void set_bottom_spacing(int spacing) { in CLISTIZEH()
152 bottom_spacing_ = spacing; in CLISTIZEH()
157 void set_top_spacing(int spacing) { in CLISTIZEH()
158 top_spacing_ = spacing; in CLISTIZEH()
471 bool SpacingEqual(int spacing, int resolution) const; in CLISTIZEH()
481 int spacing, int resolution) const; in CLISTIZEH()
Dmakerow.cpp1217 prev_row->spacing = row->intercept () - prev_row->intercept (); in compute_row_stats()
1220 row->intercept (), prev_row->spacing); in compute_row_stats()
1235 iqr = rows[row_index]->spacing; in compute_row_stats()
1238 iqr -= rows[row_index]->spacing; in compute_row_stats()
1243 tprintf (" row based=%g(%g)", rows[row_index]->spacing, iqr); in compute_row_stats()
1245 && iqr < rows[row_index]->spacing * textord_linespace_iqrlimit) { in compute_row_stats()
1247 if (rows[row_index]->spacing < block->line_spacing in compute_row_stats()
1248 && rows[row_index]->spacing > block->line_size) in compute_row_stats()
1250 block->line_size = rows[row_index]->spacing; in compute_row_stats()
1252 else if (rows[row_index]->spacing > block->line_spacing) in compute_row_stats()
[all …]
/external/webkit/WebCore/css/
DmediaControlsQT.css81 letter-spacing: normal;
82 word-spacing: normal;
103 letter-spacing: normal;
104 word-spacing: normal;
171 letter-spacing: normal;
172 word-spacing: normal;
DCSSPropertyNames.in39 border-spacing
71 letter-spacing
143 word-spacing
163 -webkit-border-horizontal-spacing
170 -webkit-border-vertical-spacing
Dwml.css61 border-spacing: 2px;
119 letter-spacing: normal;
120 word-spacing: normal;
/external/bluetooth/glib/gobject/
Dgobject-query.c35 static guint spacing = 1; variable
70 for (i = 0; i < spacing; i++) in show_nodes()
146 spacing = atoi (argv[i]); in main()
/external/webkit/WebKitTools/iExploder/htdocs/
Dcssproperties.in19 -webkit-border-horizontal-spacing
24 -webkit-border-vertical-spacing
126 border-spacing
155 letter-spacing
227 word-spacing
252 -khtml-border-horizontal-spacing
253 -khtml-border-vertical-spacing
/external/webkit/WebCore/platform/graphics/gtk/
DFontPlatformDataGtk.cpp239 int spacing; in isFixedPitch() local
240 if (FcPatternGetInteger(m_pattern, FC_SPACING, 0, &spacing) == FcResultMatch) in isFixedPitch()
241 return spacing == FC_MONO; in isFixedPitch()
/external/webkit/WebCore/svg/
Dsvgattrs.in113 letter-spacing
183 spacing
241 word-spacing
DSVGTextPathElement.h73 …VGTextPathElement, SVGNames::textPathTagString, SVGNames::spacingAttrString, int, Spacing, spacing)
/external/webkit/WebKit/android/plugins/
DANPPaintInterface.cpp163 SkScalar spacing = paint->getFontMetrics(&fm); in anp_getFontMetrics() local
171 return SkScalarToFloat(spacing); in anp_getFontMetrics()
/external/webkit/WebCore/rendering/
DRenderSVGTextPath.cpp73 return static_cast<SVGTextPathElement*>(node())->spacing() == SVG_TEXTPATH_SPACINGTYPE_EXACT; in exactAlignment()
DSVGRootInlineBox.cpp1182 … float spacing = font.letterSpacing() + calculateKerning(textBox->renderer()->node()->renderer()); in buildLayoutInformationForTextBox() local
1195 if (info.nextDrawnSeperated || spacing != 0.0f) { in buildLayoutInformationForTextBox()
1201 spacing += font.wordSpacing(); in buildLayoutInformationForTextBox()
1203 if (spacing != 0.0f && !info.inPathLayout()) in buildLayoutInformationForTextBox()
1230 spacing *= svgChar.pathData->yScale; in buildLayoutInformationForTextBox()
1234 spacing *= svgChar.pathData->xScale; in buildLayoutInformationForTextBox()
1241 info.pathExtraAdvance += spacing; in buildLayoutInformationForTextBox()
1325 info.cury += glyphAdvance + spacing; in buildLayoutInformationForTextBox()
1327 info.curx += glyphAdvance + spacing - (float)kerning; in buildLayoutInformationForTextBox()
/external/webkit/WebCore/platform/graphics/android/
DFontAndroid.cpp188 SkScalar spacing = paint.getFontMetrics(&metrics); in selectionRectForComplexText() local
193 roundf(SkScalarToFloat(spacing))); in selectionRectForComplexText()
/external/skia/src/animator/
DSkDrawExtraPathEffect.cpp51 SkString spacing; member in SkDrawShape1DPathEffect
141 SkAnimatorScript::EvaluateFloat(*fMaker, NULL, fDraw->spacing.c_str(), &result); in next()
213 SK_MEMBER(spacing, String),

1234