Home | History | Annotate | Download | only in core

Lines Matching defs:nullptr

89     fPixelRef = nullptr;  // Free pixels.
134 fPixelRef = nullptr; // Free pixels.
135 fPixmap.reset(info.makeAlphaType(newAT), nullptr, SkToU32(rowBytes));
156 const char* pix = (const char*)(fPixelRef ? fPixelRef->pixels() : nullptr);
177 fPixelRef = kUnknown_SkColorType != this->colorType() ? std::move(pr) : nullptr;
178 void* p = nullptr;
194 if (nullptr == p) {
195 this->setPixelRef(nullptr, 0, 0);
200 this->setPixelRef(nullptr, 0, 0);
214 if (nullptr == allocator) {
240 if (nullptr == this->getPixels()) {
262 if (nullptr == this->getPixels()) {
282 if (nullptr == pixels) {
304 nullptr, nullptr);
401 base = nullptr;
442 if (nullptr == result || !fPixelRef) {
502 nullptr, behavior);
509 SkASSERT(alpha != nullptr);
521 pmap.info(), pmap.addr(), pmap.rowBytes(), nullptr,
542 SkMaskFilter* filter = paint ? paint->getMaskFilter() : nullptr;
547 if (!as_MFB(filter)->filterMask(&dstM, srcM, identity, nullptr)) {
571 if (!as_MFB(filter)->filterMask(&dstM, srcM, identity, nullptr)) {