HomeSort by relevance Sort by last modified time
    Searched defs:drawsNothing (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 109 * Hey! Before you use this, see if you really want to know drawsNothing() instead.
115 * Hey! Before you use this, see if you really want to know drawsNothing() instead.
121 bool drawsNothing() const { return this->empty() || this->isNull(); }
    [all...]
  /external/skia/include/core/
SkBitmap.h 135 * Hey! Before you use this, see if you really want to know drawsNothing() instead.
141 * Hey! Before you use this, see if you really want to know drawsNothing() instead.
147 bool drawsNothing() const { return this->empty() || this->isNull(); }
    [all...]

Completed in 51 milliseconds