Home
last modified time | relevance | path

Searched refs:bIsRtl (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/glyphs/
H A Dgraphite_cache.cxx46 …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()
/trunk/main/vcl/inc/
H A Dgraphite_cache.hxx43 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 15 milliseconds