Searched refs:bmWidth (Results 1 – 1 of 1) sorted by relevance
207 int bmWidth = bm->width(); in fillRect() local211 if (left + copyWidth > bmWidth) { in fillRect()212 copyWidth = bmWidth - left; in fillRect()222 dst += bmWidth; in fillRect()