Searched defs:GetStyle (Results 1 - 9 of 9) sorted by relevance

/external/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs140 string style = GetStyle().Replace("\"", "\\\"");
208 private string GetStyle() method in class:LLVM.ClangFormat.ClangFormatPackage
/external/chromium_org/ui/gfx/
H A Dfont.cc61 int Font::GetStyle() const { function in class:gfx::Font
62 return platform_font_->GetStyle();
H A Dplatform_font_pango.cc186 int PlatformFontPango::GetStyle() const { function in class:gfx::PlatformFontPango
218 switch (GetStyle()) {
H A Dplatform_font_win.cc101 if (GetHeight() == height && GetStyle() == style)
161 int PlatformFontWin::GetStyle() const { function in class:gfx::PlatformFontWin
H A Drender_text.cc670 bool RenderText::GetStyle(TextStyle style) const { function in class:gfx::RenderText
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusFont.h218 Font::GetStyle() const function in class:Font
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DBaseContext.cpp161 void BaseContext::GetStyle(Local<String> name, function in class:BaseContext
206 GetStyle(name, info, baseContext->fFillStyle);
212 GetStyle(name, info, baseContext->fStrokeStyle);
/external/chromium_org/ui/views/examples/
H A Dtext_example.cc92 int GetStyle() const { return font_list_.GetFontStyle(); } function in class:views::examples::TextExample::TextExampleView
189 int style = text_view_->GetStyle();
/external/skia/experimental/SkV8Example/
H A DBaseContext.cpp161 void BaseContext::GetStyle(Local<String> name, function in class:BaseContext
206 GetStyle(name, info, baseContext->fFillStyle);
212 GetStyle(name, info, baseContext->fStrokeStyle);

Completed in 354 milliseconds