Lines Matching refs:Row
862 struct Row { struct in SkAAClip::Builder
867 SkTDArray<Row> fRows;
868 Row* fCurrRow;
882 Row* row = fRows.begin(); in ~Builder()
883 Row* stop = fRows.end(); in ~Builder()
900 Row* row = fCurrRow; in addRun()
988 const Row* row = fRows.begin(); in finish()
989 const Row* stop = fRows.end(); in finish()
1042 const Row& row = fRows[y]; in dump()
1060 const Row& row = fRows[i]; in validate()
1086 void flushRowH(Row* row) { in flushRowH()
1094 Row* flushRow(bool readyForAnother) { in flushRow()
1095 Row* next = NULL; in flushRow()
1102 Row* prev = &fRows[count - 2]; in flushRow()
1103 Row* curr = &fRows[count - 1]; in flushRow()