Home | History | Annotate | Download | only in core

Lines Matching refs:fLength

32         fLength = sizeof(SkDescriptor);
36 uint32_t getLength() const { return fLength; }
43 Entry* entry = (Entry*)((char*)this + fLength);
51 fLength = SkToU32(fLength + sizeof(Entry) + length);
82 std::unique_ptr<SkDescriptor> desc = SkDescriptor::Alloc(fLength);
83 memcpy(desc.get(), this, fLength);
89 // SkASSERT(a.fChecksum != b.fChecksum || memcmp(&a, &b, a.fLength) == 0);
97 const uint32_t* stop = (const uint32_t*)((const char*)aa + fLength);
119 uint32_t fLength; // must be second
124 size_t len = desc->fLength - sizeof(uint32_t);