Home
last modified time | relevance | path

Searched refs:numcontrols (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/aqua/source/gdi/
H A Datslayout.cxx383 ItemCount numcontrols = 0; in DrawText() local
386 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 15 milliseconds