Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkMovie_gif.cpp206 int bmWidth = bm->width(); in fillRect() local
210 if (left + copyWidth > bmWidth) { in fillRect()
211 copyWidth = bmWidth - left; in fillRect()
221 dst += bmWidth; in fillRect()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dib.cpp110 w = bmp.bmWidth; in GetBitmapSize()
Dfx_win32_dwrite.cpp433 bitmap.bmWidth, in DrawGlyphRun()
Dfx_win32_device.cpp428 m_Width = bitmap.bmWidth; in CGdiDeviceDriver()