Searched defs:img (Results 276 - 299 of 299) sorted by relevance

<<1112

/external/pixman/test/
H A Dutils.c142 pixman_image_t *img,
146 pixman_format_code_t fmt = pixman_image_get_format (img);
147 uint32_t *data = pixman_image_get_data (img);
148 int stride = pixman_image_get_stride (img);
149 int height = pixman_image_get_height (img);
218 image_endian_swap (img);
225 pixman_image_t *img)
227 if (img->common.alpha_map)
229 crc32 = compute_crc32_for_image_internal (crc32, img, TRUE, FALSE);
231 crc32, (pixman_image_t *)img
141 compute_crc32_for_image_internal(uint32_t crc32, pixman_image_t *img, pixman_bool_t remove_alpha, pixman_bool_t remove_rgb) argument
224 compute_crc32_for_image(uint32_t crc32, pixman_image_t *img) argument
244 image_endian_swap(pixman_image_t *img) argument
[all...]
/external/qemu/tcg/
H A Dtcg.c2758 struct ElfImage *img; local
2778 .e_shnum = ARRAY_SIZE(img->shdr),
2779 .e_shstrndx = ARRAY_SIZE(img->shdr) - 1,
2809 .sh_size = sizeof(img->da),
2818 .sh_size = sizeof(img->sym),
2820 .sh_link = ARRAY_SIZE(img->shdr) - 1,
2826 .sh_size = sizeof(img->str),
2869 img = g_malloc(img_size);
2870 *img = img_template;
2871 memcpy(img
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c142 static Bool is_elf_object_file_by_DiImage( DiImage* img, Bool rel_ok ) argument
148 if (!ML_(img_valid)(img, 0, sizeof(ehdr)))
151 ML_(img_get)(&ehdr, img, 0, sizeof(ehdr));
399 ML_(img_get_UChar)(escn_strtab->img, sym_name_ioff) == '\0') {
401 HChar* sym_name = ML_(img_strdup)(escn_strtab->img,
427 HChar* sym_name = ML_(img_strdup)(escn_strtab->img,
441 HChar* sym_name = ML_(img_strdup)(escn_strtab->img,
456 HChar* sym_name = ML_(img_strdup)(escn_strtab->img,
468 HChar* sym_name = ML_(img_strdup)(escn_strtab->img,
494 HChar* sym_name = ML_(img_strdup)(escn_strtab->img,
780 DiImage* img; member in struct:__anon32478
1011 find_buildid(DiImage* img, Bool rel_ok, Bool search_shdrs) argument
1341 file_offset_from_svma( Bool* ok, Addr svma, DiImage* img, DiOffT phdr_ioff, Word phdr_nent, Word phdr_ent_szB ) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c102 int read_frame(struct VpxInputContext *input_ctx, vpx_image_t *img) { argument
108 if (y4m_input_fetch_frame(y4m, f, img) < 1)
111 shortread = read_yuv_frame(input_ctx, img);
763 struct vpx_image *img; member in struct:stream_state
1489 struct vpx_image *img,
1504 if (img) {
1505 if ((img->fmt & VPX_IMG_FMT_HIGHBITDEPTH) &&
1506 (img->d_w != cfg->g_w || img->d_h != cfg->g_h)) {
1507 if (img
1487 encode_frame(struct stream_state *stream, struct VpxEncoderConfig *global, struct vpx_image *img, unsigned int frames_in) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texfilter.c160 const struct gl_texture_image *img,
164 const struct swrast_texture_image *swImg = swrast_texture_image_const(img);
289 const struct gl_texture_image *img,
292 const struct swrast_texture_image *swImg = swrast_texture_image_const(img);
508 const struct gl_texture_image *img = texObj->Image[0][level]; local
509 const GLint width = img->Width;
510 const GLint height = img->Height;
511 const GLint depth = img->Depth;
520 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]);
525 *i = nearest_texel_location(samp->WrapS, img, widt
159 linear_texel_locations(GLenum wrapMode, const struct gl_texture_image *img, GLint size, GLfloat s, GLint *i0, GLint *i1, GLfloat *weight) argument
288 nearest_texel_location(GLenum wrapMode, const struct gl_texture_image *img, GLint size, GLfloat s) argument
558 const struct gl_texture_image *img = texObj->Image[0][level]; local
770 get_border_color(const struct gl_sampler_object *samp, const struct gl_texture_image *img, GLfloat rgba[4]) argument
847 sample_1d_nearest(struct gl_context *ctx, const struct gl_sampler_object *samp, const struct gl_texture_image *img, const GLfloat texcoord[4], GLfloat rgba[4]) argument
872 sample_1d_linear(struct gl_context *ctx, const struct gl_sampler_object *samp, const struct gl_texture_image *img, const GLfloat texcoord[4], GLfloat rgba[4]) argument
1113 sample_2d_nearest(struct gl_context *ctx, const struct gl_sampler_object *samp, const struct gl_texture_image *img, const GLfloat texcoord[4], GLfloat rgba[]) argument
1147 sample_2d_linear(struct gl_context *ctx, const struct gl_sampler_object *samp, const struct gl_texture_image *img, const GLfloat texcoord[4], GLfloat rgba[]) argument
1212 sample_2d_linear_repeat(struct gl_context *ctx, const struct gl_sampler_object *samp, const struct gl_texture_image *img, const GLfloat texcoord[4], GLfloat rgba[]) argument
1417 const struct gl_texture_image *img = tObj->Image[0][tObj->BaseLevel]; local
1462 const struct gl_texture_image *img = tObj->Image[0][tObj->BaseLevel]; local
1651 const struct gl_texture_image *img = tObj->Image[0][level]; local
1778 const struct gl_texture_image *img = tObj->Image[0][level]; local
2013 sample_3d_nearest(struct gl_context *ctx, const struct gl_sampler_object *samp, const struct gl_texture_image *img, const GLfloat texcoord[4], GLfloat rgba[4]) argument
2046 sample_3d_linear(struct gl_context *ctx, const struct gl_sampler_object *samp, const struct gl_texture_image *img, const GLfloat texcoord[4], GLfloat rgba[4]) argument
2677 const struct gl_texture_image *img = tObj->Image[0][0]; local
2712 const struct gl_texture_image *img = tObj->Image[0][0]; local
2818 sample_2d_array_nearest(struct gl_context *ctx, const struct gl_sampler_object *samp, const struct gl_texture_image *img, const GLfloat texcoord[4], GLfloat rgba[4]) argument
2852 sample_2d_array_linear(struct gl_context *ctx, const struct gl_sampler_object *samp, const struct gl_texture_image *img, const GLfloat texcoord[4], GLfloat rgba[4]) argument
3137 sample_1d_array_nearest(struct gl_context *ctx, const struct gl_sampler_object *samp, const struct gl_texture_image *img, const GLfloat texcoord[4], GLfloat rgba[4]) argument
3168 sample_1d_array_linear(struct gl_context *ctx, const struct gl_sampler_object *samp, const struct gl_texture_image *img, const GLfloat texcoord[4], GLfloat rgba[4]) argument
3544 const struct gl_texture_image *img = tObj->Image[0][level]; local
3749 const struct gl_texture_image *img = t->Image[0][t->BaseLevel]; local
[all...]
/external/libvpx/libvpx/
H A Dvpxenc.c97 int read_frame(struct VpxInputContext *input_ctx, vpx_image_t *img) { argument
103 if (y4m_input_fetch_frame(y4m, f, img) < 1)
106 shortread = read_yuv_frame(input_ctx, img);
633 struct vpx_image *img; member in struct:stream_state
1258 struct vpx_image *img,
1272 if (img && (img->d_w != cfg->g_w || img->d_h != cfg->g_h)) {
1273 if (!stream->img)
1274 stream->img
1256 encode_frame(struct stream_state *stream, struct VpxEncoderConfig *global, struct vpx_image *img, unsigned int frames_in) argument
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c160 const struct gl_texture_image *img,
164 const struct swrast_texture_image *swImg = swrast_texture_image_const(img);
289 const struct gl_texture_image *img,
292 const struct swrast_texture_image *swImg = swrast_texture_image_const(img);
508 const struct gl_texture_image *img = texObj->Image[0][level]; local
509 const GLint width = img->Width;
510 const GLint height = img->Height;
511 const GLint depth = img->Depth;
520 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]);
525 *i = nearest_texel_location(samp->WrapS, img, widt
159 linear_texel_locations(GLenum wrapMode, const struct gl_texture_image *img, GLint size, GLfloat s, GLint *i0, GLint *i1, GLfloat *weight) argument
288 nearest_texel_location(GLenum wrapMode, const struct gl_texture_image *img, GLint size, GLfloat s) argument
558 const struct gl_texture_image *img = texObj->Image[0][level]; local
770 get_border_color(const struct gl_sampler_object *samp, const struct gl_texture_image *img, GLfloat rgba[4]) argument
847 sample_1d_nearest(struct gl_context *ctx, const struct gl_sampler_object *samp, const struct gl_texture_image *img, const GLfloat texcoord[4], GLfloat rgba[4]) argument
872 sample_1d_linear(struct gl_context *ctx, const struct gl_sampler_object *samp, const struct gl_texture_image *img, const GLfloat texcoord[4], GLfloat rgba[4]) argument
1113 sample_2d_nearest(struct gl_context *ctx, const struct gl_sampler_object *samp, const struct gl_texture_image *img, const GLfloat texcoord[4], GLfloat rgba[]) argument
1147 sample_2d_linear(struct gl_context *ctx, const struct gl_sampler_object *samp, const struct gl_texture_image *img, const GLfloat texcoord[4], GLfloat rgba[]) argument
1212 sample_2d_linear_repeat(struct gl_context *ctx, const struct gl_sampler_object *samp, const struct gl_texture_image *img, const GLfloat texcoord[4], GLfloat rgba[]) argument
1417 const struct gl_texture_image *img = tObj->Image[0][tObj->BaseLevel]; local
1462 const struct gl_texture_image *img = tObj->Image[0][tObj->BaseLevel]; local
1651 const struct gl_texture_image *img = tObj->Image[0][level]; local
1778 const struct gl_texture_image *img = tObj->Image[0][level]; local
2013 sample_3d_nearest(struct gl_context *ctx, const struct gl_sampler_object *samp, const struct gl_texture_image *img, const GLfloat texcoord[4], GLfloat rgba[4]) argument
2046 sample_3d_linear(struct gl_context *ctx, const struct gl_sampler_object *samp, const struct gl_texture_image *img, const GLfloat texcoord[4], GLfloat rgba[4]) argument
2677 const struct gl_texture_image *img = tObj->Image[0][0]; local
2712 const struct gl_texture_image *img = tObj->Image[0][0]; local
2818 sample_2d_array_nearest(struct gl_context *ctx, const struct gl_sampler_object *samp, const struct gl_texture_image *img, const GLfloat texcoord[4], GLfloat rgba[4]) argument
2852 sample_2d_array_linear(struct gl_context *ctx, const struct gl_sampler_object *samp, const struct gl_texture_image *img, const GLfloat texcoord[4], GLfloat rgba[4]) argument
3137 sample_1d_array_nearest(struct gl_context *ctx, const struct gl_sampler_object *samp, const struct gl_texture_image *img, const GLfloat texcoord[4], GLfloat rgba[4]) argument
3168 sample_1d_array_linear(struct gl_context *ctx, const struct gl_sampler_object *samp, const struct gl_texture_image *img, const GLfloat texcoord[4], GLfloat rgba[4]) argument
3544 const struct gl_texture_image *img = tObj->Image[0][level]; local
3749 const struct gl_texture_image *img = t->Image[0][t->BaseLevel]; local
[all...]
/external/opencv/cv/src/
H A Dcvhaar.cpp863 CvMat stub, *img = (CvMat*)_img; local
889 CV_CALL( img = cvGetMat( img, &stub, &coi ));
893 if( CV_MAT_DEPTH(img->type) != CV_8U )
899 CV_CALL( temp = cvCreateMat( img->rows, img->cols, CV_8UC1 ));
900 CV_CALL( sum = cvCreateMat( img->rows + 1, img->cols + 1, CV_32SC1 ));
901 CV_CALL( sqsum = cvCreateMat( img->rows + 1, img
[all...]
/external/opencv/cvaux/include/
H A Dcvaux.h1053 IplImage* img,
1109 IplImage* img,
1113 CVAPI(void) cvDeleteMoire( IplImage* img ); variable
/external/opencv/cv/include/
H A Dcvcompat.h124 #define cvCalcHistMask(img, mask, hist, doNotClear) cvCalcHist(img, hist, doNotClear, mask)
352 #define cvMean_StdDevMask(img,mask,mean,sdv) cvMean_StdDev(img,mean,sdv,mask)
356 #define cvMinMaxLocMask(img, mask, min_val, max_val, min_loc, max_loc) \
357 cvMinMaxLoc(img, min_val, max_val, min_loc, max_loc, mask)
860 CV_INLINE void cvLineAA( CvArr* img, CvPoint pt1, CvPoint pt2, argument
863 cvLine( img, pt1, pt2, cvColorToScalar(color, cvGetElemType(img)), 1, CV_AA, scale );
866 CV_INLINE void cvCircleAA( CvArr* img, CvPoin argument
872 cvEllipseAA( CvArr* img, CvPoint center, CvSize axes, double angle, double start_angle, double end_angle, double color, int scale CV_DEFAULT(0) ) argument
881 cvPolyLineAA( CvArr* img, CvPoint** pts, int* npts, int contours, int is_closed, double color, int scale CV_DEFAULT(0) ) argument
[all...]
/external/chromium_org/tools/win/split_link/viz.js/
H A Dviz.js3249 var img = new Image();
3250 img.onload = function() {
3251 assert(img.complete, 'Image ' + name + ' could not be decoded');
3253 canvas.width = img.width;
3254 canvas.height = img.height;
3256 ctx.drawImage(img, 0, 0);
3261 img.onerror = function(event) {
3265 img.src = url;
[all...]
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js4045 var img = new Image();
4046 img.onload = function() {
4047 assert(img.complete, 'Image ' + name + ' could not be decoded');
4049 canvas.width = img.width;
4050 canvas.height = img.height;
4052 ctx.drawImage(img, 0, 0);
4057 img.onerror = function(event) {
4061 img.src = url;
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddlist.c9638 exec_GetCompressedTexImageARB(GLenum target, GLint level, GLvoid * img) argument
9642 CALL_GetCompressedTexImageARB(ctx->Exec, (target, level, img));
/external/mesa3d/src/mesa/main/
H A Ddlist.c9638 exec_GetCompressedTexImageARB(GLenum target, GLint level, GLvoid * img) argument
9642 CALL_GetCompressedTexImageARB(ctx->Exec, (target, level, img));
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js431 heading:{namerequired:!0, parent:["sectionhead"], properties:["aria-level"]}, img:{childpresentational:!0, namefrom:["author"], namerequired:!0, parent:["section"]}, input:{"abstract":!0, namefrom:["author"], parent:["widget"]}, landmark:{"abstract":!0, namefrom:["contents", "author"], namerequired:!1, parent:["region"]}, link:{namefrom:["contents", "author"], namerequired:!0, parent:["command"], properties:["aria-expanded"]}, list:{mustcontain:["group", "listitem"], namefrom:["author"], parent:["region"]},
487 axs.constants.STRUCTURE_ROLE_TO_NAME = {article:"aria_role_article", application:"aria_role_application", banner:"aria_role_banner", columnheader:"aria_role_columnheader", complementary:"aria_role_complementary", contentinfo:"aria_role_contentinfo", definition:"aria_role_definition", directory:"aria_role_directory", document:"aria_role_document", form:"aria_role_form", group:"aria_role_group", heading:"aria_role_heading", img:"aria_role_img", list:"aria_role_list", listitem:"aria_role_listitem",
870 if (a.hasAttribute("aria-label") || a.hasAttribute("title") || "img" == b && a.hasAttribute("alt") || "input" == b && "image" == c && a.hasAttribute("alt") || "input" == b && ("submit" == c || "reset" == c) || a.hasAttribute("aria-labelledby") || axs.utils.isNativeTextElement(a) && a.hasAttribute("placeholder") || a.hasAttribute("id") && 0 < document.querySelectorAll('label[for="' + a.id + '"]').length) {
1203 if (axs.browserUtils.matchSelector(a, "img")) {
1628 return axs.browserUtils.matchSelector(a, "img") && !axs.utils.isElementOrAncestorHidden(a);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h3316 KEYWORD1 void KEYWORD2 NAME(GetCompressedTexImage)(GLenum target, GLint level, GLvoid * img) argument
3318 (void) target; (void) level; (void) img;
3319 DISPATCH(GetCompressedTexImageARB, (target, level, img), (F, "glGetCompressedTexImage(0x%x, %d, %p);\n", target, level, (const void *) img));
3322 KEYWORD1 void KEYWORD2 NAME(GetCompressedTexImageARB)(GLenum target, GLint level, GLvoid * img) argument
3324 (void) target; (void) level; (void) img;
3325 DISPATCH(GetCompressedTexImageARB, (target, level, img), (F, "glGetCompressedTexImageARB(0x%x, %d, %p);\n", target, level, (const void *) img));
5371 KEYWORD1 void KEYWORD2 NAME(GetnCompressedTexImageARB)(GLenum target, GLint lod, GLsizei bufSize, GLvoid * img) argument
5373 (void) target; (void) lod; (void) bufSize; (void) img;
5443 GetnTexImageARB(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid * img) argument
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h557 GLAPI void APIENTRY GLAPI_PREFIX(GetCompressedTexImageARB)(GLenum target, GLint level, GLvoid *img);
558 GLAPI void APIENTRY GLAPI_PREFIX(GetCompressedTexImage)(GLenum target, GLint level, GLvoid *img);
906 GLAPI void APIENTRY GLAPI_PREFIX(GetnCompressedTexImageARB)(GLenum target, GLint lod, GLsizei bufSize, GLvoid *img);
918 GLAPI void APIENTRY GLAPI_PREFIX(GetnTexImageARB)(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *img);
5068 GLAPI void APIENTRY GLAPI_PREFIX(GetCompressedTexImageARB)(GLenum target, GLint level, GLvoid *img) argument
5072 ((void (APIENTRY *)(GLenum target, GLint level, GLvoid *img)) _func)(target, level, img);
5075 GLAPI void APIENTRY GLAPI_PREFIX(GetCompressedTexImage)(GLenum target, GLint level, GLvoid *img) argument
5079 ((void (APIENTRY *)(GLenum target, GLint level, GLvoid *img)) _func)(target, level, img);
7483 GetnCompressedTexImageARB(GLenum target, GLint lod, GLsizei bufSize, GLvoid *img) argument
7567 GetnTexImageARB(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *img) argument
[all...]
H A Dglapi_mapi_tmp_shared.h465 void APIENTRY shared_dispatch_stub_451(GLenum target, GLint level, GLvoid *img);
701 void APIENTRY shared_dispatch_stub_687(GLenum target, GLint lod, GLsizei bufSize, GLvoid *img);
713 void APIENTRY shared_dispatch_stub_699(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *img);
3761 static void APIENTRY noopGetCompressedTexImageARB(GLenum target, GLint level, GLvoid *img) argument
3763 (void) target; (void) level; (void) img;
5191 static void APIENTRY noopGetnCompressedTexImageARB(GLenum target, GLint lod, GLsizei bufSize, GLvoid *img) argument
5193 (void) target; (void) lod; (void) bufSize; (void) img;
5263 static void APIENTRY noopGetnTexImageARB(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *img) argument
5265 (void) target; (void) level; (void) format; (void) type; (void) bufSize; (void) img;
15960 void APIENTRY shared_dispatch_stub_451(GLenum target, GLint level, GLvoid *img) argument
17612 shared_dispatch_stub_687(GLenum target, GLint lod, GLsizei bufSize, GLvoid *img) argument
17696 shared_dispatch_stub_699(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *img) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 539 milliseconds

<<1112