Searched refs:GetFontStyle (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dfont_list.cc66 return Derive(size_delta, GetFontStyle());
110 int FontList::GetFontStyle() const { function in class:gfx::FontList
111 return impl_->GetFontStyle();
H A Dfont_list_unittest.cc186 EXPECT_EQ(Font::NORMAL, font_list.GetFontStyle());
189 EXPECT_EQ(Font::BOLD, font_list.GetFontStyle());
192 EXPECT_EQ(Font::ITALIC, font_list.GetFontStyle());
195 EXPECT_EQ(Font::BOLD | Font::ITALIC, font_list.GetFontStyle());
203 EXPECT_EQ(Font::NORMAL, font_list.GetFontStyle());
207 EXPECT_EQ(Font::ITALIC | Font::BOLD, font_list.GetFontStyle());
215 EXPECT_EQ(Font::ITALIC | Font::UNDERLINE, derived.GetFontStyle());
220 EXPECT_EQ(Font::ITALIC | Font::UNDERLINE, derived.GetFontStyle());
H A Dfont_list.h129 int GetFontStyle() const;
H A Dfont_list_impl.h71 int GetFontStyle() const;
H A Dfont_list_impl.cc164 int FontListImpl::GetFontStyle() const { function in class:gfx::FontListImpl
H A Dcanvas_skia.cc148 const int font_style = font_list.GetFontStyle();
H A Drender_text_pango.cc366 if (style != font_list().GetFontStyle()) {
H A Drender_text.cc448 const int font_style = font_list.GetFontStyle();
/external/pdfium/core/include/fxge/
H A Dfpf.h29 virtual FX_DWORD GetFontStyle() const = 0;
/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafont.h26 virtual FX_DWORD GetFontStyle() const function in class:CFPF_SkiaFont
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_bookmark.cpp41 FX_DWORD CPDF_Bookmark::GetFontStyle() function in class:CPDF_Bookmark
/external/chromium_org/ui/views/controls/button/
H A Dlabel_button.cc43 if ((font_list.Get().GetFontStyle() & gfx::Font::BOLD) == 0) {
45 DeriveWithStyle(font_list.Get().GetFontStyle() | gfx::Font::BOLD);
46 DCHECK_NE(font_list.Get().GetFontStyle() & gfx::Font::BOLD, 0);
145 font_list.GetFontStyle() | gfx::Font::BOLD);
/external/chromium_org/ui/views/controls/
H A Dlink.cc222 const int style = font_list().GetFontStyle();
H A Dstyled_label_unittest.cc218 static_cast<Label*>(styled()->child_at(1))->font_list().GetFontStyle());
262 static_cast<Label*>(styled()->child_at(0))->font_list().GetFontStyle());
267 static_cast<Label*>(styled()->child_at(1))->font_list().GetFontStyle());
272 static_cast<Label*>(styled()->child_at(2))->font_list().GetFontStyle());
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp392 SkTypeface::Style GetFontStyle(FcPattern* font) { function in namespace:__anon15344
550 *outStyle = GetFontStyle(match);
706 *outStyle = GetFontStyle(match);
/external/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp386 SkTypeface::Style GetFontStyle(FcPattern* font) { function in namespace:__anon30755
544 *outStyle = GetFontStyle(match);
700 *outStyle = GetFontStyle(match);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dnetwork_dropdown.cc100 item->SetBoolean("bold", font_list->GetFontStyle() == gfx::Font::BOLD);
/external/chromium_org/ui/base/resource/
H A Dresource_bundle.cc710 base_font_list_->GetFontStyle() | gfx::Font::BOLD);
722 small_font_list_->GetFontStyle() | gfx::Font::BOLD);
734 medium_font_list_->GetFontStyle() | gfx::Font::BOLD);
746 large_font_list_->GetFontStyle() | gfx::Font::BOLD);
/external/chromium_org/ui/views/examples/
H A Dtext_example.cc92 int GetStyle() const { return font_list_.GetFontStyle(); }
/external/chromium_org/ash/system/date/
H A Ddate_view.cc321 label->font_list().GetFontStyle() & ~gfx::Font::BOLD));
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DDWrite.h2131 STDMETHOD_(DWRITE_FONT_STYLE, GetFontStyle)() PURE;
3897 STDMETHOD(GetFontStyle)(
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h121 FX_DWORD GetFontStyle();

Completed in 1605 milliseconds