OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fFiniteBound
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkClipStack.cpp
41
fFiniteBound
= that.
fFiniteBound
;
160
fFiniteBound
.setEmpty();
170
SkASSERT(
fFiniteBound
.isEmpty());
230
fFiniteBound
.join(prevFinite);
237
if (!
fFiniteBound
.intersect(prevFinite)) {
251
fFiniteBound
= prevFinite;
267
fFiniteBound
.join(prevFinite);
282
fFiniteBound
.join(prevFinite);
296
if (!
fFiniteBound
.intersect(prevFinite))
[
all
...]
/external/skia/include/core/
SkClipStack.h
188
/* fFiniteBoundType and
fFiniteBound
are used to incrementally update the clip stack's
189
bound. When fFiniteBoundType is kNormal_BoundsType,
fFiniteBound
represents the
192
occurs when a clip is inverse filled),
fFiniteBound
represents the conservative bounding
195
infinite plane. This behavior of fFiniteBoundType and
fFiniteBound
is required so that we
199
SkRect
fFiniteBound
;
231
fFiniteBound
.setEmpty();
Completed in 37 milliseconds