Searched refs:compute_row_length (Results 1 – 1 of 1) sorted by relevance
176 static size_t compute_row_length(const uint8_t row[], int width) { in compute_row_length() function214 size_t rowLength = compute_row_length(row, fBounds.width()); in validate()491 SkDEBUGCODE((void)compute_row_length(row, width);) in trimLeftRight()493 SkDEBUGCODE((void)compute_row_length(base + yoff->fOffset, width - leftZeros - riteZeros);) in trimLeftRight()1115 size_t bytesNeeded = compute_row_length(data, fBounds.width()); in finish()