Searched refs:numcontrols (Results 1 – 1 of 1) sorted by relevance
383 ItemCount numcontrols = 0; in DrawText() local386 theTags[numcontrols] = kATSUCGContextTag; in DrawText()387 theSizes[numcontrols] = sizeof( CGContextRef ); in DrawText()388 theValues[numcontrols++] = &rAquaGraphics.mrContext; in DrawText()394 theTags[numcontrols] = kATSULineRotationTag; in DrawText()395 theSizes[numcontrols] = sizeof( Fixed ); in DrawText()396 theValues[numcontrols++] = &theAngle; in DrawText()399 DBG_ASSERT( (numcontrols <= nMaxControls), "ATSLayout::DrawText() numcontrols overflow" ); in DrawText()400 OSStatus theErr = ATSUSetLayoutControls (maATSULayout, numcontrols, theTags, theSizes, theValues); in DrawText()
Completed in 18 milliseconds