Home
last modified time | relevance | path

Searched defs:size (Results 14476 - 14500 of 15565) sorted by relevance

1...<<571572573574575576577578579580>>...623

/third_party/skia/third_party/externals/libpng/
H A Dpngread.c1807 size_t size = cp->size; in png_image_memory_read() local
1825 png_image_begin_read_from_memory(png_imagep image, png_const_voidp memory, size_t size) png_image_begin_read_from_memory() argument
[all...]
H A Dpngrutil.c1451 png_alloc_size_t size = (sizeof profile_header); png_handle_iCCP() local
[all...]
H A Dpngset.c1566 png_set_compression_buffer_size(png_structrp png_ptr, size_t size) in png_set_compression_buffer_size() argument
[all...]
H A Dpngtest.c502 png_alloc_size_t size; member
519 PNGCBAPI png_debug_malloc(png_structp png_ptr, png_alloc_size_t size) in png_debug_malloc() argument
[all...]
H A Dpngwutil.c994 uInt size = png_ptr->zbuffer_size; png_compress_IDAT() local
1044 uInt size = png_ptr->zbuffer_size - png_ptr->zstream.avail_out; png_compress_IDAT() local
1266 size_t size; png_write_sBIT() local
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpinfo.c174 size_t size; in ReadFileToWebPData() local
198 static void Skip(MemBuffer* const mem, size_t size) { in Skip() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8l_dec.c111 int VP8LCheckSignature(const uint8_t* const data, size_t size) { in VP8LCheckSignature() argument
314 int size = 0; in ReadHuffmanCode() local
469 int size; in ReadHuffmanCodes() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Ddec_sse2.c1013 static WEBP_INLINE void TrueMotion_SSE2(uint8_t* dst, int size) { in TrueMotion_SSE2() argument
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dhistogram_enc.c140 static size_t HistogramSetTotalSize(int size, int cache_bits) { in HistogramSetTotalSize() argument
146 VP8LHistogramSet* VP8LAllocateHistogramSet(int size, int cache_bits) { in VP8LAllocateHistogramSet() argument
168 const int size = set->max_size; VP8LHistogramSetClear() local
740 int size; global() member
1162 uint32_t size; RemoveEmptyHistograms() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dastro.cpp1589 CalendarCache::CalendarCache(int32_t size, UErrorCode &status) { in CalendarCache() argument
H A Drbnf.cpp198 int32_t size; member in VArray
[all...]
H A Dtimezone.cpp631 int32_t size = ures_getSize(res); in initMap() local
1045 int32_t size; in getEquivalentID() local
[all...]
H A Dtzgnames.cpp154 TimeZoneGenericNameMatchInfo::size() const { in size() function in TimeZoneGenericNameMatchInfo
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dparse.cpp325 int32_t size = 0; in parseUCARules() local
466 int32_t size = 0; in parseTransliterator() local
[all...]
H A Dreslist.cpp119 static uint8_t calcPadding(uint32_t size) { in calcPadding() argument
855 uint32_t top, size; in write() local
[all...]
/third_party/skia/src/ports/
H A DSkFontHost_win.cpp533 size_t size = fHeight * srcRB; in draw() local
811 SIZE size; in generateMetrics() local
[all...]
H A DSkFontMgr_win_dw.cpp1294 int size = getUserDefaultLocaleNameProc(localeNameStorage, LOCALE_NAME_MAX_LENGTH); in SkFontMgr_New_DirectWrite() local
/third_party/skia/tests/
H A DResourceCacheTest.cpp41 const SkIRect size = SkIRect::MakeWH(gWidth, gHeight); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
88 create_RT_with_SB(GrResourceProvider* provider, int size, int sampleCount, SkBudgeted budgeted) create_RT_with_SB() argument
299 TestResource(GrGpu* gpu, GrWrapCacheable cacheable, size_t size) TestResource() argument
742 size_t size = resource->gpuMemorySize(); test_unbudgeted_to_scratch() local
1724 size_t size = tex->gpuMemorySize(); DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
1747 size_t size = proxy->gpuMemorySize(); DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
[all...]
H A DImageTest.cpp638 size_t size = info.computeByteSize(rowBytes); in DEF_TEST() local
H A DCodecTest.cpp178 test_codec(skiatest::Reporter* r, const char* path, Codec* codec, SkBitmap& bm, const SkImageInfo& info, const SkISize& size, SkCodec::Result expectedResult, SkMD5::Digest* digest, const SkMD5::Digest* goodDigest) test_codec() argument
285 check_scanline_decode(skiatest::Reporter* r, SkCodec* codec, SkMD5::Digest* codecDigest, const SkImageInfo& info, const char path[], SkISize size, bool supportsScanlineDecoding, bool supportsIncomplete, bool supportsNewScanlineDecoding) check_scanline_decode() argument
375 check_subset_decode(skiatest::Reporter* r, SkCodec* codec, const SkImageInfo& info, SkISize size, bool supportsSubsetDecoding, bool supportsIncomplete) check_subset_decode() argument
417 check_android_codec(skiatest::Reporter* r, std::unique_ptr<SkCodec> codec, const SkMD5::Digest& codecDigest, const SkImageInfo& info, const char path[], SkISize size, bool supportsScanlineDecoding, bool supportsSubsetDecoding, bool supportsIncomplete, bool supportsNewScanlineDecoding) check_android_codec() argument
473 check(skiatest::Reporter* r, const char path[], SkISize size, bool supportsScanlineDecoding, bool supportsSubsetDecoding, bool supportsIncomplete, bool supportsNewScanlineDecoding = false) check() argument
1387 auto size = codec->getSampledDimensions(opts.fSampleSize); DEF_TEST() local
1761 const auto size = codec->getSampledDimensions(kSampleSize); DEF_TEST() local
[all...]
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c2551 const uint8_t* BrotliDecoderTakeOutput(BrotliDecoderState* s, size_t* size) { in BrotliDecoderTakeOutput() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DCommandBufferD3D12.cpp551 OnSetVertexBuffer(VertexBufferSlot slot, Buffer* buffer, uint64_t offset, uint64_t size) OnSetVertexBuffer() argument
1028 const uint64_t size = write->size; RecordCommands() local
[all...]
/third_party/openssl/crypto/ec/
H A Decp_nistp256.c1636 static void select_point(const u64 idx, unsigned int size, in select_point() argument
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dfreetype.h389 FT_Pos size; member
1101 FT_Size size; global() member
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftobjs.c1163 destroy_size( FT_Memory memory, FT_Size size, FT_Driver driver ) destroy_size() argument
1608 new_memory_stream( FT_Library library, FT_Byte* base, FT_ULong size, FT_Stream_CloseFunc close, FT_Stream *astream ) new_memory_stream() argument
2640 FT_Size size; ft_open_face_internal() local
2884 FT_Size size = NULL; FT_EXPORT_DEF() local
[all...]

Completed in 56 milliseconds

1...<<571572573574575576577578579580>>...623