Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DGIFMovie.cpp207 int bmWidth = bm->width(); in fillRect() local
211 if (left + copyWidth > bmWidth) { in fillRect()
212 copyWidth = bmWidth - left; in fillRect()
222 dst += bmWidth; in fillRect()