Home
last modified time | relevance | path

Searched refs:bmHeight (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/jni/
DGIFMovie.cpp210 int bmHeight = bm->height(); in fillRect() local
218 if (top + copyHeight > bmHeight) { in fillRect()
219 copyHeight = bmHeight - top; in fillRect()