Lines Matching refs:width
63 SkBitmap* AnimationThread::constructBitmap(int width, int height) {
65 bitmap->setConfig(SkBitmap::kARGB_8888_Config, width, height);
95 int width, height;
96 getDimensions(width, height);
98 if (m_bitmap->width() != width || m_bitmap->height() != height) {
101 m_bitmap = constructBitmap(width, height);
105 m_dx = width * .005f;
111 const float OW = width * .125f;
118 bounce(&m_x, &m_dx, width - OW);