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