Lines Matching refs:GraphiteFontAdaptor
111 GraphiteFontAdaptor::GraphiteFontAdaptor(ServerFont & sfont, const sal_Int32 dpiX, const sal_Int32 … in GraphiteFontAdaptor() function in GraphiteFontAdaptor
151 GraphiteFontAdaptor::GraphiteFontAdaptor(const GraphiteFontAdaptor &rhs) throw() in GraphiteFontAdaptor() function in GraphiteFontAdaptor
162 GraphiteFontAdaptor::~GraphiteFontAdaptor() throw() in ~GraphiteFontAdaptor()
169 void GraphiteFontAdaptor::UniqueCacheInfo(ext_std::wstring & face_name_out, bool & bold_out, bool &… in UniqueCacheInfo()
176 bool GraphiteFontAdaptor::IsGraphiteEnabledFont(ServerFont & font) throw() in IsGraphiteEnabledFont()
197 gr::Font * GraphiteFontAdaptor::copyThis() { in copyThis()
198 return new GraphiteFontAdaptor(*this); in copyThis()
202 unsigned int GraphiteFontAdaptor::getDPIx() { in getDPIx()
207 unsigned int GraphiteFontAdaptor::getDPIy() { in getDPIy()
212 float GraphiteFontAdaptor::ascent() { in ascent()
217 float GraphiteFontAdaptor::descent() { in descent()
222 bool GraphiteFontAdaptor::bold() { in bold()
227 bool GraphiteFontAdaptor::italic() { in italic()
232 float GraphiteFontAdaptor::height() { in height()
237 void GraphiteFontAdaptor::getFontMetrics(float * ascent_out, float * descent_out, float * em_square… in getFontMetrics()
244 const void * GraphiteFontAdaptor::getTable(gr::fontTableId32 table_id, size_t * buffer_sz) in getTable()
258 void GraphiteFontAdaptor::getGlyphMetrics(gr::gid16 nGlyphId, gr::Rect & aBounding, gr::Point & adv… in getGlyphMetrics()