Searched refs:ComputeSafeSize (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkBitmap.h685 static size_t ComputeSafeSize(Config config,
/external/skia/include/core/
H A DSkBitmap.h685 static size_t ComputeSafeSize(Config config,
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap.cpp243 size_t SkBitmap::ComputeSafeSize(Config config, function in class:SkBitmap
591 if (ComputeSafeSize(this->config(), fWidth, fHeight, dstRowBytes) >
/external/skia/src/core/
H A DSkBitmap.cpp243 size_t SkBitmap::ComputeSafeSize(Config config, function in class:SkBitmap
591 if (ComputeSafeSize(this->config(), fWidth, fHeight, dstRowBytes) >

Completed in 176 milliseconds