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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
NativeImageSkia.cpp 333 unsigned long long fragmentSize = static_cast<unsigned long long>(scaledImageSubset.width()) * static_cast<unsigned long long>(scaledImageSubset.height());
335 if (fragmentSize > kLargeBitmapSize)
341 if (fragmentSize <= kSmallBitmapSize)
351 return fragmentSize > fullSize / 4;
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h 709 /// <param name="fragmentSize">Size of the fragment in bytes.</param>
719 __deref_out_bcount(fragmentSize) void const** fragmentStart,
721 UINT64 fragmentSize,
    [all...]

Completed in 292 milliseconds