OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:row_is_all_zeros
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp
459
static bool
row_is_all_zeros
(const uint8_t* row, int width) {
function
492
if (!
row_is_all_zeros
(data, width)) {
532
} while (
row_is_all_zeros
(base + yoff->fOffset, width));
[
all
...]
/external/skia/src/core/
SkAAClip.cpp
459
static bool
row_is_all_zeros
(const uint8_t* row, int width) {
function
492
if (!
row_is_all_zeros
(data, width)) {
532
} while (
row_is_all_zeros
(base + yoff->fOffset, width));
[
all
...]
Completed in 1006 milliseconds