Home
last modified time | relevance | path

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

/external/clang/tools/clang-format-vs/ClangFormat/
DClangFormatPackage.cs251 string style = GetStyle().Replace("\"", "\\\""); in RunClangFormat()
328 private string GetStyle() in GetStyle() method in LLVM.ClangFormat.ClangFormatPackage
/external/skia/src/ports/
DSkTypeface_win_dw.h30 switch (font->GetStyle()) { in get_style()
/external/mdnsresponder/mDNSWindows/ControlPanel/
DBrowsingPage.cpp117 …m_browseListCtrl.SetExtendedStyle((m_browseListCtrl.GetStyle() & (~LVS_EX_GRIDLINES))|LVS_EX_CHECK… in OnSetActive()
/external/lzma/CPP/Windows/
DWindow.h177 LONG_PTR GetStyle() const { return GetLongPtr(GWL_STYLE); } in GetStyle() function