OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isWideOpen
(Results
1 - 11
of
11
) sorted by null
/external/skia/tests/
ClipStackTest.cpp
273
REPORTER_ASSERT(reporter, !stack.
isWideOpen
());
295
// Test out '
isWideOpen
' entry point
300
REPORTER_ASSERT(reporter, stack.
isWideOpen
());
313
REPORTER_ASSERT(reporter, stack.
isWideOpen
());
332
REPORTER_ASSERT(reporter, stack.
isWideOpen
());
342
REPORTER_ASSERT(reporter, stack.
isWideOpen
());
355
REPORTER_ASSERT(reporter, stack.
isWideOpen
());
367
REPORTER_ASSERT(reporter, !stack.
isWideOpen
());
372
REPORTER_ASSERT(reporter, stack.
isWideOpen
());
[
all
...]
/external/chromium_org/third_party/skia/include/core/
SkClipStack.h
313
*
isWideOpen
returns true if the clip state corresponds to the infinite
316
bool
isWideOpen
() const;
/external/skia/include/core/
SkClipStack.h
313
*
isWideOpen
returns true if the clip state corresponds to the infinite
316
bool
isWideOpen
() const;
/external/chromium_org/third_party/skia/src/gpu/
GrReducedClip.cpp
45
if (stack.
isWideOpen
()) {
GrClipMaskManager.cpp
128
bool ignoreClip = !drawState->isClipState() || clipDataIn->fClipStack->
isWideOpen
();
[
all
...]
GrContext.cpp
[
all
...]
/external/skia/src/gpu/
GrReducedClip.cpp
45
if (stack.
isWideOpen
()) {
GrClipMaskManager.cpp
128
bool ignoreClip = !drawState->isClipState() || clipDataIn->fClipStack->
isWideOpen
();
[
all
...]
GrContext.cpp
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp
625
bool SkClipStack::
isWideOpen
() const {
/external/skia/src/core/
SkClipStack.cpp
625
bool SkClipStack::
isWideOpen
() const {
Completed in 1491 milliseconds