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

  /external/chromium_org/third_party/skia/src/utils/win/
SkDWriteFontFileStream.cpp 174 UINT64 fragmentSize,
180 if (fileOffset > fileSize || fragmentSize > fileSize - fileOffset) {
186 if (!SkTFitsIn<size_t>(fileOffset + fragmentSize)) {
208 SkAutoTMalloc<uint8_t> streamData(static_cast<size_t>(fragmentSize));
209 if (fStream->read(streamData.get(), static_cast<size_t>(fragmentSize)) != fragmentSize) {
SkDWriteFontFileStream.h 60 UINT64 fragmentSize,
  /external/skia/src/utils/win/
SkDWriteFontFileStream.cpp 174 UINT64 fragmentSize,
180 if (fileOffset > fileSize || fragmentSize > fileSize - fileOffset) {
186 if (!SkTFitsIn<size_t>(fileOffset + fragmentSize)) {
208 SkAutoTMalloc<uint8_t> streamData(static_cast<size_t>(fragmentSize));
209 if (fStream->read(streamData.get(), static_cast<size_t>(fragmentSize)) != fragmentSize) {
SkDWriteFontFileStream.h 60 UINT64 fragmentSize,
  /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/win32/
fx_win32_dwrite.cpp 36 virtual HRESULT STDMETHODCALLTYPE ReadFileFragment(void const** fragmentStart, UINT64 fileOffset, UINT64 fragmentSize, OUT void** fragmentContext);
311 UINT64 fragmentSize,
316 fragmentSize <= resourceSize_ - fileOffset) {
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h     [all...]

Completed in 188 milliseconds