HomeSort by relevance Sort by last modified time
    Searched refs:GetStyle (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/ui/gfx/
font_unittest.cc 64 EXPECT_EQ(cf.GetStyle(), Font::NORMAL);
77 EXPECT_EQ(bold.GetStyle(), Font::BOLD);
148 Font derived_font = cf.Derive(-4, cf.GetStyle());
157 Font derived_font = cf.Derive(-2, cf.GetStyle());
platform_font.h 55 virtual int GetStyle() const = 0;
font.cc 61 int Font::GetStyle() const {
62 return platform_font_->GetStyle();
font.h 86 int GetStyle() const;
platform_font_ios.h 25 virtual int GetStyle() const OVERRIDE;
platform_font_mac.h 27 virtual int GetStyle() const OVERRIDE;
font_list_impl.cc 105 font_style_ = fonts[0].GetStyle();
109 DCHECK_EQ(fonts[i].GetStyle(), font_style_);
180 FontStyleAndSizeToString(fonts_[0].GetStyle(), fonts_[0].GetFontSize());
239 font_style_ = fonts_[0].GetStyle();
platform_font_pango.h 49 virtual int GetStyle() const OVERRIDE;
platform_font_win_unittest.cc 53 EXPECT_EQ(0, derived_font.GetStyle());
60 EXPECT_EQ(Font::BOLD, derived_font.GetStyle());
platform_font_win.h 62 virtual int GetStyle() const OVERRIDE;
platform_font_pango.cc 186 int PlatformFontPango::GetStyle() const {
218 switch (GetStyle()) {
platform_font_win.cc 101 if (GetHeight() == height && GetStyle() == style)
161 int PlatformFontWin::GetStyle() const {
font_list_unittest.cc 22 int style = font.GetStyle();
render_text.h 334 bool GetStyle(TextStyle style) const;
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
BaseContext.h 53 static void GetStyle(Local<String> name,
BaseContext.cpp 161 void BaseContext::GetStyle(Local<String> name,
206 GetStyle(name, info, baseContext->fFillStyle);
212 GetStyle(name, info, baseContext->fStrokeStyle);
  /external/skia/experimental/SkV8Example/
BaseContext.h 53 static void GetStyle(Local<String> name,
BaseContext.cpp 161 void BaseContext::GetStyle(Local<String> name,
206 GetStyle(name, info, baseContext->fFillStyle);
212 GetStyle(name, info, baseContext->fStrokeStyle);
  /external/chromium_org/third_party/skia/src/ports/
SkTypeface_win_dw.h 33 DWRITE_FONT_STYLE angle = font->GetStyle();
SkRemotableFontMgr_win_dw.cpp 163 switch (font->GetStyle()) {
  /external/skia/src/ports/
SkTypeface_win_dw.h 31 DWRITE_FONT_STYLE angle = font->GetStyle();
SkRemotableFontMgr_win_dw.cpp 163 switch (font->GetStyle()) {
  /external/chromium_org/ui/views/examples/
text_example.cc 92 int GetStyle() const { return font_list_.GetFontStyle(); }
189 int style = text_view_->GetStyle();
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusFont.h 218 Font::GetStyle() const
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 353 INT GetStyle() const;

Completed in 273 milliseconds

1 2