OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kInsideOut_BoundsType
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/core/
SkClipStack.cpp
231
fFiniteBoundType =
kInsideOut_BoundsType
;
268
fFiniteBoundType =
kInsideOut_BoundsType
;
300
fFiniteBoundType =
kInsideOut_BoundsType
;
306
fFiniteBoundType =
kInsideOut_BoundsType
;
329
fFiniteBoundType =
kInsideOut_BoundsType
;
372
fFiniteBoundType =
kInsideOut_BoundsType
;
415
fFiniteBoundType =
kInsideOut_BoundsType
;
440
prevType =
kInsideOut_BoundsType
;
447
if (
kInsideOut_BoundsType
== fFiniteBoundType) {
450
if (
kInsideOut_BoundsType
== prevType)
[
all
...]
/external/skia/include/core/
SkClipStack.h
36
kInsideOut_BoundsType
191
drawn to are inside the bound). When fFiniteBoundType is
kInsideOut_BoundsType
(which
194
the bound). When fFiniteBoundType is
kInsideOut_BoundsType
the actual bound is the
230
fFiniteBoundType =
kInsideOut_BoundsType
;
/external/skia/tests/
CanvasStateTest.cpp
343
if (SkClipStack::
kInsideOut_BoundsType
== boundsType) {
ClipStackTest.cpp
409
REPORTER_ASSERT(reporter, SkClipStack::
kInsideOut_BoundsType
== boundsType);
[
all
...]
Completed in 189 milliseconds