Searched refs:dbottom (Results 1 – 2 of 2) sorted by relevance
200 int dtop, dbottom; in draw() local208 dbottom = sTempRect.bottom; in draw()217 if (dbottom < bottom) { in draw()218 bottom = dbottom; in draw()
1268 final int dleft, final int dtop, final int dright, final int dbottom) { in drawBitmap() argument1289 graphics.drawImage(image, dleft, dtop, dright, dbottom, in drawBitmap()