Home
last modified time | relevance | path

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

/dports/graphics/timg/timg-1.4.0/src/
H A Dunicode-block-canvas.cc229 for (int x=0; x < width; x+=N, prev_content_it_+=2*N, tline+=N, bline+=N) { in AppendDoubleRow()
230 if (emit_diff && EqualToBacking<N>(tline, bline, prev_content_it_)) { in AppendDoubleRow()
293 StoreBacking<N>(prev_content_it_, tline, bline); in AppendDoubleRow()
326 prev_content_it_ = backing_buffer_; in Send()
H A Dunicode-block-canvas.h69 rgba_t *prev_content_it_; variable