Searched refs:nRepeatSize (Results 1 – 1 of 1) sorted by relevance
1620 long nRepeatSize = aVars.GetTextSize().Width(); // without margin in DrawStrings() local1624 ++nRepeatSize; in DrawStrings()1625 if ( nRepeatSize > 0 ) in DrawStrings()1627 long nRepeatCount = nAvailable / nRepeatSize; in DrawStrings()2593 long nRepeatSize = (long) pEngine->CalcTextWidth(); in DrawEdit() local2595 … nRepeatSize = pRefDevice->LogicToPixel(Size(nRepeatSize,0)).Width(); in DrawEdit()2597 ++nRepeatSize; in DrawEdit()2598 if ( nRepeatSize > 0 ) in DrawEdit()2600 long nRepeatCount = nAvailable / nRepeatSize; in DrawEdit()
Completed in 22 milliseconds