Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkRegion.h446 static bool RunsAreARect(const SkRegion::RunType runs[], int count,
/external/skia/src/core/
DSkRegion.cpp47 bool SkRegion::RunsAreARect(const SkRegion::RunType runs[], int count, in RunsAreARect() function in SkRegion
278 if (SkRegion::RunsAreARect(runs, count, &fBounds)) { in setRuns()