Home
last modified time | relevance | path

Searched refs:aGlyphIds (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1774 std::vector<sal_uInt16> aGlyphIds(nGlyphs); in GetGlyphWidths() local
1776 aGlyphIds[i] = sal_uInt16(i); in GetGlyphWidths()
1778 &aGlyphIds[0], in GetGlyphWidths()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2206 std::vector<sal_uInt16> aGlyphIds(nGlyphCount); in GetGlyphWidths() local
2208 aGlyphIds[i] = static_cast<sal_uInt16>(i); in GetGlyphWidths()
2210 pSftFont, &aGlyphIds[0], nGlyphCount, bVertical ); in GetGlyphWidths()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2995 std::vector<sal_uInt16> aGlyphIds(nGlyphs); in GetGlyphWidths() local
2997 aGlyphIds[i] = sal_uInt16(i); in GetGlyphWidths()
2999 &aGlyphIds[0], in GetGlyphWidths()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx3158 sal_GlyphId aGlyphIds[ 256 ]; in emitSystemFont() local
3163 memset( aGlyphIds, 0, sizeof( aGlyphIds ) ); in emitSystemFont()
3172 aGlyphIds[c] = 0; in emitSystemFont()
3177 …m_pReferenceDevice->mpGraphics->CreateFontSubset( aTmpName, pFont, aGlyphIds, pEncoding, pDuWidths… in emitSystemFont()
4054 sal_GlyphId aGlyphIds[ 256 ]; in emitFonts() local
4065 rtl_zeroMemory( aGlyphIds, sizeof( aGlyphIds ) ); in emitFonts()
4073 DBG_ASSERT( aGlyphIds[nEnc] == 0 && pEncoding[nEnc] == 0, "duplicate glyph" ); in emitFonts()
4076 aGlyphIds[ nEnc ] = fit->first; in emitFonts()
4092 …if( m_pReferenceDevice->mpGraphics->CreateFontSubset( aTmpName, it->first, aGlyphIds, pEncoding, p… in emitFonts()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx3786 std::vector<sal_uInt16> aGlyphIds(nGlyphs); in getGlyphWidths() local
3788 aGlyphIds[i] = sal_uInt16(i); in getGlyphWidths()
3790 &aGlyphIds[0], in getGlyphWidths()

Completed in 143 milliseconds