Searched refs:image_format (Results 1 - 18 of 18) sorted by relevance

/external/autotest/client/cros/video/
H A Dscreenshot_file_namer.py30 def __init__(self, image_format):
31 self._image_format = image_format
35 def image_format(self): member in class:ScreenShotFileNamer
64 return filename + '.' + self.image_format
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table.cc42 image_format());
114 image_format());
222 int32_t image_format,
229 image_format_(image_format),
263 image_format());
221 Builder(int32_t index_format, int32_t image_format, int32_t image_data_offset, int32_t data_size) argument
H A Dindex_sub_table.h51 int32_t image_format() { return image_format_; } function in class:sfntly::IndexSubTable::Builder
102 int32_t image_format,
134 int32_t image_format() { return image_format_; } function in class:sfntly::IndexSubTable
H A Dindex_sub_table_format1.cc297 container()->image_format());
H A Dindex_sub_table_format2.cc270 container()->image_format());
H A Dindex_sub_table_format3.cc293 container()->image_format());
H A Dbitmap_size_table.cc116 return subtable->image_format();
359 return subtable->image_format();
H A Dindex_sub_table_format5.cc342 container()->image_format());
H A Dindex_sub_table_format4.cc379 container()->image_format());
/external/autotest/client/cros/chameleon/
H A Dchameleon_video_capturer.py124 def write_images(self, frame_indices, dest_dir, image_format):
130 @param image_format: string, format to save the image as. e.g; PNG
140 path = os.path.join(dest_dir, str(i) + '.' + image_format)
/external/harfbuzz_ng/src/
H A Dhb-ot-font.cc267 unsigned int image_offset = 0, image_length = 0, image_format = 0; local
268 if (!subtable_record->get_image_data (glyph, &image_offset, &image_length, &image_format))
277 switch (image_format)
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttsbit.c1091 FT_UInt start, end, index_format, image_format; local
1121 image_format = FT_NEXT_USHORT( p );
1252 image_format, glyph_index ));
1255 image_format,
/external/sfntly/cpp/src/test/
H A Dbitmap_table_test.cc84 EXPECT_EQ(sub1->image_format(), STRIKE4_SUB1_IMAGE_FORMAT);
/external/freetype/include/freetype/internal/
H A Dtttypes.h593 /* image_format :: The format of `EBDT' image data. */
619 FT_UShort image_format; member in struct:TT_SBit_RangeRec_
/external/freetype/src/sfnt/
H A Dttsbit.c1251 FT_UInt start, end, index_format, image_format; local
1292 image_format = FT_NEXT_USHORT( p );
1423 image_format, glyph_index ));
1426 image_format,
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dtttypes.h557 /* image_format :: The format of `EBDT' image data. */
583 FT_UShort image_format; member in struct:TT_SBit_RangeRec_
/external/libpng/contrib/libtests/
H A Dpngstest.c2982 png_uint_32 image_format; local
2985 image_format = image->image.format;
2992 format_names[image_format & FORMAT_MASK],
3012 (image_format & PNG_FORMAT_FLAG_COLORMAP) != 0)
3013 format = (image_format & ~BASE_FORMATS) | (format & BASE_FORMATS);
3016 format = image_format;
/external/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc407 builder4->set_image_format(b->image_format());
460 new_builder->set_image_format(b->image_format());

Completed in 1416 milliseconds