Searched refs:fRecords (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/views/
H A DSkListWidget.cpp493 delete[] fRecords;
517 *data = fRecords[rowIndex * fFieldCount + fieldIndex];
532 SkString* fRecords; // [fRecordCount][fFieldCount] member in class:SkXMLListSource
541 fFields = fRecords = NULL;
570 fRecords = new SkString[fRecordCount * fFieldCount];
577 fRecords[n * fFieldCount + i].set(dom.findAttr(child, fFields[i].c_str()));

Completed in 43 milliseconds