OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rectRectIntersectAllowed
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp
54
bool SkClipStack::Element::
rectRectIntersectAllowed
(const SkRect& newR, bool newAA) const {
268
prior->
rectRectIntersectAllowed
(fRect, fDoAA))) {
541
if (element->
rectRectIntersectAllowed
(rect, doAA)) {
/external/skia/src/core/
SkClipStack.cpp
54
bool SkClipStack::Element::
rectRectIntersectAllowed
(const SkRect& newR, bool newAA) const {
268
prior->
rectRectIntersectAllowed
(fRect, fDoAA))) {
541
if (element->
rectRectIntersectAllowed
(rect, doAA)) {
Completed in 436 milliseconds