Searched refs:rawCount (Results 1 – 2 of 2) sorted by relevance
552 int rawCount = SkAbs32(fRawCount); in addToKey() local554 b->addBits(16, rawCount, "attribute count"); in addToKey()556 for (int i = 0; i < rawCount; ++i) { in addToKey()
766 size_t read(void* buffer, size_t rawCount) override { in read() argument767 size_t count = rawCount; in read()