Searched refs:configIsValid (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap.cpp1614 bool configIsValid = this->setConfig(config, width, height, rowBytes, alphaType); local
1617 buffer.validate(configIsValid && (fBytesPerPixel > 0) &&
/external/skia/src/core/
H A DSkBitmap.cpp1614 bool configIsValid = this->setConfig(config, width, height, rowBytes, alphaType); local
1617 buffer.validate(configIsValid && (fBytesPerPixel > 0) &&

Completed in 50 milliseconds