Home
last modified time | relevance | path

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

/third_party/flutter/skia/bench/
DBitmapBench.cpp30 const bool fIsVolatile; member in BitmapBench
44 , fIsVolatile(isVolatile) in BitmapBench()
60 if (fIsVolatile) { in onGetName()
76 fBitmap.setIsVolatile(fIsVolatile); in onDelayedSetup()
/third_party/flutter/skia/include/core/
DSkVertices.h230 bool isVolatile() const { return fIsVolatile; } in isVolatile()
275 bool fIsVolatile; variable
DSkPath.h345 return SkToBool(fIsVolatile); in isVolatile()
364 fIsVolatile = isVolatile; in setIsVolatile()
1672 uint8_t fIsVolatile : 1; variable
/third_party/skia/include/core/
DSkPathBuilder.h34 SkPathBuilder& setIsVolatile(bool isVolatile) { fIsVolatile = isVolatile; return *this; } in setIsVolatile()
227 bool fIsVolatile; variable
DSkPath.h322 return SkToBool(fIsVolatile); in isVolatile()
342 fIsVolatile = isVolatile; in setIsVolatile()
1773 uint8_t fIsVolatile : 1; variable
/third_party/skia/src/core/
DSkPath.cpp149 fIsVolatile = false; in SkPath()
159 , fIsVolatile(isVolatile) in SkPath()
198 fIsVolatile = that.fIsVolatile; in copyFields()
221 const auto iv = fIsVolatile; in swap()
222 fIsVolatile = that.fIsVolatile; in swap()
223 that.fIsVolatile = iv; in swap()
1637 dst->fIsVolatile = fIsVolatile; in transform()
2011 bool_str(fIsVolatile)); in dumpArrays()
DSkPathBuilder.cpp38 fIsVolatile = false; in reset()
213 auto path = SkPath(std::move(pr), fFillType, fIsVolatile, convexity, dir); in make()
/third_party/flutter/skia/src/core/
DSkPath_serial.cpp316 fIsVolatile = 0; in readFromMemory_LE3()
DSkPath.cpp160 fIsVolatile = false; in SkPath()
199 fIsVolatile = that.fIsVolatile; in copyFields()
222 const auto iv = fIsVolatile; in swap()
223 fIsVolatile = that.fIsVolatile; in swap()
224 that.fIsVolatile = iv; in swap()
1887 dst->fIsVolatile = fIsVolatile; in transform()
DSkVertices.cpp133 fVertices->fIsVolatile = isVolatile; in init()