HomeSort by relevance Sort by last modified time
    Searched defs:fIsVolatile (Results 1 - 2 of 2) 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...]

Completed in 129 milliseconds