Home | History | Annotate | Download | only in core

Lines Matching refs:row

476             // This implementation will write bytes beyond the end of each row,
477 // excluding the last row, if the bitmap's stride is greater than
494 for (uint32_t row = 0; row < fHeight;
495 row++, srcP += fRowBytes, dstP += dstRowBytes) {
522 // This implementation will write bytes beyond the end of each row,
523 // excluding the last row, if the bitmap's stride is greater than
530 for (uint32_t row = 0; row < fHeight;
531 row++, srcP += srcRowBytes, dstP += fRowBytes) {