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

  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState.cpp 110 class AutoScaledCacheUnlocker {
112 AutoScaledCacheUnlocker(SkScaledImageCache::ID** idPtr) : fIDPtr(idPtr) {}
113 ~AutoScaledCacheUnlocker() {
128 #define AutoScaledCacheUnlocker(...) SK_REQUIRE_LOCAL_VAR(AutoScaledCacheUnlocker)
150 AutoScaledCacheUnlocker unlocker(&fScaledCacheID);
330 AutoScaledCacheUnlocker unlocker(&fScaledCacheID);
    [all...]
  /external/skia/src/core/
SkBitmapProcState.cpp 110 class AutoScaledCacheUnlocker {
112 AutoScaledCacheUnlocker(SkScaledImageCache::ID** idPtr) : fIDPtr(idPtr) {}
113 ~AutoScaledCacheUnlocker() {
128 #define AutoScaledCacheUnlocker(...) SK_REQUIRE_LOCAL_VAR(AutoScaledCacheUnlocker)
150 AutoScaledCacheUnlocker unlocker(&fScaledCacheID);
330 AutoScaledCacheUnlocker unlocker(&fScaledCacheID);
    [all...]

Completed in 37 milliseconds