OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isWideOpen
(Results
1 - 6
of
6
) sorted by null
/external/skia/include/gpu/
GrClip.h
103
if (clipStack->
isWideOpen
()) {
138
bool
isWideOpen
(const SkRect& rect) const {
140
(kClipStack_ClipType == fClipType && this->clipStack()->
isWideOpen
()) ||
144
bool
isWideOpen
(const SkIRect& rect) const {
146
(kClipStack_ClipType == fClipType && this->clipStack()->
isWideOpen
()) ||
150
bool
isWideOpen
() const {
152
(kClipStack_ClipType == fClipType && this->clipStack()->
isWideOpen
());
/external/skia/tests/
ClipStackTest.cpp
278
REPORTER_ASSERT(reporter, !stack.
isWideOpen
());
300
// Test out '
isWideOpen
' entry point
305
REPORTER_ASSERT(reporter, stack.
isWideOpen
());
318
REPORTER_ASSERT(reporter, stack.
isWideOpen
());
337
REPORTER_ASSERT(reporter, stack.
isWideOpen
());
347
REPORTER_ASSERT(reporter, stack.
isWideOpen
());
360
REPORTER_ASSERT(reporter, stack.
isWideOpen
());
372
REPORTER_ASSERT(reporter, !stack.
isWideOpen
());
377
REPORTER_ASSERT(reporter, stack.
isWideOpen
());
[
all
...]
/external/skia/include/core/
SkClipStack.h
336
*
isWideOpen
returns true if the clip state corresponds to the infinite
339
bool
isWideOpen
() const;
/external/skia/src/gpu/
GrReducedClip.cpp
339
if (stack.
isWideOpen
()) {
GrClipMaskManager.cpp
348
if (clip.
isWideOpen
(clipSpaceRTIBounds)) {
357
SkFAIL("Should have caught this with clip.
isWideOpen
()");
[
all
...]
/external/skia/src/core/
SkClipStack.cpp
747
bool SkClipStack::
isWideOpen
() const {
Completed in 908 milliseconds