Searched refs:fieldIndex (Results 1 – 3 of 3) sorted by relevance
32 le_uint16 fieldIndex = sizeIndex % count; in getAdjustment() local33 le_uint16 shift = 16 - (bits * (fieldIndex + 1)); in getAdjustment()
512 virtual void getRecord(int rowIndex, int fieldIndex, SkString* data) in getRecord() argument515 SkASSERT((unsigned)fieldIndex < (unsigned)fFieldCount); in getRecord()517 *data = fRecords[rowIndex * fFieldCount + fieldIndex]; in getRecord()
303 virtual void getRecord(int rowIndex, int fieldIndex, SkString* data);