Searched refs:FontId (Results 1 – 7 of 7) sorted by relevance
105 sal_Int32 FontId; member120 FontId(0), in GraphicsContext()143 FontId == rRight.FontId && in operator ==()173 ^ size_t(rGC.FontId) in operator ()()
218 getCurrentContext().FontId = it->second; in setFont()223 getCurrentContext().FontId = m_nNextFontId; in setFont()273 ASSERT_TRUE(rContext.FontId == 0) << "Font id is 0"; in strokePath()288 ASSERT_TRUE(rContext.FontId == 0) << "Font id is 0"; in fillPath()303 ASSERT_TRUE(rContext.FontId == 0) << "Font id is 0"; in eoFillPath()
187 rGC.FontId = it->second; in setFont()192 rGC.FontId = m_nNextFontId; in setFont()201 IdToFontMap::iterator it = m_aIdToFont.find( rGC.FontId ); in setTextRenderMode()208 const sal_Int32 nCurFont = getCurrentContext().FontId; in getFontId()210 const sal_Int32 nFont = getCurrentContext().FontId; in getFontId()211 const_cast<PDFIProcessor*>(this)->getCurrentContext().FontId = nCurFont; in getFontId()499 FontAttributes aFontAttrs = m_aIdToFont[ rGlyph.getGC().FontId ]; in getTransformGlyphContext()534 aGC.FontId ); in drawCharGlyphs()
212 const FontAttributes& rFont = rProc.getFont( pText->FontId ); in isSingleLined()246 const FontAttributes& rFont = rProc.getFont( pText->FontId ); in getLineHeight()444 FontAttributes aAttr = rProc.getFont( pText->FontId ); in resolveUnderlines()446 pText->FontId = rProc.getFontId( aAttr ); in resolveUnderlines()
462 … const FontAttributes& rPrevFont = m_rProcessor.getFont( pPrevText->FontId ); in visit()463 … const FontAttributes& rThisFont = m_rProcessor.getFont( pThisText->FontId ); in visit()797 if( pCur->FontId == pNext->FontId && in optimizeTextElements()896 const FontAttributes& rFont = m_rProcessor.getFont( elem.FontId ); in visit()
169 : GraphicalElement( pParent, nGCId ), FontId( nFontId ) {} in TextElement()176 sal_Int32 FontId; member
752 if( (pCur->FontId == pNext->FontId || isSpaces(pNext)) && in optimizeTextElements()859 const FontAttributes& rFont = m_rProcessor.getFont( elem.FontId ); in visit()
Completed in 48 milliseconds