Home
last modified time | relevance | path

Searched refs:fIsVolatile (Results 1 – 7 of 7) sorted by relevance

/external/skqp/bench/
DBitmapBench.cpp30 const bool fIsVolatile; member in BitmapBench
44 , fIsVolatile(isVolatile) in BitmapBench()
59 if (fIsVolatile) { in onGetName()
75 fBitmap.setIsVolatile(fIsVolatile); in onDelayedSetup()
/external/skia/bench/
DBitmapBench.cpp30 const bool fIsVolatile; member in BitmapBench
44 , fIsVolatile(isVolatile) in BitmapBench()
59 if (fIsVolatile) { in onGetName()
75 fBitmap.setIsVolatile(fIsVolatile); in onDelayedSetup()
/external/skia/include/core/
DSkPath.h347 return SkToBool(fIsVolatile); in isVolatile()
366 fIsVolatile = isVolatile; in setIsVolatile()
1630 SkBool8 fIsVolatile; variable
/external/skqp/include/core/
DSkPath.h389 return SkToBool(fIsVolatile); in isVolatile()
408 fIsVolatile = isVolatile; in setIsVolatile()
1692 SkBool8 fIsVolatile; variable
/external/skqp/src/core/
DSkPath.cpp141 fIsVolatile = false; in SkPath()
180 fIsVolatile = that.fIsVolatile; in copyFields()
199 SkTSwap<SkBool8>(fIsVolatile, that.fIsVolatile); in swap()
1775 dst->fIsVolatile = fIsVolatile; in transform()
2108 (fIsVolatile << kIsVolatile_SerializationShift) | in writeToMemory()
2198 fIsVolatile = (packed >> kIsVolatile_SerializationShift) & 0x1; in readFromMemory()
/external/skia/src/core/
DSkPath_serial.cpp314 fIsVolatile = 0; in readFromMemory_LE3()
DSkPath.cpp142 fIsVolatile = false; in SkPath()
181 fIsVolatile = that.fIsVolatile; in copyFields()
200 SkTSwap<SkBool8>(fIsVolatile, that.fIsVolatile); in swap()
1803 dst->fIsVolatile = fIsVolatile; in transform()