HomeSort by relevance Sort by last modified time
    Searched refs:row_is_all_zeros (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkAAClip.cpp 500 static bool row_is_all_zeros(const uint8_t* row, int width) { function
533 if (!row_is_all_zeros(data, width)) {
573 } while (row_is_all_zeros(base + yoff->fOffset, width));
    [all...]
  /external/skqp/src/core/
SkAAClip.cpp 500 static bool row_is_all_zeros(const uint8_t* row, int width) { function
533 if (!row_is_all_zeros(data, width)) {
573 } while (row_is_all_zeros(base + yoff->fOffset, width));
    [all...]

Completed in 91 milliseconds