Searched refs:highlightStart (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
D | console_printer.py | 71 line, start, end, highlightStart=None, highlightEnd=None, maxLen=120, replacement=None): argument 83 if highlightStart is None: 84 highlightStart = start 89 start = min(start, highlightStart) 92 tildeLength = highlightEnd - highlightStart - 1 93 caretLoc = highlightStart 207 highlightStart, highlightEnd = getHighlightedRange(msg.context) 253 highlightStart, highlightEnd,
|
D | html_printer.py | 245 highlightStart, highlightEnd = getHighlightedRange(msg.context) 246 self.f.write(html.escape(msg.context.line[:highlightStart])) 254 msg.context.line[highlightStart:highlightEnd]))
|