/external/tesseract/classify/ |
D | fxdefs.cpp | 54 void GetLineStatsFromRow(TEXTROW *Row, LINE_STATS *LineStats) { in GetLineStatsFromRow() argument 66 LineStats->Baseline = &(Row->baseline); in GetLineStatsFromRow() 67 LineStats->XHeightLine = &(Row->xheight); in GetLineStatsFromRow() 68 LineStats->xheight = Row->lineheight; in GetLineStatsFromRow() 69 LineStats->AscRise = Row->ascrise; in GetLineStatsFromRow() 70 LineStats->DescDrop = Row->descdrop; in GetLineStatsFromRow() 71 LineStats->TextRow = Row; /* kludge - only needed by fx for */ in GetLineStatsFromRow()
|
D | speckle.cpp | 86 BOOL8 LargeSpeckle(TBLOB *Blob, TEXTROW *Row) { in LargeSpeckle() argument 103 speckle_size = RowHeight (Row) * speckle_large_max_size; in LargeSpeckle()
|
D | blobclass.cpp | 52 TBLOB * Blob, TEXTROW * Row, char BlobText[]) in LearnBlob() argument 79 GetLineStatsFromRow(Row, &LineStats); in LearnBlob()
|
D | speckle.h | 41 BOOL8 LargeSpeckle(TBLOB *Blob, TEXTROW *Row);
|
D | blobclass.h | 42 TBLOB * Blob, TEXTROW * Row, char BlobText[]);
|
D | fxdefs.h | 71 void GetLineStatsFromRow(TEXTROW *Row, LINE_STATS *LineStats);
|
D | classify.h | 69 TEXTROW *Row, 159 TEXTROW *Row,
|
D | adaptmatch.cpp | 316 TEXTROW *Row, in AdaptiveClassifier() argument 358 GetLineStatsFromRow(Row, &LineStats); in AdaptiveClassifier() 379 if (LargeSpeckle (Blob, Row)) in AdaptiveClassifier() 403 TEXTROW *Row, in AdaptToWord() argument 452 GetLineStatsFromRow(Row, &LineStats); in AdaptToWord()
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | HTMLTable.java | 56 final Row row = new Row (true); in newTitleRow() 64 final Row row = new Row (false); in newRow() 105 private static class Row extends IElement.Factory.ElementImpl class in HTMLTable 116 Row (final boolean th) in Row() method in HTMLTable.Row
|
/external/tinyxml/ |
D | xmltest.cpp | 397 XmlTest( "Location tracking: Declaration row", declaration->Row(), 1 ); in main() 399 XmlTest( "Location tracking: room row", room->Row(), 1 ); in main() 401 XmlTest( "Location tracking: doors row", doors->Row(), 1 ); in main() 403 XmlTest( "Location tracking: Comment row", comment->Row(), 2 ); in main() 405 XmlTest( "Location tracking: text row", text->Row(), 3 ); in main() 407 XmlTest( "Location tracking: door0 row", door0->Row(), 3 ); in main() 409 XmlTest( "Location tracking: door1 row", door1->Row(), 4 ); in main() 431 XmlTest( "Location tracking: Tab 8: room row", room->Row(), 1 ); in main() 433 XmlTest( "Location tracking: Tab 8: doors row", doors->Row(), 1 ); in main() 513 XmlTest( "UTF-8: Russian value row.", 4, element->Row() ); in main() [all …]
|
D | readme.txt | 305 <h3> Row and Column tracking </h3> 312 in a text file. The TiXmlBase::Row() and TiXmlBase::Column() methods return
|
D | tinyxml.h | 198 int Row() const { return location.row + 1; } in Row() function
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetDialogs.py | 46 for Lbl, Text, Row, Col, Len, Min, Max, Id, Lst, Fct, Enabled, HelpText in ctrls: 50 self.ctrls[Text] = wx.Button(panel, Id, Lbl, wx.Point(Col, Row), size=Len) 58 … self.ctrls[Text] = wx.TextCtrl(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET +3), wx.Size(Len,-1)) 60 …self.ctrls[Text] = JetSpinOneBased(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1)… 62 …self.ctrls[Text] = JetSpin(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), min=Mi… 64 …self.ctrls[Text] = wx.ComboBox(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), Ls… 69 … self.ctrls[Text] = TimeCtrl(panel, pos=(Col, Row + LBL_OFFSET), ctlName=Text) 71 …self.ctrls[Text] = JetFileCombo(panel, pos=(Col, Row + LBL_OFFSET), size=wx.Size(Len,-1), title=Lb… 73 …self.ctrls[Text] = JetFileText(panel, pos=(Col, Row + LBL_OFFSET), size=wx.Size(Len,-1), title=Lbl… 75 … self.ctrls[Text] = wx.StaticBox(parent=panel, id=wx.ID_ANY, label=Lbl, pos=(Row, Col), size=Len) [all …]
|
/external/icu4c/common/ |
D | uresdata.c | 526 typedef struct Row { struct 528 } Row; argument 533 return (int32_t)uprv_strcmp(keyChars+((const Row *)left)->keyIndex, in ures_compareRows() 534 keyChars+((const Row *)right)->keyIndex); in ures_compareRows() 539 Row *rows; 851 uprv_sortArray(pTempTable->rows, count, sizeof(Row), in ures_swapResource() 965 Row rows[STACK_ROW_CAPACITY]; in ures_swap() 1069 tempTable.rows=(Row *)uprv_malloc(maxTableLength*sizeof(Row)+maxTableLength*4); in ures_swap()
|
/external/webkit/WebCore/rendering/ |
D | RenderTableSection.h | 61 typedef Vector<CellStruct> Row; typedef 64 Row* row;
|
D | RenderTableSection.cpp | 169 m_grid[r].row = new Row(nCols); in ensureRows() 276 Row& row = *m_grid[i].row; in setCellWidths() 354 Row* row = m_grid[r].row; in setCellWidths() 1008 Row* firstRow = m_grid[0].row; in setCellWidths() 1236 Row& r = *m_grid[row].row; in setCellWidths()
|
/external/clearsilver/python/examples/base/ |
D | hdfhelp.py | 87 class HdfRow(odb.Row):
|
D | odb.py | 118 return Row 1129 class Row: class
|
/external/icu4c/data/mappings/ |
D | convrtrs.txt | 499 …ows-31j { IANA JAVA } # A further extension of Shift_JIS to include NEC special characters (Row 13) 500 …{ IANA WINDOWS JAVA } # A further extension of Shift_JIS to include NEC special characters (Row 13)
|
/external/icu4c/stubdata/icudt38l/ |
D | convrtrs.txt | 499 …ows-31j { IANA JAVA } # A further extension of Shift_JIS to include NEC special characters (Row 13) 500 …{ IANA WINDOWS JAVA } # A further extension of Shift_JIS to include NEC special characters (Row 13)
|
/external/webkit/WebCore/platform/text/mac/ |
D | character-sets.txt | 1658 to include NEC special characters (Row 13), NEC
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-12-31 | 51157 Row height not updated when cell heights change
|
D | ChangeLog-2005-08-23 | 20012 Working on the Acid2 test, Row 1.
|