Home
last modified time | relevance | path

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

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