Lines Matching refs:TextSourceAdaptor
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()
63 size_t TextSourceAdaptor::fetch(gr::toffset offset, size_t char_count, gr::utf16 * char_buffer) in fetch()
74 size_t TextSourceAdaptor::fetch(gr::toffset, size_t, gr::utf8 *) in fetch()
81 inline void TextSourceAdaptor::getCharProperties(const int nCharIdx, int & min, int & lim, size_t &… in getCharProperties()
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()
134 ext_std::pair<gr::toffset, gr::toffset> TextSourceAdaptor::propertyRange(gr::toffset nCharIdx) in propertyRange()
146 size_t TextSourceAdaptor::getFontFeatures(gr::toffset, gr::FeatureSetting * settings) in getFontFeatures()
153 bool TextSourceAdaptor::sameSegment(gr::toffset char_idx1, gr::toffset char_idx2) in sameSegment()
162 void TextSourceAdaptor::setFeatures(const grutils::GrFeatureParser * pFeatures) in setFeatures()