Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkAAClip.h90 bool trimTopBottom();
DSkAAClip.cpp514 bool SkAAClip::trimTopBottom() { in trimTopBottom() function in SkAAClip
612 return this->trimTopBottom() && this->trimLeftRight(); in trimBounds()