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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DiscardablePixelRef.cpp 47 int64_t size = dst->computeSize64();
  /external/chromium_org/ui/base/clipboard/
clipboard.cc 166 if (!sk_64_isS32(bitmap.computeSize64()))
  /external/chromium_org/chrome/utility/extensions/
unpacker.cc 62 if (bitmap.computeSize64() > kMaxImageCanvas)
  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 182 int64_t computeSize64() const {
189 * than computeSize64() if there is any rowbytes padding beyond the width.
250 static int64_t ComputeSize64(Config, int width, int height);
    [all...]
  /external/skia/include/core/
SkBitmap.h 182 int64_t computeSize64() const {
189 * than computeSize64() if there is any rowbytes padding beyond the width.
250 static int64_t ComputeSize64(Config, int width, int height);
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkScaledImageCache.cpp 270 uint64_t size64 = bitmap->computeSize64();
  /external/skia/src/core/
SkScaledImageCache.cpp 270 uint64_t size64 = bitmap->computeSize64();

Completed in 282 milliseconds