HomeSort by relevance Sort by last modified time
    Searched full:compute_row_length (Results 1 - 1 of 1) sorted by null

  /external/skia/src/core/
SkAAClip.cpp 177 static size_t compute_row_length(const uint8_t row[], int width) { function
214 size_t rowLength = compute_row_length(row, fBounds.width());
491 SkDEBUGCODE((void)compute_row_length(row, width);)
493 SkDEBUGCODE((void)compute_row_length(base + yoff->fOffset, width - leftZeros - riteZeros);)
1110 size_t bytesNeeded = compute_row_length(data, fBounds.width());
    [all...]

Completed in 670 milliseconds