Searched refs:mpFeatures (Results 1 – 7 of 7) sorted by relevance
119 mpFeatures(NULL) in GraphiteFontAdaptor()132 mpFeatures = new grutils::GrFeatureParser(*this, aFeat.getStr(), aLang.getStr()); in GraphiteFontAdaptor()142 (int)mpFeatures->getFontFeatures(NULL), mpFeatures->parseErrors()); in GraphiteFontAdaptor()147 mpFeatures = new grutils::GrFeatureParser(*this, aLang.getStr()); in GraphiteFontAdaptor()156 mpFeatures(NULL) in GraphiteFontAdaptor()158 if (rhs.mpFeatures) mpFeatures = new grutils::GrFeatureParser(*(rhs.mpFeatures)); in GraphiteFontAdaptor()165 if (mpFeatures) delete mpFeatures; in ~GraphiteFontAdaptor()166 mpFeatures = NULL; in ~GraphiteFontAdaptor()
42 delete mpFeatures; in ~TextSourceAdaptor()128 if (mpFeatures && mpFeatures->hasLanguage()) in getLanguage()129 return mpFeatures->getLanguage(); in getLanguage()148 if (mpFeatures) return mpFeatures->getFontFeatures(settings); in getFontFeatures()164 mpFeatures = new grutils::GrFeatureParser(*pFeatures); in setFeatures()
544 mpFeatures(pFeatures) in GraphiteLayout()566 mpFeatures = NULL; in ~GraphiteLayout()648 sal_Int32 hashCode(const grutils::GrFeatureParser * mpFeatures) in hashCode() argument668 if (mpFeatures) in hashCode()669 hash ^= mpFeatures->hashCode(); in hashCode()734 sal_Int32 aFontHash = hasher.hashCode(mpFeatures); in CreateSegment()787 if (mpFeatures) mpTextSrc->setFeatures(mpFeatures); in CreateSegment()
99 const grutils::GrFeatureParser * mpFeatures; member in TextSourceAdaptor105 mpFeatures(NULL) in TextSourceAdaptor()
115 const grutils::GrFeatureParser * features() const { return mpFeatures; }; in features()126 grutils::GrFeatureParser * mpFeatures; member in GraphiteFontAdaptor
123 const grutils::GrFeatureParser * mpFeatures; member in GraphiteLayout161 void SetFeatures(grutils::GrFeatureParser * aFeature) { mpFeatures = aFeature; } in SetFeatures()
2813 grutils::GrFeatureParser * mpFeatures; member in GraphiteWinLayout2840 ~GraphiteWinLayout() { delete mpFeatures; mpFeatures = NULL; };2862 mpFeatures = new grutils::GrFeatureParser(mpFont, aFeat.getStr(), aLang.getStr());2866 mpFeatures = new grutils::GrFeatureParser(mpFont, aLang.getStr());2868 maImpl.SetFeatures(mpFeatures);
Completed in 39 milliseconds