Home
last modified time | relevance | path

Searched refs:style_char (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp453 char style_char; in DrawBorder() local
459 style_char = 'S'; in DrawBorder()
478 style_char = 'D'; in DrawBorder()
486 style_char = style[1]; in DrawBorder()
502 if (style_char == 'D') { in DrawBorder()
/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp938 const char style_char = ConvertValueObjectStyleToChar( in DumpValue() local
940 if (style_char) in DumpValue()
941 special_directions_stream.Printf("%%%c", style_char); in DumpValue()