HomeSort by relevance Sort by last modified time
    Searched refs:fallback_style (Results 1 - 12 of 12) sorted by null

  /external/freetype/src/autofit/
afmodule.h 43 FT_UInt fallback_style; member in struct:AF_ModuleRec_
afmodule.c 109 module->fallback_style = ss;
158 FT_UInt fallback_style = module->fallback_style; local
178 AF_StyleClass style_class = AF_STYLE_CLASSES_GET[fallback_style];
253 module->fallback_style = AF_STYLE_FALLBACK;
afglobal.c 246 if ( globals->module->fallback_style != AF_STYLE_UNASSIGNED )
256 gstyles[nn] |= globals->module->fallback_style;
  /external/lldb/include/lldb/Symbol/
LineEntry.h 87 Dump (Stream *s, Target *target, bool show_file, Address::DumpStyle style, Address::DumpStyle fallback_style, bool show_range) const;
LineTable.h 124 Address::DumpStyle fallback_style,
  /external/lldb/source/Core/
AddressRange.cpp 142 AddressRange::Dump(Stream *s, Target *target, Address::DumpStyle style, Address::DumpStyle fallback_style) const
157 m_base_addr.Dump(s, target, style, fallback_style);
187 else if (fallback_style != Address::DumpStyleInvalid)
189 return Dump(s, target, fallback_style, Address::DumpStyleInvalid);
Address.cpp 365 Address::Dump (Stream *s, ExecutionContextScope *exe_scope, DumpStyle style, DumpStyle fallback_style, uint32_t addr_size) const
417 if (fallback_style != DumpStyleInvalid)
418 return Dump (s, exe_scope, fallback_style, DumpStyleInvalid, addr_size);
432 if (fallback_style != DumpStyleInvalid)
433 return Dump (s, exe_scope, fallback_style, DumpStyleInvalid, addr_size);
671 if (fallback_style != DumpStyleInvalid)
672 return Dump (s, exe_scope, fallback_style, DumpStyleInvalid, addr_size);
729 if (fallback_style != DumpStyleInvalid)
730 return Dump (s, exe_scope, fallback_style, DumpStyleInvalid, addr_size);
760 if (fallback_style != DumpStyleInvalid
    [all...]
  /external/lldb/source/Symbol/
LineEntry.cpp 107 Address::DumpStyle fallback_style,
114 if (!range.Dump(s, target, style, fallback_style))
123 fallback_style))
Function.cpp 345 Address::DumpStyle fallback_style; local
347 fallback_style = Address::DumpStyleModuleWithFileAddress;
349 fallback_style = Address::DumpStyleFileAddress;
350 GetAddressRange().Dump(s, target, Address::DumpStyleLoadAddress, fallback_style);
LineTable.cpp 430 LineTable::Dump (Stream *s, Target *target, Address::DumpStyle style, Address::DumpStyle fallback_style, bool show_line_ranges)
438 line_entry.Dump (s, target, prev_file != line_entry.file, style, fallback_style, show_line_ranges);
  /external/lldb/include/lldb/Core/
AddressRange.h 206 Dump (Stream *s, Target *target, Address::DumpStyle style, Address::DumpStyle fallback_style = Address::DumpStyleInvalid) const;
Address.h 238 /// @param[in] fallback_style
253 DumpStyle fallback_style = DumpStyleInvalid,

Completed in 958 milliseconds