Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DGIFMovie.cpp208 int bmHeight = bm->height(); in fillRect() local
216 if (top + copyHeight > bmHeight) { in fillRect()
217 copyHeight = bmHeight - top; in fillRect()