Searched refs:mWidth (Results 1 - 5 of 5) sorted by relevance
/external/astl/src/ |
H A D | ios_base.cpp | 48 : mFlags(skipws | dec), mPrecision(6), mWidth(0) {} 84 const streamsize prev = mWidth; 86 mWidth = width;
|
/external/webkit/WebKit/android/jni/ |
H A D | PictureSet.h | 68 // Update mWidth/mHeight, and adds any additional inval region 82 int width() const { return mWidth; } 100 int mWidth; member in class:android::PictureSet
|
H A D | PictureSet.cpp | 60 mWidth = mHeight = 0; 192 if (mWidth == width && mHeight == height) 195 mWidth, mHeight, width, height); 196 if (mWidth == width && height > mHeight) { // only grew vertically 204 mWidth = width; 217 mWidth = mHeight = 0; 312 mWidth, mHeight); 434 bitmap.setConfig(SkBitmap::kARGB_8888_Config, mWidth, mHeight); 487 mWidth = src.mWidth; [all...] |
/external/astl/include/ |
H A D | ios_base.h | 202 streamsize width() const { return mWidth; } 230 streamsize mWidth; member in class:std::ios_base
|
/external/webkit/WebKit/android/nav/ |
H A D | SelectText.cpp | 190 , mWidth(width) 283 area.set(0, 0, mWidth, mHeight); 386 int mWidth; member in namespace:android
|
Completed in 291 milliseconds