OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIntersectionOfRects
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrClipData.cpp
19
*
isIntersectionOfRects
will be set to true.
23
bool*
isIntersectionOfRects
) const {
31
isIntersectionOfRects
);
/external/chromium_org/third_party/skia/include/gpu/
GrClipData.h
51
bool*
isIntersectionOfRects
= NULL) const {
53
devResult,
isIntersectionOfRects
);
58
bool*
isIntersectionOfRects
= NULL) const;
/external/chromium_org/third_party/skia/tests/
ClipCacheTest.cpp
76
bool
isIntersectionOfRects
= true;
81
&
isIntersectionOfRects
);
85
REPORTER_ASSERT(reporter,
isIntersectionOfRects
);
94
&
isIntersectionOfRects
);
98
REPORTER_ASSERT(reporter,
isIntersectionOfRects
);
ClipStackTest.cpp
244
bool
isIntersectionOfRects
= false;
282
&
isIntersectionOfRects
);
285
REPORTER_ASSERT(reporter,
isIntersectionOfRects
==
288
REPORTER_ASSERT(reporter, !
isIntersectionOfRects
);
419
bool
isIntersectionOfRects
;
466
stack.getBounds(&bound, &type, &
isIntersectionOfRects
);
526
bool
isIntersectionOfRects
;
538
stack.getBounds(&bound, &type, &
isIntersectionOfRects
);
540
REPORTER_ASSERT(reporter,
isIntersectionOfRects
);
553
stack.getBounds(&bound, &type, &
isIntersectionOfRects
);
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp
599
bool*
isIntersectionOfRects
) const {
608
if (
isIntersectionOfRects
) {
609
*
isIntersectionOfRects
= false;
616
if (
isIntersectionOfRects
) {
617
*
isIntersectionOfRects
= element->fIsIntersectionOfRects;
808
bool*
isIntersectionOfRects
) const {
818
this->getBounds(&temp, &boundType,
isIntersectionOfRects
);
/external/chromium_org/third_party/skia/include/core/
SkClipStack.h
305
* infinite plane.
isIntersectionOfRects
is an optional parameter
310
bool*
isIntersectionOfRects
= NULL) const;
441
*
isIntersectionOfRects
is an optional parameter that is true when
450
bool*
isIntersectionOfRects
= NULL) const;
Completed in 797 milliseconds