Home
last modified time | relevance | path

Searched refs:nGlyphWidth (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx103 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 …]
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx366 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;
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx432 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 …]
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx606 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()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx547 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()
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx1333 int nGlyphWidth = pG->mnOrigWidth; in ApplyAsianKerning() local
1334 nDelta = (nDelta * nGlyphWidth + 2) / 4; in ApplyAsianKerning()
H A Dpdfwriter_impl.cxx2414 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 111 milliseconds