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