Searched defs:dest_image (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jbig.cpp53 CJBig2_Image* dest_image = NULL; local
67 ret = pContext->getFirstPage(&dest_image, NULL);
72 width = (FX_DWORD)dest_image->m_nWidth;
73 height = (FX_DWORD)dest_image->m_nHeight;
74 pitch = (FX_DWORD)dest_image->m_nStride;
75 dest_buf = dest_image->m_pData;
76 dest_image->m_bNeedFree = FALSE;
77 delete dest_image;
/external/pixman/test/
H A Dlowlevel-blt-bench.c114 info->src_image, info->mask_image, info->dest_image,
131 info->src_image, info->mask_image, info->dest_image,
140 pixman_image_t * dest_image,
155 info.dest_image = dest_image;
136 call_func(pixman_composite_func_t func, pixman_op_t op, pixman_image_t * src_image, pixman_image_t * mask_image, pixman_image_t * dest_image, int32_t src_x, int32_t src_y, int32_t mask_x, int32_t mask_y, int32_t dest_x, int32_t dest_y, int32_t width, int32_t height) argument
/external/chromium_org/content/renderer/pepper/
H A Dpepper_graphics_2d_host.cc106 PPB_ImageData_Impl* dest_image,
110 DCHECK(src_image->format() != dest_image->format());
112 DCHECK(PPB_ImageData_Impl::IsImageDataFormatSupported(dest_image->format()));
115 const SkBitmap* dest_bitmap = dest_image->GetMappedBitmap();
117 dest_rect.width() == dest_image->width()) {
104 ConvertImageData(PPB_ImageData_Impl* src_image, const SkIRect& src_rect, PPB_ImageData_Impl* dest_image, const SkRect& dest_rect) argument
/external/pixman/pixman/
H A Dpixman.c231 pixman_image_t * dest_image,
248 region->extents.x2 = MIN (region->extents.x2, dest_image->bits.width);
249 region->extents.y2 = MIN (region->extents.y2, dest_image->bits.height);
264 if (dest_image->common.have_clip_region)
266 if (!clip_general_image (region, &dest_image->common.clip_region, 0, 0))
270 if (dest_image->common.alpha_map)
273 dest_image->common.alpha_origin_x,
274 dest_image->common.alpha_origin_y,
275 dest_image->common.alpha_map->width,
276 dest_image
228 _pixman_compute_composite_region32(pixman_region32_t * region, pixman_image_t * src_image, pixman_image_t * mask_image, pixman_image_t * dest_image, int32_t src_x, int32_t src_y, int32_t mask_x, int32_t mask_y, int32_t dest_x, int32_t dest_y, int32_t width, int32_t height) argument
1104 pixman_compute_composite_region(pixman_region16_t * region, pixman_image_t * src_image, pixman_image_t * mask_image, pixman_image_t * dest_image, int16_t src_x, int16_t src_y, int16_t mask_x, int16_t mask_y, int16_t dest_x, int16_t dest_y, uint16_t width, uint16_t height) argument
[all...]
H A Dpixman-private.h390 pixman_image_t * dest_image; member in struct:__anon28845
409 MAYBE_UNUSED pixman_image_t * dest_image = info->dest_image; \
638 pixman_image_t * dest_image,

Completed in 2184 milliseconds