Home
last modified time | relevance | path

Searched refs:GrFeatureParser (Results 1 – 12 of 12) sorted by relevance

/trunk/main/vcl/source/glyphs/
H A Dgraphite_features.cxx43 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 Dgraphite_adaptors.cxx128 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 Dgraphite_textsrc.hxx60 class GrFeatureParser;
87 void setFeatures(const grutils::GrFeatureParser * pFeatures);
99 const grutils::GrFeatureParser * mpFeatures;
H A Dglyphcache.cxx101 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 Dgraphite_textsrc.cxx162 void TextSourceAdaptor::setFeatures(const grutils::GrFeatureParser * pFeatures) in setFeatures()
164 mpFeatures = new grutils::GrFeatureParser(*pFeatures); in setFeatures()
H A Dgraphite_layout.cxx539 GraphiteLayout::GraphiteLayout(const gr::Font & font, const grutils::GrFeatureParser * pFeatures) t… in GraphiteLayout()
648 sal_Int32 hashCode(const grutils::GrFeatureParser * mpFeatures) in hashCode()
/trunk/main/vcl/inc/
H A Dgraphite_features.hxx37 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 Dgraphite_layout.hxx73 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 Dgraphite_adaptors.hxx76 class GrFeatureParser;
115 const grutils::GrFeatureParser * features() const { return mpFeatures; }; in features()
126 grutils::GrFeatureParser * mpFeatures;
H A Dgraphite_serverfont.hxx39 …GraphiteLayoutImpl(const gr::Font & font, const grutils::GrFeatureParser * features, GraphiteFontA… in GraphiteLayoutImpl()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx2813 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());
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx2241 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 84 milliseconds