OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rectRectIntersectAllowed
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkClipStack.cpp
189
bool SkClipStack::Element::
rectRectIntersectAllowed
(const SkRect& newR, bool newAA) const {
403
prior->
rectRectIntersectAllowed
(this->getRect(), fDoAA))) {
689
if (prior->
rectRectIntersectAllowed
(element.getRect(), element.isAA())) {
/external/skia/include/core/
SkClipStack.h
263
bool
rectRectIntersectAllowed
(const SkRect& newR, bool newAA) const;
Completed in 84 milliseconds