Searched refs:bmWidth (Results 1 – 1 of 1) sorted by relevance
211 int bmWidth = bm->width(); in fillRect() local215 if (left + copyWidth > bmWidth) { in fillRect()216 copyWidth = bmWidth - left; in fillRect()227 dst += bmWidth; in fillRect()