Searched defs:GetFontName (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dfont.cc65 std::string Font::GetFontName() const { function in class:gfx::Font
66 return platform_font_->GetFontName();
H A Dplatform_font_pango.cc190 std::string PlatformFontPango::GetFontName() const { function in class:gfx::PlatformFontPango
210 pango_font_description_set_family(pfd, GetFontName().c_str());
H A Dplatform_font_win.cc165 std::string PlatformFontWin::GetFontName() const { function in class:gfx::PlatformFontWin
179 return GetFontName();
188 return GetFontName();
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_FontMap.cpp346 CFX_ByteString CPWL_FontMap::GetFontName(FX_INT32 nFontIndex) function in class:CPWL_FontMap

Completed in 87 milliseconds