HomeSort by relevance Sort by last modified time
    Searched refs:dest_format (Results 1 - 20 of 20) sorted by null

  /external/pixman/test/
check-formats.c 7 pixman_format_code_t dest_format)
18 pixel_checker_init (&dest_checker, dest_format);
30 di = pixman_image_create_bits (dest_format, 1, 1, &d, 4);
61 d <<= 32 - PIXMAN_FORMAT_BPP (dest_format);
68 d >>= (32 - PIXMAN_FORMAT_BPP (dest_format));
75 printf ("dest: %-12s pixel: %08x\n", format_name (dest_format), orig_d);
76 printf ("got: %-12s pixel: %08x\n", format_name (dest_format), d);
pixel-test.c 36 pixman_format_code_t dest_format; member in struct:pixel_combination_t
172 pixel_checker_init (&dest_checker, combination->dest_format);
184 combination->dest_format, size, size, NULL, -1);
205 printf (" dest format: %s\n", format_name (combination->dest_format));
  /external/pixman/pixman/
pixman-implementation.c 81 pixman_format_code_t dest_format,
105 info->dest_format == dest_format &&
130 ((info->dest_format == dest_format) ||
131 (info->dest_format == PIXMAN_any)) &&
176 cache->cache[0].fast_path.dest_format = dest_format;
pixman-glyph.c 409 pixman_format_code_t dest_format; local
419 dest_format = dest->common.extended_format_code;
471 dest_format, dest_flags, local
508 pixman_format_code_t dest_format; local
518 dest_format = dest->common.extended_format_code;
580 dest_format, dest_flags, local
pixman.c 583 pixman_format_code_t src_format, mask_format, dest_format; local
611 dest_format = dest->common.extended_format_code;
687 dest_format, info.dest_flags, local
    [all...]
pixman-private.h 470 pixman_format_code_t dest_format; member in struct:__anon33450
508 pixman_format_code_t dest_format,
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_convert.cpp     [all...]
dib_int.h 59 CStretchEngine(IFX_ScanlineComposer* pDestBitmap, FXDIB_Format dest_format,
fx_dib_composite.cpp     [all...]
fx_dib_engine.cpp 179 CStretchEngine::CStretchEngine(IFX_ScanlineComposer* pDestBitmap, FXDIB_Format dest_format,
184 m_DestFormat = dest_format;
185 m_DestBpp = dest_format & 0xff;
211 if (dest_format == FXDIB_Rgb32) {
    [all...]
fx_dib_main.cpp 12 FX_BOOL ConvertBuffer(FXDIB_Format dest_format, FX_LPBYTE dest_buf, int dest_pitch, int width, int height,
397 FXDIB_Format dest_format = GetFormat(); local
399 if (dest_format == src_format && pIccTransform == NULL) {
425 dest_format = FXDIB_8bppMask;
429 if(!ConvertBuffer(dest_format, dest_buf, m_Pitch, width, height, pSrcBitmap, src_left, src_top, d_plt, pIccTransform)) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_texture.c 928 enum pipe_format dest_format, src_format; local
967 dest_format = stImage->pt->format;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 928 enum pipe_format dest_format, src_format; local
967 dest_format = stImage->pt->format;
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_dib.h 419 FX_BOOL Init(FXDIB_Format dest_format, FXDIB_Format src_format, FX_INT32 width, FX_DWORD* pSrcPalette,
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 864 ColorConvertFormat dest_format; member in class:omx_vdec::allocate_color_convert_buf
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 889 ColorConvertFormat dest_format; member in class:omx_vdec::allocate_color_convert_buf
    [all...]
omx_vdec.h 987 ColorConvertFormat dest_format; member in class:omx_vdec::allocate_color_convert_buf
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp     [all...]

Completed in 341 milliseconds