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

/external/chromium_org/third_party/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/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/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
H A Dtest_interface.cc191 PP_ImageDataFormat image_format = PPBImageData()->GetNativeImageDataFormat(); local
192 uint32_t formatted_pixel_color = FormatColor(image_format, pixel_color);
194 pp_instance(), image_format, &size, PP_TRUE /*init_to_zero*/);
/external/chromium_org/ppapi/tests/
H A Dtest_fullscreen.cc213 PP_ImageDataFormat image_format = pp::ImageData::GetNativeImageDataFormat(); local
214 painted_color_ = FormatColor(image_format, color);
219 pp::ImageData image(instance_, image_format, size, false);
235 PP_ImageDataFormat image_format = pp::ImageData::GetNativeImageDataFormat(); local
236 pp::ImageData readback(instance_, image_format, painted_size_, false);
/external/srec/srec/ca/
H A Dsyn_srec.c95 asr_int32_t image_format; member in struct:__anon31086
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttsbit.c960 FT_UInt start, end, index_format, image_format; local
990 image_format = FT_NEXT_USHORT( p );
1124 image_format, glyph_index ));
1128 image_format,
H A Dttsbit0.c802 FT_UInt start, end, index_format, image_format; local
832 image_format = FT_NEXT_USHORT( p );
970 image_format,
/external/freetype/src/sfnt/
H A Dttsbit.c1063 FT_UInt start, end, index_format, image_format; local
1093 image_format = FT_NEXT_USHORT( p );
1223 image_format, glyph_index ));
1226 image_format,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttsbit.c960 FT_UInt start, end, index_format, image_format; local
990 image_format = FT_NEXT_USHORT( p );
1124 image_format, glyph_index ));
1128 image_format,
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dtttypes.h488 /* image_format :: The format of `EBDT' image data. */
514 FT_UShort image_format; member in struct:TT_SBit_RangeRec_
/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/core/include/thirdparties/freetype/freetype/internal/
H A Dtttypes.h488 /* image_format :: The format of `EBDT' image data. */
514 FT_UShort image_format; member in struct:TT_SBit_RangeRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dtttypes.h488 /* image_format :: The format of `EBDT' image data. */
514 FT_UShort image_format; member in struct:TT_SBit_RangeRec_
/external/srec/srec/crec/
H A Dsrec_context.c3569 PLogError("FST_LoadContextFromImage() failed on image_format\n");
3590 asr_int32_t image_format; member in struct:__anon31090

Completed in 1683 milliseconds