Searched refs:ReadRawPixels (Results 1 - 3 of 3) sorted by path

/external/skia/include/core/
H A DSkBitmap.h790 static bool ReadRawPixels(SkReadBuffer*, SkBitmap*);
/external/skia/src/core/
H A DSkBitmap.cpp976 bool SkBitmap::ReadRawPixels(SkReadBuffer* buffer, SkBitmap* bitmap) { function in class:SkBitmap
H A DSkReadBuffer.cpp255 if (SkBitmap::ReadRawPixels(this, &bitmap)) {
288 if (SkBitmap::ReadRawPixels(this, &bm)) {

Completed in 2512 milliseconds