Home | History | Annotate | Download | only in gpu

Lines Matching defs:bot

1449             intptr_t bot = top + (height - 1) * rowBytes;
1450 while (top < bot) {
1452 uint32_t* b = reinterpret_cast<uint32_t*>(bot);
1467 bot -= rowBytes;
1470 if (top == bot && c8888IsValid && dstC8888 != srcC8888) {