Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DGIFMovie.cpp211 int bmWidth = bm->width(); in fillRect() local
215 if (left + copyWidth > bmWidth) { in fillRect()
216 copyWidth = bmWidth - left; in fillRect()
227 dst += bmWidth; in fillRect()