Home
last modified time | relevance | path

Searched refs:rGlyphData (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/unx/generic/gdi/
H A Dgcach_xpeer.cxx333 if( rGlyphData.ExtDataRef().meInfo == INFO_EMPTY ) in RemovingGlyph()
336 const GlyphMetric& rGM = rGlyphData.GetMetric(); in RemovingGlyph()
340 void* pGlyphExt = rGlyphData.ExtDataRef().mpData; in RemovingGlyph()
341 switch( rGlyphData.ExtDataRef().meInfo ) in RemovingGlyph()
397 rGlyphData.ExtDataRef() = ExtGlyphData(); in RemovingGlyph()
458 Pixmap aPixmap = GetPixmap( rGlyphData, nReqScreen ); in GetPixmap()
564 const RawBitmap* pRawBitmap = GetRawBitmap( rGlyphData ); in GetRawBitmap()
582 SetRawBitmap( rGlyphData, pRawBitmap ); in GetRawBitmap()
597 XRenderGlyph nXRGlyph = GetRenderGlyph( rGlyphData ); in GetXRGlyph()
612 const GlyphMetric& rGM = rGlyphData.GetMetric(); in GetXRGlyph()
[all …]
/trunk/main/vcl/source/glyphs/
H A Dglyphcache.cxx362 inline void GlyphCache::UsingGlyph( ServerFont&, GlyphData& rGlyphData ) in UsingGlyph() argument
364 rGlyphData.SetLruValue( mnLruIndex++ ); in UsingGlyph()
372 mnBytesUsed += sizeof( rGlyphData ); in AddedGlyph()
373 UsingGlyph( rServerFont, rGlyphData ); in AddedGlyph()
459 GlyphData& rGlyphData = it->second; in GetGlyphData() local
460 GlyphCache::GetInstance().UsingGlyph( *this, rGlyphData ); in GetGlyphData()
461 return rGlyphData; in GetGlyphData()
465 GlyphData& rGlyphData = maGlyphList[ aGlyphId ]; in GetGlyphData() local
467 InitGlyphData( aGlyphId, rGlyphData ); in GetGlyphData()
468 GlyphCache::GetInstance().AddedGlyph( *this, rGlyphData ); in GetGlyphData()
[all …]
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx95 GlyphData& rGlyphData = rServerFont.GetGlyphData( aGlyphId ); in GetGlyphBmp() local
96 SvpGcpHelper* pGcpHelper = (SvpGcpHelper*)rGlyphData.ExtDataRef().mpData; in GetGlyphBmp()
99 if( rGlyphData.ExtDataRef().meInfo != sal::static_int_cast<int>(nBmpFormat) ) in GetGlyphBmp()
101 if( rGlyphData.ExtDataRef().meInfo == Format::NONE ) in GetGlyphBmp()
155 void SvpGlyphPeer::RemovingGlyph( ServerFont&, GlyphData& rGlyphData, sal_GlyphId /*aGlyphId*/ ) in RemovingGlyph() argument
157 if( rGlyphData.ExtDataRef().mpData != NULL ) in RemovingGlyph()
160 … DBG_ASSERT( (rGlyphData.ExtDataRef().meInfo <= Format::MAX), "SVP::RG() invalid alpha format" ); in RemovingGlyph()
161 SvpGcpHelper* pGcpHelper = (SvpGcpHelper*)rGlyphData.ExtDataRef().mpData; in RemovingGlyph()
/trunk/main/canvas/source/cairo/
H A Dcairo_textlayout.cxx417 … std::sort(aSysLayoutData.rGlyphData.begin(), aSysLayoutData.rGlyphData.end(), compareFallbacks); in draw()
424 SystemGlyphDataVector::const_iterator aIter=aSysLayoutData.rGlyphData.begin(); in draw()
425 const SystemGlyphDataVector::const_iterator aEnd=aSysLayoutData.rGlyphData.end(); in draw()
467 if (aSysLayoutData.rGlyphData.empty()) return false; //??? false? in draw()
484 SystemGlyphDataVector::const_iterator aIter=aSysLayoutData.rGlyphData.begin(); in draw()
485 const SystemGlyphDataVector::const_iterator aEnd=aSysLayoutData.rGlyphData.end(); in draw()
/trunk/main/vcl/inc/vcl/
H A Dsysdata.hxx185 std::vector<SystemGlyphData> rGlyphData; // glyph data member
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx7407 aSysLayoutData.rGlyphData.reserve( 256 ); in GetSysTextLayoutData()
7434 aSysLayoutData.rGlyphData.push_back(aGlyph); in GetSysTextLayoutData()

Completed in 78 milliseconds