Home | History | Annotate | Download | only in core

Lines Matching defs:lockPixelsAreWritable

446 bool SkBitmap::lockPixelsAreWritable() const {
447 return (fPixelRef) ? fPixelRef->lockPixelsAreWritable() : false;