Home
last modified time | relevance | path

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

/dports/graphics/py-box2d-py/box2d-py-2.3.8/examples/pgu/gui/
H A Dtextarea.py82 line_char_start = char_cnt # The number of characters at the start of the line
90 self.hpos = self.pos - line_char_start
136 line_char_start = char_cnt # The number of characters at the start of the line
147 self.pos = line_char_start + self.hpos
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DTarget.cpp513 int line_char_start = -(int)sizeof("Features are"); in bad_target_string() local
517 if (features.length() - line_char_start > 70) { in bad_target_string()
519 line_char_start = features.length(); in bad_target_string()