Home | History | Annotate | Download | only in core

Lines Matching defs:extractAlpha

1074     bool extractAlpha(SkBitmap* dst) const {
1075 return this->extractAlpha(dst, nullptr, nullptr, nullptr);
1091 bool extractAlpha(SkBitmap* dst, const SkPaint* paint,
1093 return this->extractAlpha(dst, paint, nullptr, offset);
1111 bool extractAlpha(SkBitmap* dst, const SkPaint* paint, Allocator* allocator,