Searched refs:skip_same_char (Results 1 - 1 of 1) sorted by relevance

/gem5/util/minorview/
H A Dmodel.py879 def skip_same_char(start, increment): function in function:BlobModel.add_blob_picture
892 hunt_x = skip_same_char(start, Point(1,0))
893 hunt_y = skip_same_char(start, Point(0,1))
960 point = skip_same_char(point, Point(1,0))

Completed in 12 milliseconds