HomeSort by relevance Sort by last modified time
    Searched refs:GetFontStyle (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/ui/gfx/
font_list.cc 66 return Derive(size_delta, GetFontStyle());
110 int FontList::GetFontStyle() const {
111 return impl_->GetFontStyle();
font_list_impl.h 71 int GetFontStyle() const;
font_list_unittest.cc 186 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());
font_list.h 129 int GetFontStyle() const;
font_list_impl.cc 164 int FontListImpl::GetFontStyle() const {
canvas_skia.cc 148 const int font_style = font_list.GetFontStyle();
render_text_pango.cc 366 if (style != font_list().GetFontStyle()) {
render_text.cc 448 const int font_style = font_list.GetFontStyle();
    [all...]
  /external/pdfium/core/include/fxge/
fpf.h 29 virtual FX_DWORD GetFontStyle() const = 0;
  /external/pdfium/core/src/fxge/android/
fpf_skiafont.h 26 virtual FX_DWORD GetFontStyle() const
  /external/pdfium/core/src/fpdfdoc/
doc_bookmark.cpp 41 FX_DWORD CPDF_Bookmark::GetFontStyle()
  /external/chromium_org/ui/views/controls/button/
label_button.cc 43 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/
link.cc 222 const int style = font_list().GetFontStyle();
styled_label_unittest.cc 218 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/
SkFontConfigInterface_direct.cpp 392 SkTypeface::Style GetFontStyle(FcPattern* font) {
550 *outStyle = GetFontStyle(match);
706 *outStyle = GetFontStyle(match);
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 386 SkTypeface::Style GetFontStyle(FcPattern* font) {
544 *outStyle = GetFontStyle(match);
700 *outStyle = GetFontStyle(match);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_dropdown.cc 100 item->SetBoolean("bold", font_list->GetFontStyle() == gfx::Font::BOLD);
  /external/chromium_org/ui/base/resource/
resource_bundle.cc 710 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/
text_example.cc 92 int GetStyle() const { return font_list_.GetFontStyle(); }
  /external/chromium_org/ash/system/date/
date_view.cc 321 label->font_list().GetFontStyle() & ~gfx::Font::BOLD));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h     [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h     [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 121 FX_DWORD GetFontStyle();
    [all...]

Completed in 764 milliseconds