Searched refs:kTargetBytesPerPixel (Results 1 – 1 of 1) sorted by relevance
475 const int kTargetBytesPerPixel = 3; // RGB in FillRow() local476 unsigned char* target = &data[dataLeft * kTargetBytesPerPixel]; in FillRow()477 int maxWidth = size / kTargetBytesPerPixel - dataLeft; in FillRow()482 ASSERT((dataLeft + width) * kTargetBytesPerPixel <= size); in FillRow()488 target += kTargetBytesPerPixel; in FillRow()