Home | History | Annotate | Download | only in core

Lines Matching refs:fLength

44         fLength = sizeof(SkDescriptor);
48 uint32_t getLength() const { return fLength; }
56 Entry* entry = (Entry*)((char*)this + fLength);
63 fLength += sizeof(Entry) + length;
99 SkDescriptor* desc = SkDescriptor::Alloc(fLength);
100 memcpy(desc, this, fLength);
107 // SkASSERT(a.fChecksum != b.fChecksum || memcmp(&a, &b, a.fLength) == 0);
115 const uint32_t* stop = (const uint32_t*)((const char*)aa + fLength);
135 uint32_t fLength; // must be second
141 const uint32_t* stop = (const uint32_t*)((const char*)desc + desc->fLength);