Searched refs:adjustInfoCount (Results 1 – 1 of 1) sorted by relevance
3083 size_t adjustInfoCount = 0; in CopyDrawingAdjustSet() local3084 for (; adjustInfoCount < adjustSet.size();) { in CopyDrawingAdjustSet()3085 … CopyDrawingAdjustInfo((*drawAdjustInfoSet)[adjustInfoCount], adjustSet.at(adjustInfoCount)); in CopyDrawingAdjustSet()3086 ++adjustInfoCount; in CopyDrawingAdjustSet()3088 adjustInfoSize = adjustInfoCount; in CopyDrawingAdjustSet()