Searched refs:bIsRtl (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/vcl/source/glyphs/ |
H A D | graphite_cache.cxx | 46 …ord::GrSegRecord(rtl::OUString * rope, TextSourceAdaptor * textSrc, gr::Segment * seg, bool bIsRtl) in GrSegRecord() argument 48 m_fontScale(0.0f), mbIsRtl(bIsRtl), m_lockCount(0) in GrSegRecord() 59 …SegRecord::reuse(rtl::OUString * rope, TextSourceAdaptor * textSrc, gr::Segment * seg, bool bIsRtl) in reuse() argument 69 mbIsRtl = bIsRtl; in reuse() 97 …d * GraphiteSegmentCache::cacheSegment(TextSourceAdaptor * adapter, gr::Segment * seg, bool bIsRtl) in cacheSegment() argument 138 record->reuse(pRope, adapter, seg, bIsRtl); in cacheSegment() 140 record = new GrSegRecord(pRope, adapter, seg, bIsRtl); in cacheSegment()
|
/aoo4110/main/vcl/inc/ |
H A D | graphite_cache.hxx | 43 GrSegRecord(rtl::OUString * rope, TextSourceAdaptor * textSrc, gr::Segment * seg, bool bIsRtl); 47 void reuse(rtl::OUString * rope, TextSourceAdaptor * textSrc, gr::Segment * seg, bool bIsRtl); 126 GrSegRecord * getSegment(ImplLayoutArgs & layoutArgs, bool bIsRtl, int segCharLimit) in getSegment() argument 164 if (found->isRtl() != bIsRtl) in getSegment() 219 GrSegRecord * cacheSegment(TextSourceAdaptor * adapter, gr::Segment * seg, bool bIsRtl);
|
Completed in 16 milliseconds