/external/pixman/pixman/ |
pixman-mips-dspr2.h | 67 int bpp = PIXMAN_FORMAT_BPP (dest_image->bits.format) / 8; \ 71 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 107 imp, src_image, dest_image->bits.format); \ 112 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 146 imp, src_image, dest_image->bits.format); \ 151 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 188 imp, mask_image, dest_image->bits.format); \ 193 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 230 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \
|
pixman-fast-path.c | 122 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 171 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 175 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint8_t, dst_stride, dst_line, 1); 240 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint8_t, dst_stride, dst_line, 1); 275 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 281 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 323 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 328 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 369 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 375 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1) [all...] |
pixman.c | 231 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->common.alpha_map->height) [all...] |
pixman-arm-common.h | 75 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 102 imp, src_image, dest_image->bits.format); \ 107 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 139 imp, src_image, dest_image->bits.format); \ 144 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 178 imp, mask_image, dest_image->bits.format); \ 183 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 218 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \
|
pixman-mmx.c | [all...] |
pixman-general.c | 125 (dest_image->common.flags & FAST_PATH_NARROW_FORMAT)) 185 imp->toplevel, &dest_iter, dest_image, dest_x, dest_y, width, height,
|
pixman-sse2.c | [all...] |
pixman-private.h | 390 pixman_image_t * dest_image; member in struct:__anon24431 409 MAYBE_UNUSED pixman_image_t * dest_image = info->dest_image; \ 638 pixman_image_t * dest_image, [all...] |
pixman-glyph.c | 434 info.dest_image = dest; 522 info.dest_image = dest;
|
pixman-inlines.h | 441 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type_t, dst_stride, dst_line, 1); \ 445 solid_mask = _pixman_image_get_solid (imp, mask_image, dest_image->bits.format); \ 854 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type_t, dst_stride, dst_line, 1); \ 857 solid_mask = _pixman_image_get_solid (imp, mask_image, dest_image->bits.format); \ [all...] |
pixman.h | [all...] |
/external/chromium_org/content/renderer/pepper/ |
pepper_graphics_2d_host.cc | 102 PPB_ImageData_Impl* dest_image, const SkRect& dest_rect) { 105 DCHECK(src_image->format() != dest_image->format()); 107 DCHECK(PPB_ImageData_Impl::IsImageDataFormatSupported(dest_image->format())); 110 const SkBitmap* dest_bitmap = dest_image->GetMappedBitmap(); 112 dest_rect.width() == dest_image->width()) {
|
/external/pixman/test/ |
lowlevel-blt-bench.c | 114 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; [all...] |