Home
last modified time | relevance | path

Searched refs:ImplBothUserFont (Results 1 – 1 of 1) sorted by path

/dports/graphics/cairomm/cairomm-1.12.2/tests/
H A Dtest-user-font.cc117 class ImplBothUserFont: public NullRenderUserFont class
120 …static RefPtr<ImplBothUserFont> create() { return RefPtr<ImplBothUserFont>(new ImplBothUserFont())… in create()
142 ImplBothUserFont() : NullRenderUserFont(), count_unicode_to_glyph(0), in ImplBothUserFont() function in ImplBothUserFont
149 auto font = ImplBothUserFont::create(); in test_implement_both()