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