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