Searched refs:fFieldCount (Results 1 – 3 of 3) sorted by relevance
503 virtual int countFields() { return fFieldCount; } in countFields()506 SkASSERT((unsigned)index < (unsigned)fFieldCount); in getFieldName()512 for (int i = 0; i < fFieldCount; i++) in findFieldIndex()522 SkASSERT((unsigned)fieldIndex < (unsigned)fFieldCount); in getRecord()524 *data = fRecords[rowIndex * fFieldCount + fieldIndex]; in getRecord()540 int fFieldCount, fRecordCount; member in SkXMLListSource547 fFieldCount = fRecordCount = 0; in SkXMLListSource()559 fFieldCount = dom.countChildren(child, "field"); in SkXMLListSource()560 fFields = new SkString[fFieldCount]; in SkXMLListSource()570 SkASSERT(n == fFieldCount); in SkXMLListSource()[all …]
32 return fFieldCount; in fieldCount()40 fFieldCount = fieldCount; in construct()155 ((other.fFieldCount==fFieldCount) && (other.fEnum==fEnum))); in isSameType()
214 int32_t fFieldCount;