Searched refs:mWidth (Results 1 - 5 of 5) sorted by relevance

/external/astl/src/
H A Dios_base.cpp48 : mFlags(skipws | dec), mPrecision(6), mWidth(0) {}
84 const streamsize prev = mWidth;
86 mWidth = width;
/external/webkit/WebKit/android/jni/
H A DPictureSet.h68 // 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 DPictureSet.cpp60 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 Dios_base.h202 streamsize width() const { return mWidth; }
230 streamsize mWidth; member in class:std::ios_base
/external/opencore/android/
H A Dmetadatadriver.cpp518 mVideoFrame->mWidth = width;

Completed in 24 milliseconds