Home | History | Annotate | Download | only in core

Lines Matching defs:base

582     char* base = (char*)this->getPixels();
583 if (base) {
584 base += y * this->rowBytes();
587 base += x << 2;
591 base += x << 1;
595 base += x;
598 base += x >> 3;
602 base = NULL;
606 base = NULL;
610 return base;