Home
last modified time | relevance | path

Searched refs:image_length (Results 1 – 11 of 11) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-color-cbdt-table.hh411 unsigned int image_offset = 0, image_length = 0, image_format = 0; in get_extents() local
412 … if (!subtable_record->get_image_data (glyph, base, &image_offset, &image_length, &image_format)) in get_extents()
417 if (unlikely (image_offset > cbdt_len || cbdt_len - image_offset < image_length)) in get_extents()
423 if (unlikely (image_length < GlyphBitmapDataFormat17::min_size)) in get_extents()
431 if (unlikely (image_length < GlyphBitmapDataFormat18::min_size)) in get_extents()
464 unsigned int image_offset = 0, image_length = 0, image_format = 0; in reference_png() local
465 … if (!subtable_record->get_image_data (glyph, base, &image_offset, &image_length, &image_format)) in reference_png()
470 if (unlikely (image_offset > cbdt_len || cbdt_len - image_offset < image_length)) in reference_png()
476 if (unlikely (image_length < GlyphBitmapDataFormat17::min_size)) in reference_png()
485 if (unlikely (image_length < GlyphBitmapDataFormat18::min_size)) in reference_png()
[all …]
/external/u-boot/tools/
Dstm32image.c23 uint32_t image_length; member
106 (unsigned long)le32_to_cpu(stm32hdr->image_length)); in stm32image_print_header()
126 stm32hdr->image_length = cpu_to_le32((uint32_t)sbuf->st_size - in stm32image_set_header()
/external/deqp/external/openglcts/modules/gl/
Dgl3cGLSLnoperspectiveTests.cpp380 static const glw::GLsizei image_length = w * h; in iterate() local
505 fbo_data.resize(image_length); in iterate()
506 noperspective_data.resize(image_length); in iterate()
532 for (size_t pixel = 0; pixel < image_length; ++pixel) in iterate()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
Dhidl.h46 const char *file_name, const u8 *image, u32 image_length);
149 const u8 *image, u32 image_length) in wpas_hidl_notify_hs20_icon_query_done() argument
Dhidl.cpp208 const u8 *image, u32 image_length) in wpas_hidl_notify_hs20_icon_query_done() argument
224 wpa_s, bssid, file_name, image, image_length); in wpas_hidl_notify_hs20_icon_query_done()
Dhidl_manager.h77 const char *file_name, const u8 *image, u32 image_length);
Dhidl_manager.cpp876 const u8 *image, u32 image_length) in notifyHs20IconQueryDone() argument
890 std::vector<uint8_t>(image, image + image_length))); in notifyHs20IconQueryDone()
/external/google-breakpad/src/common/windows/
Domap.cc222 bool GetOriginalImageLength(IDiaSession* session, DWORD* image_length) { in GetOriginalImageLength() argument
224 assert(image_length != NULL); in GetOriginalImageLength()
256 *image_length = temp_image_length; in GetOriginalImageLength()
/external/wpa_supplicant_8/wpa_supplicant/
Dnotify.h168 u32 image_length);
Dnotify.c976 u32 image_length) in wpas_notify_hs20_icon_query_done() argument
983 image_length); in wpas_notify_hs20_icon_query_done()
/external/pdfium/third_party/libtiff/
Dtif_ojpeg.c265 uint32 image_length; member
1059 sp->image_length=tif->tif_dir.td_imagelength; in OJPEGReadHeaderInfo()
1064 …sp->strile_length_total=((sp->image_length+sp->strile_length-1)/sp->strile_length)*sp->strile_leng… in OJPEGReadHeaderInfo()
1070 sp->strile_length_total=sp->image_length; in OJPEGReadHeaderInfo()
1094 if (sp->strile_length<sp->image_length) in OJPEGReadHeaderInfo()
1618 if (((uint32)p<sp->image_length) && ((uint32)p<sp->strile_length_total)) in OJPEGReadHeaderInfoSecStreamSof()