Home
last modified time | relevance | path

Searched refs:row_is_all_zeros (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkAAClip.cpp499 static bool row_is_all_zeros(const uint8_t* row, int width) { in row_is_all_zeros() function
532 if (!row_is_all_zeros(data, width)) { in trimTopBottom()
572 } while (row_is_all_zeros(base + yoff->fOffset, width)); in trimTopBottom()