Home
last modified time | relevance | path

Searched defs:isEmpty64 (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkRect.h194 bool isEmpty64() const { return fRight <= fLeft || fBottom <= fTop; } in isEmpty64() function
/external/skqp/include/core/
DSkRect.h191 bool isEmpty64() const { return fRight <= fLeft || fBottom <= fTop; } in isEmpty64() function