HomeSort by relevance Sort by last modified time
    Searched refs:image_format (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/ppapi/tests/
test_fullscreen.cc 213 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/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table.cc 42 image_format());
114 image_format());
222 int32_t image_format,
229 image_format_(image_format),
263 image_format());
index_sub_table.h 51 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
index_sub_table_format1.cc 297 container()->image_format());
index_sub_table_format2.cc 270 container()->image_format());
index_sub_table_format3.cc 293 container()->image_format());
bitmap_size_table.cc 116 return subtable->image_format();
359 return subtable->image_format();
index_sub_table_format5.cc 342 container()->image_format());
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table.cc 42 image_format());
114 image_format());
222 int32_t image_format,
229 image_format_(image_format),
263 image_format());
index_sub_table.h 51 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
index_sub_table_format1.cc 297 container()->image_format());
index_sub_table_format2.cc 270 container()->image_format());
index_sub_table_format3.cc 293 container()->image_format());
bitmap_size_table.cc 116 return subtable->image_format();
359 return subtable->image_format();
  /hardware/intel/common/libva/test/putsurface/
putsurface_common.c 185 const VAImageFormat * const image_format = &va_image_formats[i]; local
186 if (image_format->fourcc == fourcc)
187 return image_format;
291 VAImageFormat image_format; local
292 image_format.fourcc = csc_dst_fourcc;
293 image_format.byte_order = VA_LSB_FIRST;
294 image_format.bits_per_pixel = 16;
296 va_status = vaCreateImage(va_dpy, &image_format,
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
test_interface.cc 191 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*/);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 123 int image_format; local
144 image_format = -1;
148 image_format = OMX_COLOR_FormatL8;
157 image_format = OMX_COLOR_FormatYUV420PackedPlanar;
160 image_format = OMX_COLOR_FormatYUV411Planar;
163 image_format = OMX_COLOR_FormatCbYCrY; /* YUV422 interleaved, little endian */
166 image_format = OMX_COLOR_FormatYUV444Interleaved;
169 return (image_format);
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttsbit.c 960 FT_UInt start, end, index_format, image_format; local
990 image_format = FT_NEXT_USHORT( p );
1124 image_format, glyph_index ));
1128 image_format,
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/
bitmap_table_test.cc 84 EXPECT_EQ(sub1->image_format(), STRIKE4_SUB1_IMAGE_FORMAT);
  /external/freetype/src/sfnt/
ttsbit.c 1063 FT_UInt start, end, index_format, image_format; local
1093 image_format = FT_NEXT_USHORT( p );
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttsbit.c 960 FT_UInt start, end, index_format, image_format; local
990 image_format = FT_NEXT_USHORT( p );
1124 image_format, glyph_index ));
1128 image_format,
    [all...]
  /external/sfntly/cpp/src/test/
bitmap_table_test.cc 84 EXPECT_EQ(sub1->image_format(), STRIKE4_SUB1_IMAGE_FORMAT);
  /external/srec/srec/ca/
syn_srec.c 95 asr_int32_t image_format; member in struct:__anon35690
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 488 /* image_format :: The format of `EBDT' image data. */
514 FT_UShort image_format; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/freetype/include/internal/
tttypes.h 557 /* image_format :: The format of `EBDT' image data. */
583 FT_UShort image_format; member in struct:TT_SBit_RangeRec_
    [all...]

Completed in 2096 milliseconds

1 2