Home | History | Annotate | Download | only in animator

Lines Matching defs:fOffset

36     size_t fOffset; // if negative, is index into member pointer table (for properties and functions)
41 signed char fOffset;
51 return (signed) fOffset > 0 ? -1 + (int) fOffset : -1 - (int) fOffset;
70 return (void*) ((const char*) displayable + fOffset);
74 return (signed) fOffset > 0 ? -1 + (int) fOffset : -1 - (int) fOffset;
82 memcpy((char*) displayable + fOffset, child, size);