Lines Matching refs:reset
40 void reset();
41 void reset(const SkImageInfo& info, const void* addr, size_t rowBytes,
43 void reset(const SkImageInfo& info) { in reset() function
44 this->reset(info, NULL, 0, NULL); in reset()
51 bool SK_WARN_UNUSED_RESULT reset(const SkMask&);
221 void reset() { in reset() function
223 this->INHERITED::reset(); in reset()
225 void reset(const SkImageInfo& info, const void* addr, size_t rb, SkColorTable* ctable = NULL) {
227 this->INHERITED::reset(info, addr, rb, ctable);
229 void reset(const SkImageInfo& info) { in reset() function
231 this->INHERITED::reset(info); in reset()
233 bool SK_WARN_UNUSED_RESULT reset(const SkMask& mask) { in reset() function
235 return this->INHERITED::reset(mask); in reset()
286 void reset(const SkPixmap& pm, void (*unlock)(void*), void* ctx);