Searched refs:GrSegRecord (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/vcl/source/glyphs/ |
H A D | graphite_cache.cxx | 46 GrSegRecord::GrSegRecord(rtl::OUString * rope, TextSourceAdaptor * textSrc, gr::Segment * seg, bool… in GrSegRecord() function in GrSegRecord 54 GrSegRecord::~GrSegRecord() in ~GrSegRecord() 59 void GrSegRecord::reuse(rtl::OUString * rope, TextSourceAdaptor * textSrc, gr::Segment * seg, bool … in reuse() 72 void GrSegRecord::clearVectors() in clearVectors() 80 void GrSegRecord::clear() in clear() 97 GrSegRecord * GraphiteSegmentCache::cacheSegment(TextSourceAdaptor * adapter, gr::Segment * seg, bo… in cacheSegment() 99 GrSegRecord * record = NULL; in cacheSegment() 140 record = new GrSegRecord(pRope, adapter, seg, bIsRtl); in cacheSegment() 152 GrSegRecord * found = iMap->second; in cacheSegment()
|
H A D | graphite_layout.cxx | 592 GrSegRecord * pSegRecord = NULL; in LayoutText() 694 gr::Segment * GraphiteLayout::CreateSegment(ImplLayoutArgs& rArgs, GrSegRecord ** pSegRecord) in CreateSegment() 824 bool GraphiteLayout::LayoutGlyphs(ImplLayoutArgs& rArgs, gr::Segment * pSegment, GrSegRecord * pSeg… in LayoutGlyphs()
|
/aoo4110/main/vcl/inc/ |
H A D | graphite_cache.hxx | 41 class GrSegRecord { class 43 GrSegRecord(rtl::OUString * rope, TextSourceAdaptor * textSrc, gr::Segment * seg, bool bIsRtl); 45 ~GrSegRecord(); 94 typedef std::hash_map<long, GrSegRecord*, std::hash<long> > GraphiteSegMap; 95 typedef std::hash_multimap<size_t, GrSegRecord*> GraphiteRopeMap; 120 GrSegRecord *r = i->second; in ~GraphiteSegmentCache() 126 GrSegRecord * getSegment(ImplLayoutArgs & layoutArgs, bool bIsRtl, int segCharLimit) in getSegment() 128 GrSegRecord * found = NULL; in getSegment() 219 GrSegRecord * cacheSegment(TextSourceAdaptor * adapter, gr::Segment * seg, bool bIsRtl);
|
H A D | graphite_layout.hxx | 55 class GrSegRecord; 132 gr::Segment * CreateSegment(ImplLayoutArgs& rArgs, GrSegRecord ** pRecord = NULL); 133 bool LayoutGlyphs(ImplLayoutArgs& rArgs, gr::Segment * pSegment, GrSegRecord * pSegRecord);
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 2906 GrSegRecord * pSegRecord = NULL;
|
Completed in 39 milliseconds