Home
last modified time | relevance | path

Searched refs:fDataSizeInBytes (Results 1 – 1 of 1) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCPathCache.h38 int dataSizeInBytes() const { return fDataSizeInBytes; } in dataSizeInBytes()
43 fDataSizeInBytes = dataCountU32 * sizeof(uint32_t); in resetDataCountU32()
48 return fDataSizeInBytes == that.fDataSizeInBytes &&
49 !memcmp(this->data(), that.data(), fDataSizeInBytes);
58 , fDataSizeInBytes(dataCountU32 * sizeof(uint32_t)) in Key()
64 int fDataSizeInBytes; variable