HomeSort by relevance Sort by last modified time
    Searched full:srcinfo (Results 1 - 25 of 45) sorted by null

1 2

  /external/skia/src/core/
SkConfig8888.cpp 143 const SkImageInfo& srcInfo) {
147 const int w = srcInfo.width();
148 const int h = srcInfo.height();
149 const bool isBGRA = (kBGRA_8888_SkColorType == srcInfo.colorType());
171 const SkImageInfo& srcInfo, const void* srcPixels, size_t srcRB,
173 if (srcInfo.dimensions() != dstInfo.dimensions()) {
177 const int width = srcInfo.width();
178 const int height = srcInfo.height();
181 if ((srcInfo == dstInfo) && !ctable) {
182 size_t bytes = width * srcInfo.bytesPerPixel()
    [all...]
SkConfig8888.h 21 const SkImageInfo& srcInfo, const void* srcPixels, size_t srcRowBytes,
SkBitmapDevice.cpp 161 bool SkBitmapDevice::onWritePixels(const SkImageInfo& srcInfo, const void* srcPixels,
168 const SkImageInfo dstInfo = fBitmap.info().makeWH(srcInfo.width(), srcInfo.height());
173 if (SkPixelInfo::CopyPixels(dstInfo, dstPixels, dstRowBytes, srcInfo, srcPixels, srcRowBytes)) {
SkPixmap.cpp 106 const SkImageInfo srcInfo = this->info().makeWH(dstInfo.width(), dstInfo.height());
109 srcInfo, srcPixels, this->rowBytes(), this->ctable());
SkDevice.cpp 229 const SkImageInfo& srcInfo = this->imageInfo();
230 SkASSERT(x + info.width() <= srcInfo.width());
231 SkASSERT(y + info.height() <= srcInfo.height());
  /external/libjpeg-turbo/
transupp.c 91 do_crop (j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
111 dst_buffer = (*srcinfo->mem->access_virt_barray)
112 ((j_common_ptr) srcinfo, dst_coef_arrays[ci], dst_blk_y,
114 src_buffer = (*srcinfo->mem->access_virt_barray)
115 ((j_common_ptr) srcinfo, src_coef_arrays[ci],
129 do_flip_h_no_crop (j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
148 MCU_cols = srcinfo->output_width /
157 buffer = (*srcinfo->mem->access_virt_barray)
158 ((j_common_ptr) srcinfo, src_coef_arrays[ci], blk_y,
196 do_flip_h (j_decompress_ptr srcinfo, j_compress_ptr dstinfo
    [all...]
jctrans.c 66 jpeg_copy_critical_parameters (j_decompress_ptr srcinfo,
78 dstinfo->image_width = srcinfo->image_width;
79 dstinfo->image_height = srcinfo->image_height;
80 dstinfo->input_components = srcinfo->num_components;
81 dstinfo->in_color_space = srcinfo->jpeg_color_space;
83 dstinfo->jpeg_width = srcinfo->output_width;
84 dstinfo->jpeg_height = srcinfo->output_height;
85 dstinfo->min_DCT_h_scaled_size = srcinfo->min_DCT_h_scaled_size;
86 dstinfo->min_DCT_v_scaled_size = srcinfo->min_DCT_v_scaled_size;
93 jpeg_set_colorspace(dstinfo, srcinfo->jpeg_color_space)
    [all...]
jpegtran.c 374 struct jpeg_decompress_struct srcinfo; local
398 srcinfo.err = jpeg_std_error(&jsrcerr);
399 jpeg_create_decompress(&srcinfo);
414 srcinfo.mem->max_memory_to_use = dstinfo.mem->max_memory_to_use;
456 jpeg_stdio_src(&srcinfo, fp);
459 jcopy_markers_setup(&srcinfo, copyoption);
462 (void) jpeg_read_header(&srcinfo, TRUE);
470 if (!jtransform_request_workspace(&srcinfo, &transformoption)) {
477 src_coef_arrays = jpeg_read_coefficients(&srcinfo);
480 jpeg_copy_critical_parameters(&srcinfo, &dstinfo)
    [all...]
transupp.h 162 (j_decompress_ptr srcinfo, jpeg_transform_info *info);
165 (j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
169 (j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
202 (j_decompress_ptr srcinfo, JCOPY_OPTION option);
205 (j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
  /external/opencv3/3rdparty/libjpeg/
jctrans.c 64 jpeg_copy_critical_parameters (j_decompress_ptr srcinfo,
76 dstinfo->image_width = srcinfo->image_width;
77 dstinfo->image_height = srcinfo->image_height;
78 dstinfo->input_components = srcinfo->num_components;
79 dstinfo->in_color_space = srcinfo->jpeg_color_space;
80 dstinfo->jpeg_width = srcinfo->output_width;
81 dstinfo->jpeg_height = srcinfo->output_height;
82 dstinfo->min_DCT_h_scaled_size = srcinfo->min_DCT_h_scaled_size;
83 dstinfo->min_DCT_v_scaled_size = srcinfo->min_DCT_v_scaled_size;
91 dstinfo->color_transform = srcinfo->color_transform
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9tex.h 110 const RECT *srcrect, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo);
113 const RECT *srcrect, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo);
118 const RECT *srcrect, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo);
121 const RECT *srcrect, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo);
126 const RECT *srcrect, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo);
151 const D3DBOX *srcbox, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo);
154 const D3DBOX *srcbox, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo);
159 const D3DBOX *srcbox, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo);
162 const D3DBOX *srcbox, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo);
167 const D3DBOX *srcbox, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo);
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jctrans.c 63 jpeg_copy_critical_parameters (j_decompress_ptr srcinfo,
75 dstinfo->image_width = srcinfo->image_width;
76 dstinfo->image_height = srcinfo->image_height;
77 dstinfo->input_components = srcinfo->num_components;
78 dstinfo->in_color_space = srcinfo->jpeg_color_space;
84 jpeg_set_colorspace(dstinfo, srcinfo->jpeg_color_space);
85 dstinfo->data_precision = srcinfo->data_precision;
86 dstinfo->CCIR601_sampling = srcinfo->CCIR601_sampling;
89 if (srcinfo->quant_tbl_ptrs[tblno] != NULL) {
94 srcinfo->quant_tbl_ptrs[tblno]->quantval
    [all...]
transupp.h 102 JPP((j_decompress_ptr srcinfo, jpeg_transform_info *info));
105 JPP((j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
110 JPP((j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
131 JPP((j_decompress_ptr srcinfo, JCOPY_OPTION option));
134 JPP((j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
  /external/skia/src/codec/
SkBmpMaskCodec.h 25 * @param srcInfo contains the source width and height
31 SkBmpMaskCodec(const SkImageInfo& srcInfo, SkStream* stream,
SkMaskSwizzler.h 29 const SkImageInfo& srcInfo,
SkBmpRLECodec.h 26 * @param srcInfo contains the source width and height
38 SkBmpRLECodec(const SkImageInfo& srcInfo, SkStream* stream,
SkBmpStandardCodec.h 27 * @param srcInfo contains the source width and height
40 SkBmpStandardCodec(const SkImageInfo& srcInfo, SkStream* stream,
SkJpegCodec.h 88 * @param srcInfo contains the source width and height
93 SkJpegCodec(const SkImageInfo& srcInfo, SkStream* stream, JpegDecoderMgr* decoderMgr);
SkIcoCodec.h 74 SkIcoCodec(const SkImageInfo& srcInfo, SkTArray<SkAutoTDelete<SkCodec>, true>* embeddedCodecs);
SkMaskSwizzler.cpp 229 const SkImageInfo& srcInfo, SkMasks* masks, uint32_t bitsPerPixel,
238 if (kOpaque_SkAlphaType == srcInfo.alphaType()) {
263 if (kOpaque_SkAlphaType == srcInfo.alphaType()) {
288 if (kOpaque_SkAlphaType == srcInfo.alphaType()) {
SkGifCodec.h 184 * @param srcInfo contains the source width and height
191 SkGifCodec(const SkImageInfo& srcInfo, SkStream* stream, GifFileType* gif, uint32_t transIndex,
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
CopyJob.java 234 DocumentInfo srcInfo;
237 srcInfo = mSrcs.get(i);
240 "Copying " + srcInfo.displayName + " (" + srcInfo.derivedUri + ")"
244 if (dstInfo.equals(srcInfo) || isDescendentOf(srcInfo, dstInfo)) {
245 Log.e(TAG, "Skipping recursive copy of " + srcInfo.derivedUri);
246 onFileFailed(srcInfo);
248 processDocument(srcInfo, null, dstInfo);
251 Log.e(TAG, "Failed to copy " + srcInfo.derivedUri, e)
    [all...]
  /external/javassist/src/main/javassist/bytecode/
AttributeInfo.java 173 byte[] srcInfo = info;
176 newInfo[i] = srcInfo[i];
  /external/llvm/lib/Target/X86/
X86InstrAVX512.td     [all...]
  /external/javassist/src/main/javassist/
CtBehavior.java 44 MethodInfo srcInfo = src.methodInfo;
65 // a stack map table is copied from srcInfo.
66 methodInfo = new MethodInfo(cp, srcInfo.getName(), srcInfo, map);
415 static void setBody0(CtClass srcClass, MethodInfo srcInfo,
425 CodeAttribute cattr = srcInfo.getCodeAttribute();
    [all...]

Completed in 450 milliseconds

1 2