Searched defs:image_format (Results 1 - 7 of 7) sorted by relevance

/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
/external/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/pdfium/third_party/freetype/src/sfnt/
H A Dttsbit.c1085 FT_UInt start, end, index_format, image_format; local
1115 image_format = FT_NEXT_USHORT( p );
1246 image_format, glyph_index ));
1249 image_format,
/external/freetype/include/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.c3098 png_uint_32 image_format; local
3101 image_format = image->image.format;
3108 format_names[image_format & FORMAT_MASK],
3128 (image_format & PNG_FORMAT_FLAG_COLORMAP) != 0)
3129 format = (image_format & ~BASE_FORMATS) | (format & BASE_FORMATS);
3132 format = image_format;
/external/pdfium/third_party/freetype/include/internal/
H A Dtttypes.h557 /* image_format :: The format of `EBDT' image data. */
583 FT_UShort image_format; member in struct:TT_SBit_RangeRec_

Completed in 208 milliseconds