Home | History | Annotate | Download | only in core

Lines Matching full:base

498     char* base = (char*)this->getPixels();
499 if (base) {
500 base += y * this->rowBytes();
503 base += x << 2;
507 base += x << 1;
511 base += x;
514 base += x >> 3;
518 base = NULL;
522 base = NULL;
526 return base;