Home | History | Annotate | Download | only in animator

Lines Matching full:foffset

1018             branch.fOffset = newOffset;
1174 SkASSERT(off > fOffset + sizeof(size_t));
1175 size_t offset = off - fOffset - sizeof(offset);
1176 stream->write(&offset, fOffset, sizeof(offset));