Searched refs:GrFeatureParser (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/vcl/source/glyphs/ |
H A D | graphite_features.cxx | 43 const char GrFeatureParser::FEAT_PREFIX = ':'; 44 const char GrFeatureParser::FEAT_SEPARATOR = '&'; 45 const char GrFeatureParser::FEAT_ID_VALUE_SEPARATOR = '='; 46 const std::string GrFeatureParser::ISO_LANG("lang"); 48 GrFeatureParser::GrFeatureParser(gr::Font & font, const std::string lang) in GrFeatureParser() function in GrFeatureParser 55 GrFeatureParser::GrFeatureParser(gr::Font & font, const std::string features, const std::string lan… in GrFeatureParser() function in GrFeatureParser 128 void GrFeatureParser::setLang(gr::Font & font, const std::string & lang) in setLang() 159 GrFeatureParser::GrFeatureParser(const GrFeatureParser & aCopy) in GrFeatureParser() function in GrFeatureParser 165 GrFeatureParser::~GrFeatureParser() in ~GrFeatureParser() 178 bool GrFeatureParser::isValid(gr::Font & font, gr::FeatureSetting & setting) in isValid() [all …]
|
H A D | graphite_textsrc.hxx | 60 class GrFeatureParser; 87 void setFeatures(const grutils::GrFeatureParser * pFeatures); 99 const grutils::GrFeatureParser * mpFeatures;
|
H A D | graphite_adaptors.cxx | 128 sal_Int32 nFeat = name.indexOf(grutils::GrFeatureParser::FEAT_PREFIX) + 1; in GraphiteFontAdaptor() 132 mpFeatures = new grutils::GrFeatureParser(*this, aFeat.getStr(), aLang.getStr()); in GraphiteFontAdaptor() 147 mpFeatures = new grutils::GrFeatureParser(*this, aLang.getStr()); in GraphiteFontAdaptor() 158 if (rhs.mpFeatures) mpFeatures = new grutils::GrFeatureParser(*(rhs.mpFeatures)); in GraphiteFontAdaptor()
|
H A D | glyphcache.cxx | 101 if (rFontSelData.maTargetName.Search(grutils::GrFeatureParser::FEAT_PREFIX) in operator ()() 151 if ((rA.maTargetName.Search(grutils::GrFeatureParser::FEAT_PREFIX) in operator ()() 153 rB.maTargetName.Search(grutils::GrFeatureParser::FEAT_PREFIX) in operator ()()
|
H A D | graphite_textsrc.cxx | 162 void TextSourceAdaptor::setFeatures(const grutils::GrFeatureParser * pFeatures) in setFeatures() 164 mpFeatures = new grutils::GrFeatureParser(*pFeatures); in setFeatures()
|
H A D | graphite_layout.cxx | 539 GraphiteLayout::GraphiteLayout(const gr::Font & font, const grutils::GrFeatureParser * pFeatures) t… in GraphiteLayout() 648 sal_Int32 hashCode(const grutils::GrFeatureParser * mpFeatures) in hashCode()
|
/aoo41x/main/vcl/inc/ |
H A D | graphite_features.hxx | 37 class GrFeatureParser class 45 GrFeatureParser(gr::Font & font, const std::string features, const std::string lang); 46 GrFeatureParser(gr::Font & font, const std::string lang); 47 GrFeatureParser(const GrFeatureParser & copy); 48 ~GrFeatureParser();
|
H A D | graphite_layout.hxx | 73 namespace grutils { class GrFeatureParser; } 123 const grutils::GrFeatureParser * mpFeatures; 126 …explicit GraphiteLayout( const gr::Font& font, const grutils::GrFeatureParser* features = NULL ) t… 161 void SetFeatures(grutils::GrFeatureParser * aFeature) { mpFeatures = aFeature; } in SetFeatures()
|
H A D | graphite_adaptors.hxx | 76 class GrFeatureParser; 115 const grutils::GrFeatureParser * features() const { return mpFeatures; }; in features() 126 grutils::GrFeatureParser * mpFeatures;
|
H A D | graphite_serverfont.hxx | 39 …GraphiteLayoutImpl(const gr::Font & font, const grutils::GrFeatureParser * features, GraphiteFontA… in GraphiteLayoutImpl()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 2813 grutils::GrFeatureParser * mpFeatures; 2858 sal_Int32 nFeat = name.indexOf(grutils::GrFeatureParser::FEAT_PREFIX) + 1; 2862 mpFeatures = new grutils::GrFeatureParser(mpFont, aFeat.getStr(), aLang.getStr()); 2866 mpFeatures = new grutils::GrFeatureParser(mpFont, aLang.getStr());
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 2241 if (rFSD.maTargetName.Search(grutils::GrFeatureParser::FEAT_PREFIX) in operator ()() 2300 if ((rA.maTargetName.Search(grutils::GrFeatureParser::FEAT_PREFIX) in operator ()() 2302 rB.maTargetName.Search(grutils::GrFeatureParser::FEAT_PREFIX) in operator ()() 2346 && (aSearchName.Search(grutils::GrFeatureParser::FEAT_PREFIX) in GetFontEntry() 2458 xub_StrLen nFeat = aSearchName.Search(grutils::GrFeatureParser::FEAT_PREFIX); in ImplFindByFont() 2462 aSearchName.Search(grutils::GrFeatureParser::FEAT_ID_VALUE_SEPARATOR, nFeat)) in ImplFindByFont()
|
Completed in 109 milliseconds