Home
last modified time | relevance | path

Searched refs:fIsVolatile (Results 1 – 10 of 10) 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/skqp/include/core/
DSkVertices.h230 bool isVolatile() const { return fIsVolatile; } in isVolatile()
275 bool fIsVolatile; variable
DSkPath.h355 return SkToBool(fIsVolatile); in isVolatile()
374 fIsVolatile = isVolatile; in setIsVolatile()
1687 uint8_t fIsVolatile : 1; variable
/external/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
/external/skia/src/core/
DSkPath.cpp147 fIsVolatile = false; in SkPath()
157 , fIsVolatile(isVolatile) in SkPath()
196 fIsVolatile = that.fIsVolatile; in copyFields()
219 const auto iv = fIsVolatile; in swap()
220 fIsVolatile = that.fIsVolatile; in swap()
221 that.fIsVolatile = iv; in swap()
1629 dst->fIsVolatile = fIsVolatile; in transform()
2003 bool_str(fIsVolatile)); in dumpArrays()
DSkPathBuilder.cpp38 fIsVolatile = false; in reset()
209 return SkPath(std::move(pr), fFillType, fIsVolatile, convexity, dir); in make()
/external/skqp/src/core/
DSkPath_serial.cpp316 fIsVolatile = 0; in readFromMemory_LE3()
DSkPath.cpp158 fIsVolatile = false; in SkPath()
198 fIsVolatile = that.fIsVolatile; in copyFields()
222 const auto iv = fIsVolatile; in swap()
223 fIsVolatile = that.fIsVolatile; in swap()
224 that.fIsVolatile = iv; in swap()
1859 dst->fIsVolatile = fIsVolatile; in transform()
DSkVertices.cpp133 fVertices->fIsVolatile = isVolatile; in init()