Lines Matching refs:aGlyphId
1779 bool AquaSalGraphics::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) in GetGlyphBoundRect() argument
1781 const bool bRC = mpMacTextStyle->GetGlyphBoundRect( aGlyphId, rRect ); in GetGlyphBoundRect()
1787 bool AquaSalGraphics::GetGlyphOutline( sal_GlyphId aGlyphId, basegfx::B2DPolyPolygon& rPolyPoly ) in GetGlyphOutline() argument
1789 const bool bRC = mpMacTextStyle->GetGlyphOutline( aGlyphId, rPolyPoly ); in GetGlyphOutline()
2121 sal_GlyphId aGlyphId( pGlyphIds[i] & GF_IDXMASK); in CreateFontSubset() local
2125 aGlyphId = ::MapChar( pSftFont, static_cast<sal_uInt16>(aGlyphId), bVertical ); in CreateFontSubset()
2126 if( aGlyphId == 0 && pFontData->IsSymbolFont() ) in CreateFontSubset()
2129 aGlyphId = pGlyphIds[i] & GF_IDXMASK; in CreateFontSubset()
2130 aGlyphId = (aGlyphId & 0xF000) ? (aGlyphId & 0x00FF) : (aGlyphId | 0xF000 ); in CreateFontSubset()
2131 aGlyphId = ::MapChar( pSftFont, static_cast<sal_uInt16>(aGlyphId), bVertical ); in CreateFontSubset()
2134 aShortIDs[i] = static_cast<sal_uInt16>( aGlyphId ); in CreateFontSubset()
2135 if( !aGlyphId ) in CreateFontSubset()