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

  /external/webkit/Source/WebCore/platform/graphics/skia/
NativeImageSkia.h 67 bool hasResizedBitmap(int width, int height) const;
NativeImageSkia.cpp 77 bool NativeImageSkia::hasResizedBitmap(int w, int h) const
128 // (hasResizedBitmap) and reset the counter.
ImageSkia.cpp 193 if (srcIsFull && bitmap.hasResizedBitmap(destRectTransformedRounded.width(), destRectTransformedRounded.height())) {
395 && (bitmap->hasResizedBitmap(width, height)

Completed in 596 milliseconds