OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIntersectionOfRects
(Results
1 - 10
of
10
) 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/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;
/external/skia/include/gpu/
GrClipData.h
51
bool*
isIntersectionOfRects
= NULL) const;
/external/skia/tests/
ClipCacheTest.cpp
77
bool
isIntersectionOfRects
= true;
82
&
isIntersectionOfRects
);
86
REPORTER_ASSERT(reporter,
isIntersectionOfRects
);
95
&
isIntersectionOfRects
);
99
REPORTER_ASSERT(reporter,
isIntersectionOfRects
);
ClipStackTest.cpp
249
bool
isIntersectionOfRects
= false;
277
&
isIntersectionOfRects
);
280
REPORTER_ASSERT(reporter,
isIntersectionOfRects
==
283
REPORTER_ASSERT(reporter, !
isIntersectionOfRects
);
414
bool
isIntersectionOfRects
;
461
stack.getBounds(&bound, &type, &
isIntersectionOfRects
);
521
bool
isIntersectionOfRects
;
533
stack.getBounds(&bound, &type, &
isIntersectionOfRects
);
535
REPORTER_ASSERT(reporter,
isIntersectionOfRects
);
548
stack.getBounds(&bound, &type, &
isIntersectionOfRects
);
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp
462
bool*
isIntersectionOfRects
) const {
471
if (NULL !=
isIntersectionOfRects
) {
472
*
isIntersectionOfRects
= false;
479
if (NULL !=
isIntersectionOfRects
) {
480
*
isIntersectionOfRects
= element->fIsIntersectionOfRects;
697
bool*
isIntersectionOfRects
) const {
707
this->getBounds(&temp, &boundType,
isIntersectionOfRects
);
/external/skia/src/core/
SkClipStack.cpp
462
bool*
isIntersectionOfRects
) const {
471
if (NULL !=
isIntersectionOfRects
) {
472
*
isIntersectionOfRects
= false;
479
if (NULL !=
isIntersectionOfRects
) {
480
*
isIntersectionOfRects
= element->fIsIntersectionOfRects;
697
bool*
isIntersectionOfRects
) const {
707
this->getBounds(&temp, &boundType,
isIntersectionOfRects
);
/external/chromium_org/third_party/skia/include/core/
SkClipStack.h
281
* infinite plane.
isIntersectionOfRects
is an optional parameter
286
bool*
isIntersectionOfRects
= NULL) const;
408
*
isIntersectionOfRects
is an optional parameter that is true when
417
bool*
isIntersectionOfRects
= NULL) const;
/external/skia/include/core/
SkClipStack.h
281
* infinite plane.
isIntersectionOfRects
is an optional parameter
286
bool*
isIntersectionOfRects
= NULL) const;
408
*
isIntersectionOfRects
is an optional parameter that is true when
417
bool*
isIntersectionOfRects
= NULL) const;
Completed in 110 milliseconds