HomeSort by relevance Sort by last modified time
    Searched defs:image_format (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ppapi/tests/
test_fullscreen.cc 216 PP_ImageDataFormat image_format = pp::ImageData::GetNativeImageDataFormat(); local
217 painted_color_ = FormatColor(image_format, color);
222 pp::ImageData image(instance_, image_format, size, false);
238 PP_ImageDataFormat image_format = pp::ImageData::GetNativeImageDataFormat(); local
239 pp::ImageData readback(instance_, image_format, painted_size_, false);
  /external/sfntly/cpp/src/sfntly/table/bitmap/
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
  /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*/);
  /external/srec/srec/ca/
syn_srec.c 95 asr_int32_t image_format; member in struct:__anon28266
  /external/chromium_org/third_party/freetype/src/sfnt/
ttsbit0.c 802 FT_UInt start, end, index_format, image_format; local
832 image_format = FT_NEXT_USHORT( p );
970 image_format,
  /external/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...]
  /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/include/freetype/internal/
tttypes.h 595 FT_UShort image_format; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/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/srec/srec/crec/
srec_context.c 3589 asr_int32_t image_format; member in struct:__anon28270
    [all...]

Completed in 806 milliseconds