Searched refs:rSubset (Results 1 – 12 of 12) sorted by relevance
213 if( rSubset.mnSubsetBegin != 0 || in render()214 rSubset.mnSubsetEnd != 1 ) in render()239 if( rSubset.mnSubsetBegin != 0 || in getBounds()240 rSubset.mnSubsetEnd != 1 ) in getBounds()328 if( rSubset.mnSubsetBegin != 0 || in render()329 rSubset.mnSubsetEnd != 1 ) in render()354 if( rSubset.mnSubsetBegin != 0 || in getBounds()355 rSubset.mnSubsetEnd != 1 ) in getBounds()438 if( rSubset.mnSubsetBegin != 0 || in render()439 rSubset.mnSubsetEnd != 1 ) in render()[all …]
300 ENSURE_OR_THROW( rSubset.mnSubsetEnd > rSubset.mnSubsetBegin, in calcSubsetOffsets()344 if( rSubset.mnSubsetBegin > 0 ) in calcSubsetOffsets()366 const sal_Int32 nNewElements( rSubset.mnSubsetEnd - rSubset.mnSubsetBegin ); in calcSubsetOffsets()398 rSubset.mnSubsetEnd - rSubset.mnSubsetBegin, in createSubsetLayout()443 if( rSubset.mnSubsetBegin == rSubset.mnSubsetEnd ) in createSubsetLayout()456 if( rSubset.mnSubsetBegin == 0 && in createSubsetLayout()1156 rSubset ); in render()1194 rSubset ); in getBounds()1449 rSubset ); in render()1520 rSubset ); in getBounds()[all …]
140 const Subset& rSubset ) const;255 const Subset& rSubset ) const in render()280 rSubset.mnSubsetBegin != maLastSubset.mnSubsetBegin || in render()281 rSubset.mnSubsetEnd != maLastSubset.mnSubsetEnd ) in render()319 if( rSubset.mnSubsetBegin != 0 || in render()320 rSubset.mnSubsetEnd != -1 ) in render()393 if( rSubset.mnSubsetBegin <= nCurrActionIndex && in render()394 rSubset.mnSubsetEnd > nCurrActionIndex ) in render()430 maLastSubset = rSubset; in render()539 if( rSubset.mnSubsetBegin != 0 || in getBounds()[all …]
66 const Subset& rSubset ) const;70 const Subset& rSubset ) const;111 const Subset& rSubset ) const in render()115 if( rSubset.mnSubsetBegin != 0 || in render()116 rSubset.mnSubsetEnd != 1 ) in render()134 const Subset& rSubset ) const in getBounds()138 if( rSubset.mnSubsetBegin != 0 || in getBounds()139 rSubset.mnSubsetEnd != 1 ) in getBounds()
67 const Subset& rSubset ) const;71 const Subset& rSubset ) const;126 const Subset& rSubset ) const in render()130 if( rSubset.mnSubsetBegin != 0 || in render()131 rSubset.mnSubsetEnd != 1 ) in render()151 const Subset& rSubset ) const in getBounds()155 if( rSubset.mnSubsetBegin != 0 || in getBounds()156 rSubset.mnSubsetEnd != 1 ) in getBounds()
71 const Subset& rSubset ) const;75 const Subset& rSubset ) const;167 const Subset& rSubset ) const in render()171 if( rSubset.mnSubsetBegin != 0 || in render()172 rSubset.mnSubsetEnd != 1 ) in render()193 const Subset& rSubset ) const in getBounds()197 if( rSubset.mnSubsetBegin != 0 || in getBounds()198 rSubset.mnSubsetEnd != 1 ) in getBounds()
2750 const Action::Subset& rSubset ) in operator ()() argument2755 rSubset ); in operator ()()2783 const Action::Subset& rSubset ) in operator ()() argument2786 rSubset ) ); in operator ()()
115 const Subset& rSubset ) const = 0;141 const Subset& rSubset ) const = 0;
889 const Subset& rSubset = *it; in ApplyCharMap() local890 sal_uInt32 cMin = rSubset.GetRangeMin(); in ApplyCharMap()891 sal_uInt32 cMax = rSubset.GetRangeMax(); in ApplyCharMap()
675 const basegfx::B2IRange& rSubset );
2004 const basegfx::B2IRange& rSubset ) in subsetBitmapDevice() argument2011 &rSubset ); in subsetBitmapDevice()
6921 FontSubset& rSubset = m_aSubsets[ pCurrentFont ]; in registerGlyphs() local6923 FontMapping::iterator it = rSubset.m_aMapping.find( nFontGlyphId ); in registerGlyphs()6924 if( it != rSubset.m_aMapping.end() ) in registerGlyphs()6932 if( rSubset.m_aSubsets.empty() in registerGlyphs()6933 || (rSubset.m_aSubsets.back().m_aMapping.size() > 254) ) in registerGlyphs()6935 rSubset.m_aSubsets.push_back( FontEmit( m_nNextFID++ ) ); in registerGlyphs()6939 pMappedFontObjects[i] = rSubset.m_aSubsets.back().m_nFontID; in registerGlyphs()6941 … sal_uInt8 nNewId = sal::static_int_cast<sal_uInt8>(rSubset.m_aSubsets.back().m_aMapping.size()+1); in registerGlyphs()6945 GlyphEmit& rNewGlyphEmit = rSubset.m_aSubsets.back().m_aMapping[ nFontGlyphId ]; in registerGlyphs()6951 Glyph& rNewGlyph = rSubset.m_aMapping[ nFontGlyphId ]; in registerGlyphs()
Completed in 126 milliseconds