OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fBoundsIsDirty
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/core/
SkPathRef.h
149
if (
fBoundsIsDirty
) {
189
return !
fBoundsIsDirty
;
198
if (
fBoundsIsDirty
) {
301
fBoundsIsDirty
= true; // this also invalidates fIsFinite
325
// TODO(mtklein): remove
fBoundsIsDirty
and fIsFinite,
326
// using an inverted rect instead of
fBoundsIsDirty
and always recalculating fIsFinite.
327
SkASSERT(
fBoundsIsDirty
);
330
fBoundsIsDirty
= false;
336
fBoundsIsDirty
= false;
353
fBoundsIsDirty
= true; // this also invalidates fIsFinit
[
all
...]
/external/skia/src/core/
SkPathRef.cpp
86
bool canXformBounds = !src.
fBoundsIsDirty
&& matrix.rectStaysRect() && src.countPoints() > 1;
101
(*dst)->
fBoundsIsDirty
= false;
112
(*dst)->
fBoundsIsDirty
= true;
168
ref->
fBoundsIsDirty
= false;
181
(*pathRef)->
fBoundsIsDirty
= true; // this also invalidates fIsFinite
291
fBoundsIsDirty
= ref.
fBoundsIsDirty
;
292
if (!
fBoundsIsDirty
) {
310
out->
fBoundsIsDirty
= true;
380
fBoundsIsDirty
= true; // this also invalidates fIsFinit
[
all
...]
SkPath.cpp
[
all
...]
Completed in 101 milliseconds