OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fBoundsIsDirty
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkPathRef.h
122
if (
fBoundsIsDirty
) {
154
return !
fBoundsIsDirty
;
163
if (
fBoundsIsDirty
) {
268
fBoundsIsDirty
= true; // this also invalidates fIsFinite
297
SkASSERT(
fBoundsIsDirty
);
300
fBoundsIsDirty
= false;
306
fBoundsIsDirty
= false;
323
fBoundsIsDirty
= true; // this also invalidates fIsFinite
441
mutable uint8_t
fBoundsIsDirty
;
/external/skia/include/core/
SkPathRef.h
122
if (
fBoundsIsDirty
) {
154
return !
fBoundsIsDirty
;
163
if (
fBoundsIsDirty
) {
268
fBoundsIsDirty
= true; // this also invalidates fIsFinite
297
SkASSERT(
fBoundsIsDirty
);
300
fBoundsIsDirty
= false;
306
fBoundsIsDirty
= false;
323
fBoundsIsDirty
= true; // this also invalidates fIsFinite
441
mutable uint8_t
fBoundsIsDirty
;
Completed in 42 milliseconds