Searched refs:sizeOfStruct (Results 1 – 8 of 8) sorted by relevance
1382 int32_t sizeOfStruct; member
1365 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()
760 } else if (dptr>=sUText && dptr < sUText+src->sizeOfStruct) { in adjustPointer()801 int sizeToCopy = src->sizeOfStruct; in shallowTextClone()802 if (sizeToCopy > dest->sizeOfStruct) { in shallowTextClone()803 sizeToCopy = dest->sizeOfStruct; in shallowTextClone()