Searched refs:fBoundsIsDirty (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkPath.cpp156 fPath->fBoundsIsDirty = false;
160 fPath->fBoundsIsDirty = false;
177 fDirty = SkToBool(path->fBoundsIsDirty) || !path->fIsFinite;
222 , fBoundsIsDirty(true) {
245 fBoundsIsDirty = src.fBoundsIsDirty;
271 fBoundsIsDirty = src.fBoundsIsDirty;
304 SkTSwap<uint8_t>(fBoundsIsDirty, other.fBoundsIsDirty);
[all...]
/external/skia/legacy/src/core/
H A DSkPath.cpp63 fPath->fBoundsIsDirty = false;
66 fPath->fBoundsIsDirty = false;
80 fDirty = SkToBool(path->fBoundsIsDirty);
118 , fBoundsIsDirty(true) {
150 fBoundsIsDirty = src.fBoundsIsDirty;
181 SkTSwap<uint8_t>(fBoundsIsDirty, other.fBoundsIsDirty);
209 fBoundsIsDirty = true;
222 fBoundsIsDirty
[all...]
/external/skia/include/core/
H A DSkPath.h196 if (fBoundsIsDirty) {
299 if (fBoundsIsDirty) {
954 mutable uint8_t fBoundsIsDirty; member in class:SkPath
/external/skia/legacy/include/core/
H A DSkPath.h251 if (fBoundsIsDirty) {
748 mutable uint8_t fBoundsIsDirty; member in class:SkPath

Completed in 55 milliseconds