Home
last modified time | relevance | path

Searched refs:pCharWidth (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx360 sal_Int32 *pCharWidth = (sal_Int32*) alloca(nLen * sizeof(sal_Int32)); in DrawText() local
366 pCharWidth[n] = getCharWidth (mbTextVertical, pEffectiveStr[n], &aBBox); in DrawText()
379 pNewDeltaArray[0] = pCharWidth[0]; in DrawText()
381 pNewDeltaArray[i] = pNewDeltaArray[i-1] + pCharWidth[i]; in DrawText()

Completed in 33 milliseconds