Home
last modified time | relevance | path

Searched refs:image_length (Results 1 – 12 of 12) 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/arm-trusted-firmware/tools/stm32image/
Dstm32image.c35 uint32_t image_length; member
94 (unsigned long)__le32_to_cpu(stm32hdr->image_length)); in stm32image_print_header()
116 stm32hdr->image_length = __cpu_to_le32((uint32_t)sbuf->st_size - in stm32image_set_header()
/external/arm-trusted-firmware/drivers/st/io/
Dio_stm32image.c206 (header->image_length >= stm32image_dev.device_size)) { in stm32image_partition_size()
234 if (header->image_length < stm32image_dev.lba_size) { in stm32image_partition_size()
237 *length = header->image_length; in stm32image_partition_size()
/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.4/
Dhidl.h46 const char *file_name, const u8 *image, u32 image_length);
165 const u8 *image, u32 image_length) in wpas_hidl_notify_hs20_icon_query_done() argument
Dhidl.cpp214 const u8 *image, u32 image_length) in wpas_hidl_notify_hs20_icon_query_done() argument
230 wpa_s, bssid, file_name, image, image_length); in wpas_hidl_notify_hs20_icon_query_done()
Dhidl_manager.h100 const char *file_name, const u8 *image, u32 image_length);
Dhidl_manager.cpp886 const u8 *image, u32 image_length) in notifyHs20IconQueryDone() argument
900 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.h172 u32 image_length);
Dnotify.c991 u32 image_length) in wpas_notify_hs20_icon_query_done() argument
998 image_length); in wpas_notify_hs20_icon_query_done()
/external/pdfium/third_party/libtiff/
Dtif_ojpeg.c264 uint32 image_length; member
1095 sp->image_length=tif->tif_dir.td_imagelength; in OJPEGReadHeaderInfo()
1100 …sp->strile_length_total=((sp->image_length+sp->strile_length-1)/sp->strile_length)*sp->strile_leng… in OJPEGReadHeaderInfo()
1106 sp->strile_length_total=sp->image_length; in OJPEGReadHeaderInfo()
1130 if (sp->strile_length<sp->image_length) in OJPEGReadHeaderInfo()
1669 if (((uint32)p<sp->image_length) && ((uint32)p<sp->strile_length_total)) in OJPEGReadHeaderInfoSecStreamSof()