Searched defs:getPixels (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/core/
H A DSkBitmap.h124 void* getPixels() const { return fPixels; } function in class:SkBitmap
260 return this->getPixels() != NULL &&
306 no pixels allocated (i.e. getPixels() returns null) the method will
321 If no pixels are present (i.e. getPixels() returns false)
332 getPixels() returns null, and returns that. The size-specific routines
333 perform a debugging assert that getPixels() is not null, but they do

Completed in 52 milliseconds