Home
last modified time | relevance | path

Searched refs:GetStyle (Results 1 – 5 of 5) sorted by relevance

/external/clang/tools/clang-format-vs/ClangFormat/
DClangFormatPackage.cs250 string style = GetStyle().Replace("\"", "\\\""); in RunClangFormat()
325 private string GetStyle() in GetStyle() method in LLVM.ClangFormat.ClangFormatPackage
/external/skia/src/ports/
DSkTypeface_win_dw.h28 DWRITE_FONT_STYLE dwStyle = font->GetStyle(); in get_style()
DSkRemotableFontMgr_win_dw.cpp141 switch (font->GetStyle()) { in FontToIdentity()
DSkFontMgr_win_dw.cpp1013 switch (font->GetStyle()) { in getStyle()
/external/lzma/CPP/Windows/
DWindow.h176 LONG_PTR GetStyle() const { return GetLongPtr(GWL_STYLE); } in GetStyle() function