Searched refs:sizeOfStruct (Results 1 – 2 of 2) sorted by relevance
1382 int32_t sizeOfStruct; member
758 } else if (dptr>=sUText && dptr < sUText+src->sizeOfStruct) { in adjustPointer()799 int sizeToCopy = src->sizeOfStruct; in shallowTextClone()800 if (sizeToCopy > dest->sizeOfStruct) { in shallowTextClone()801 sizeToCopy = dest->sizeOfStruct; in shallowTextClone()