HomeSort by relevance Sort by last modified time
    Searched refs:fIsVolatile (Results 1 - 3 of 3) sorted by null

  /external/skia/bench/
BitmapBench.cpp 77 const bool fIsVolatile;
91 , fIsVolatile(isVolatile)
106 if (fIsVolatile) {
131 fBitmap.setIsVolatile(fIsVolatile);
  /external/skia/include/core/
SkPath.h 194 return SkToBool(fIsVolatile);
205 fIsVolatile = isVolatile;
    [all...]
  /external/skia/src/core/
SkPath.cpp 130 fIsVolatile = false;
171 fIsVolatile = that.fIsVolatile;
188 SkTSwap<SkBool8>(fIsVolatile, that.fIsVolatile);
    [all...]

Completed in 41 milliseconds