Searched refs:nGlyphWidth (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/vcl/source/glyphs/ |
H A D | gcach_layout.cxx | 103 int nGlyphWidth = 0; in operator ()() local 131 nGlyphWidth += nKernValue; in operator ()() 132 aPrevItem.mnNewWidth = nGlyphWidth; in operator ()() 138 aNewPos.X() += nGlyphWidth; in operator ()() 143 nGlyphWidth = rGM.GetCharWidth(); in operator ()() 145 aPrevItem = GlyphItem( nCharPos, aGlyphId, aNewPos, nGlyphFlags, nGlyphWidth ); in operator ()() 542 int nGlyphWidth = rGM.GetCharWidth(); in operator ()() local 543 int nNewWidth = nGlyphWidth; in operator ()() 544 if( nGlyphWidth <= 0 ) in operator ()() 549 nGlyphWidth = nNewWidth = 0; in operator ()() [all …]
|
/aoo41x/main/vcl/os2/source/gdi/ |
H A D | os2layout.cxx | 366 int nGlyphWidth = mrOs2FontEntry.GetCachedGlyphWidth( nCharCode ); local 367 if( nGlyphWidth == -1 ) 369 if (!Ft2QueryStringWidthW( mhPS, (LPWSTR)&pCodes[0], 1, (LONG*)&nGlyphWidth)) 370 nGlyphWidth = 0; 371 mrOs2FontEntry.CacheGlyphWidth( nCharCode, nGlyphWidth ); 373 mpGlyphAdvances[ i ] = nGlyphWidth; 374 mnWidth += nGlyphWidth;
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 432 if( nGlyphWidth == -1 ) 437 nGlyphWidth = aExtent.cx; 439 nGlyphWidth = aABC.abcA + aABC.abcB + aABC.abcC; 442 nGlyphWidth = 0; 443 mrWinFontEntry.CacheGlyphWidth( nCharCode, nGlyphWidth ); 445 mpGlyphAdvances[ i ] = nGlyphWidth; 446 mnWidth += nGlyphWidth; 1900 int nGlyphWidth = pGlyphWidths[ nStart ]; local 1914 nGlyphWidth = mpGlyphAdvances[ nStart ]; 1930 nGlyphWidth = mnMinKashidaWidth; [all …]
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 606 long nGlyphWidth = 0; in LayoutText() local 647 nGlyphWidth += nKern; in LayoutText() 648 aPrevItem.mnNewWidth = nGlyphWidth; in LayoutText() 659 aNewPos.X() += nGlyphWidth; in LayoutText() 662 nUnitsPerPixel = mrPrinterGfx.GetCharWidth( cChar, cChar, &nGlyphWidth ); in LayoutText() 665 aPrevItem = GlyphItem( nCharPos, aGlyphId, aNewPos, nGlyphFlags, nGlyphWidth ); in LayoutText()
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 547 long nGlyphWidth = 0; in LayoutText() local 588 nGlyphWidth += nKern; in LayoutText() 589 aPrevItem.mnNewWidth = nGlyphWidth; in LayoutText() 600 aNewPos.X() += nGlyphWidth; in LayoutText() 603 nUnitsPerPixel = mrPrinterGfx.GetCharWidth( cChar, cChar, &nGlyphWidth ); in LayoutText() 606 aPrevItem = GlyphItem( nCharPos, aGlyphId, aNewPos, nGlyphFlags, nGlyphWidth ); in LayoutText()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | sallayout.cxx | 1333 int nGlyphWidth = pG->mnOrigWidth; in ApplyAsianKerning() local 1334 nDelta = (nDelta * nGlyphWidth + 2) / 4; in ApplyAsianKerning()
|
H A D | pdfwriter_impl.cxx | 2414 long nGlyphWidth = (long)mrBuiltinFont.m_aWidths[cChar] * mnPixelPerEM; in LayoutText() local 2419 GlyphItem aGI( nCharPos, cChar, aNewPos, nGlyphFlags, nGlyphWidth ); in LayoutText() 2422 aNewPos.X() += nGlyphWidth; in LayoutText()
|
Completed in 102 milliseconds