Searched refs:bmHeight (Results 1 – 1 of 1) sorted by relevance
212 int bmHeight = bm->height(); in fillRect() local220 if (top + copyHeight > bmHeight) { in fillRect()221 copyHeight = bmHeight - top; in fillRect()