Searched refs:dtop (Results 1 – 2 of 2) sorted by relevance
200 int dtop, dbottom; in draw() local207 dtop = sTempRect.top; in draw()214 if (dtop > top) { in draw()215 top = dtop; 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()