Searched refs:dest_format (Results 1 - 15 of 15) sorted by relevance

/external/pixman/test/
H A Dcheck-formats.c7 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);
5 check_op(pixman_op_t op, pixman_format_code_t src_format, pixman_format_code_t dest_format) argument
H A Dpixel-test.c36 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/
H A Dpixman-implementation.c81 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;
75 _pixman_implementation_lookup_composite(pixman_implementation_t *toplevel, pixman_op_t op, pixman_format_code_t src_format, uint32_t src_flags, pixman_format_code_t mask_format, uint32_t mask_flags, pixman_format_code_t dest_format, uint32_t dest_flags, pixman_implementation_t **out_imp, pixman_composite_func_t *out_func) argument
H A Dpixman-glyph.c409 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
H A Dpixman.c583 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
H A Dpixman-private.h470 pixman_format_code_t dest_format; member in struct:__anon28846
508 pixman_format_code_t dest_format,
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_convert.cpp841 FX_BOOL ConvertBuffer(FXDIB_Format dest_format, FX_LPBYTE dest_buf, int dest_pitch, int width, int height, argument
848 switch (dest_format) {
892 return _ConvertBuffer_1bppPlt2Rgb(dest_format, dest_buf, dest_pitch, width, height, pSrcBitmap, src_left, src_top, pIccTransform);
894 return _ConvertBuffer_1bppMask2Rgb(dest_format, dest_buf, dest_pitch, width, height, pSrcBitmap, src_left, src_top);
897 return _ConvertBuffer_8bppPlt2Rgb(dest_format, dest_buf, dest_pitch, width, height, pSrcBitmap, src_left, src_top, pIccTransform);
899 return _ConvertBuffer_8bppMask2Rgb(dest_format, dest_buf, dest_pitch, width, height, pSrcBitmap, src_left, src_top);
911 return _ConvertBuffer_1bppPlt2Rgb(dest_format, dest_buf, dest_pitch, width, height, pSrcBitmap, src_left, src_top, pIccTransform);
913 return _ConvertBuffer_1bppMask2Rgb(dest_format, dest_buf, dest_pitch, width, height, pSrcBitmap, src_left, src_top);
916 return _ConvertBuffer_8bppPlt2Rgb(dest_format, dest_buf, dest_pitch, width, height, pSrcBitmap, src_left, src_top, pIccTransform);
918 return _ConvertBuffer_8bppMask2Rgb(dest_format, dest_bu
932 CloneConvert(FXDIB_Format dest_format, const FX_RECT* pClip, void* pIccTransform) const argument
998 ConvertFormat(FXDIB_Format dest_format, void* pIccTransform) argument
[all...]
H A Ddib_int.h59 CStretchEngine(IFX_ScanlineComposer* pDestBitmap, FXDIB_Format dest_format,
H A Dfx_dib_composite.cpp3535 inline FX_BOOL _ScanlineCompositor_InitSourceMask(FXDIB_Format dest_format, int alpha_flag, FX_DWORD mask_color, int& mask_alpha, argument
3552 if (dest_format == FXDIB_8bppMask) {
3555 if ((dest_format & 0xff) == 8) {
3560 mask_red = dest_format & 0x0400 ? FX_CCOLOR(gray_p[0]) : gray_p[0];
3570 if (dest_format & 0x0400) {
3592 inline void _ScanlineCompositor_InitSourcePalette(FXDIB_Format src_format, FXDIB_Format dest_format, argument
3598 FX_BOOL isDstCmyk = dest_format & 0x0400 ? TRUE : FALSE;
3602 if ((dest_format & 0xff) == 8) {
3640 if ((dest_format & 0xff) == 8) {
3658 if ((dest_format
3756 Init(FXDIB_Format dest_format, FXDIB_Format src_format, FX_INT32 width, FX_DWORD* pSrcPalette, FX_DWORD mask_color, int blend_type, FX_BOOL bClip, FX_BOOL bRgbByteOrder, int alpha_flag, void* pIccTransform) argument
[all...]
H A Dfx_dib_engine.cpp179 CStretchEngine::CStretchEngine(IFX_ScanlineComposer* pDestBitmap, FXDIB_Format dest_format, argument
184 m_DestFormat = dest_format;
185 m_DestBpp = dest_format & 0xff;
211 if (dest_format == FXDIB_Rgb32) {
H A Dfx_dib_main.cpp12 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)) {
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_texture.c928 enum pipe_format dest_format, src_format; local
967 dest_format = stImage->pt->format;
996 src_format == dest_format &&
1043 !screen->is_format_supported(screen, dest_format,
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c928 enum pipe_format dest_format, src_format; local
967 dest_format = stImage->pt->format;
996 src_format == dest_format &&
1043 !screen->is_format_supported(screen, dest_format,
/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_driver.cpp1295 FXDIB_Format dest_format = pBitmap->GetFormat();
1299 if (dest_format == src_format) {
1323 if (dest_format == FXDIB_Rgb) {
1338 } else if (dest_format == FXDIB_Argb || dest_format == FXDIB_Rgb32) {
1358 ASSERT(dest_format == FXDIB_Argb);
/external/pdfium/core/include/fxge/
H A Dfx_dib.h419 FX_BOOL Init(FXDIB_Format dest_format, FXDIB_Format src_format, FX_INT32 width, FX_DWORD* pSrcPalette,

Completed in 3751 milliseconds