Home | History | Annotate | Download | only in core

Lines Matching defs:fLength

37         fLength = sizeof(SkDescriptor);
41 uint32_t getLength() const { return fLength; }
49 Entry* entry = (Entry*)((char*)this + fLength);
56 fLength += sizeof(Entry) + length;
92 SkDescriptor* desc = SkDescriptor::Alloc(fLength);
93 memcpy(desc, this, fLength);
100 // SkASSERT(a.fChecksum != b.fChecksum || memcmp(&a, &b, a.fLength) == 0);
108 const uint32_t* stop = (const uint32_t*)((const char*)aa + fLength);
129 uint32_t fLength; // must be second
135 const uint32_t* stop = (const uint32_t*)((const char*)desc + desc->fLength);