Searched refs:onDecodeInto (Results 1 – 4 of 4) sorted by relevance
215 return this->onDecodeInto(pow2, bitmap); in decodeInto()297 virtual bool onDecodeInto(int pow2, SkBitmap* bitmap);
226 bool SkPixelRef::onDecodeInto(int pow2, SkBitmap* bitmap) { in onDecodeInto() function in SkPixelRef