Searched refs:TextSourceAdaptor (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/vcl/source/glyphs/ |
H A D | graphite_textsrc.cxx | 40 TextSourceAdaptor::~TextSourceAdaptor() in ~TextSourceAdaptor() 45 gr::UtfType TextSourceAdaptor::utfEncodingForm() { in utfEncodingForm() 50 size_t TextSourceAdaptor::getLength() in getLength() 56 size_t TextSourceAdaptor::fetch(gr::toffset, size_t, gr::utf32 *) in fetch() 74 size_t TextSourceAdaptor::fetch(gr::toffset, size_t, gr::utf8 *) in fetch() 101 bool TextSourceAdaptor::getRightToLeft(gr::toffset nCharIdx) in getRightToLeft() 111 unsigned int TextSourceAdaptor::getDirectionDepth(gr::toffset nCharIdx) in getDirectionDepth() 121 float TextSourceAdaptor::getVerticalOffset(gr::toffset) in getVerticalOffset() 126 gr::isocode TextSourceAdaptor::getLanguage(gr::toffset) in getLanguage() 153 bool TextSourceAdaptor::sameSegment(gr::toffset char_idx1, gr::toffset char_idx2) in sameSegment() [all …]
|
H A D | graphite_textsrc.hxx | 66 class TextSourceAdaptor : public gr::ITextSource class 69 TextSourceAdaptor(ImplLayoutArgs &layout_args, const int nContextLen) throw(); 70 ~TextSourceAdaptor(); 93 TextSourceAdaptor & operator=(const TextSourceAdaptor &); 102 inline TextSourceAdaptor::TextSourceAdaptor(ImplLayoutArgs &la, const int nContextLen) throw() in TextSourceAdaptor() function in TextSourceAdaptor 109 inline TextSourceAdaptor::operator ImplLayoutArgs & () throw() { in operator ImplLayoutArgs&() 113 inline void TextSourceAdaptor::switchLayoutArgs(ImplLayoutArgs & aNewArgs) in switchLayoutArgs()
|
H A D | graphite_cache.cxx | 46 GrSegRecord::GrSegRecord(rtl::OUString * rope, TextSourceAdaptor * textSrc, gr::Segment * seg, bool… in GrSegRecord() 59 void GrSegRecord::reuse(rtl::OUString * rope, TextSourceAdaptor * textSrc, gr::Segment * seg, bool … in reuse() 97 GrSegRecord * GraphiteSegmentCache::cacheSegment(TextSourceAdaptor * adapter, gr::Segment * seg, bo… in cacheSegment()
|
H A D | graphite_layout.cxx | 786 mpTextSrc = new TextSourceAdaptor(rArgs, limit); in CreateSegment()
|
/aoo42x/main/vcl/inc/ |
H A D | graphite_cache.hxx | 37 class TextSourceAdaptor; 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); 65 TextSourceAdaptor * getTextSrc() { return m_text; } in getTextSrc() 78 TextSourceAdaptor * m_text; 219 GrSegRecord * cacheSegment(TextSourceAdaptor * adapter, gr::Segment * seg, bool bIsRtl);
|
H A D | graphite_layout.hxx | 53 class TextSourceAdaptor; 115 TextSourceAdaptor * mpTextSrc; // Text source. 163 const TextSourceAdaptor * textSrc() const { return mpTextSrc; }; in textSrc()
|
Completed in 42 milliseconds