/external/webkit/WebCore/platform/gtk/ |
D | PlatformScreenGtk.cpp | 75 GdkVisual* visual = getVisual(widget); in screenDepth() local 76 if (!visual) in screenDepth() 78 return visual->depth; in screenDepth() 83 GdkVisual* visual = getVisual(widget); in screenDepthPerComponent() local 84 if (!visual) in screenDepthPerComponent() 87 return visual->bits_per_rgb; in screenDepthPerComponent()
|
/external/jpeg/ |
D | rdrle.c | 67 rle_kind visual; /* actual type of input file */ member 125 source->visual = GRAYSCALE; in start_input_rle() 128 source->visual = MAPPEDGRAY; in start_input_rle() 132 source->visual = PSEUDOCOLOR; in start_input_rle() 136 source->visual = TRUECOLOR; in start_input_rle() 140 source->visual = DIRECTCOLOR; in start_input_rle() 145 if (source->visual == GRAYSCALE || source->visual == MAPPEDGRAY) { in start_input_rle() 157 if (source->visual != GRAYSCALE) { in start_input_rle() 270 switch (source->visual) { in load_image() 342 if (source->visual == PSEUDOCOLOR) { in load_image()
|
/external/libpng/contrib/gregbook/ |
D | rpng-x.c | 142 static Visual *visual; variable 467 visual = visual_info.visual; in rpng_x_create_window() 488 visual = visual_list[0].visual; in rpng_x_create_window() 499 visual = visual_info.visual; in rpng_x_create_window() 503 RMask = visual->red_mask; in rpng_x_create_window() 504 GMask = visual->green_mask; in rpng_x_create_window() 505 BMask = visual->blue_mask; in rpng_x_create_window() 509 colormap = XCreateColormap(display, root, visual, AllocNone); in rpng_x_create_window() 552 depth, InputOutput, visual, attrmask, &attr); in rpng_x_create_window() 660 ximage = XCreateImage(display, visual, depth, ZPixmap, 0, in rpng_x_create_window()
|
D | rpng2-x.c | 276 static Visual *visual; variable 872 visual = visual_list[0].visual; in rpng2_x_create_window() 883 visual = visual_info.visual; in rpng2_x_create_window() 886 RMask = visual->red_mask; in rpng2_x_create_window() 887 GMask = visual->green_mask; in rpng2_x_create_window() 888 BMask = visual->blue_mask; in rpng2_x_create_window() 892 colormap = XCreateColormap(display, root, visual, AllocNone); in rpng2_x_create_window() 930 rpng2_info.height, 0, depth, InputOutput, visual, attrmask, &attr); in rpng2_x_create_window() 1008 ximage = XCreateImage(display, visual, depth, ZPixmap, 0, in rpng2_x_create_window()
|
/external/webkit/WebCore/rendering/style/ |
D | RenderStyle.cpp | 75 , visual(defaultStyle()->visual) in RenderStyle() 106 visual.init(); in RenderStyle() 138 , visual(o.visual) in RenderStyle() 173 visual == o.visual && in operator ==() 450 if (visual->counterIncrement != other->visual->counterIncrement || in diff() 451 visual->counterReset != other->visual->counterReset) in diff() 479 visual->clip != other->visual->clip || visual->hasClip != other->visual->hasClip) in diff() 502 visual->textDecoration != other->visual->textDecoration || in diff() 532 StyleVisualData* data = visual.access(); in setClip()
|
D | RenderStyle.h | 140 DataRef<StyleVisualData> visual; variable 431 Length clipLeft() const { return visual->clip.left(); } in clipLeft() 432 Length clipRight() const { return visual->clip.right(); } in clipRight() 433 Length clipTop() const { return visual->clip.top(); } in clipTop() 434 Length clipBottom() const { return visual->clip.bottom(); } in clipBottom() 435 LengthBox clip() const { return visual->clip; } in clip() 436 bool hasClip() const { return visual->hasClip; } in hasClip() 452 int textDecoration() const { return visual->textDecoration; } in textDecoration() 456 float zoom() const { return visual->m_zoom; } in zoom() 567 short counterIncrement() const { return visual->counterIncrement; } in counterIncrement() [all …]
|
/external/webkit/WebCore/plugins/qt/ |
D | PluginViewQt.cpp | 703 static void getVisualAndColormap(int depth, Visual **visual, Colormap *colormap) in getVisualAndColormap() argument 705 *visual = 0; in getVisualAndColormap() 730 … XRenderPictFormat* format = XRenderFindVisualFormat(QX11Info::display(), xvi[idx].visual); in getVisualAndColormap() 732 *visual = xvi[idx].visual; in getVisualAndColormap() 738 *visual = xvi[0].visual; in getVisualAndColormap() 742 if (*visual) in getVisualAndColormap() 743 … *colormap = XCreateColormap(QX11Info::display(), QX11Info::appRootWindow(), *visual, AllocNone); in getVisualAndColormap() 785 wsi->visual = (Visual*)x11Info->visual(); in platformStart() 807 wsi->visual = m_visual; in platformStart()
|
/external/webkit/WebCore/plugins/gtk/ |
D | PluginViewGtk.cpp | 788 static void getVisualAndColormap(int depth, Visual** visual, Colormap* colormap) in getVisualAndColormap() argument 790 *visual = 0; in getVisualAndColormap() 809 … XRenderPictFormat* format = XRenderFindVisualFormat(GDK_DISPLAY(), visualInfo[idx].visual); in getVisualAndColormap() 811 *visual = visualInfo[idx].visual; in getVisualAndColormap() 816 *visual = visualInfo[0].visual; in getVisualAndColormap() 820 if (*visual) in getVisualAndColormap() 821 *colormap = XCreateColormap(GDK_DISPLAY(), GDK_ROOT_WINDOW(), *visual, AllocNone); in getVisualAndColormap() 870 …ws->visual = GDK_VISUAL_XVISUAL(gdk_drawable_get_visual(GDK_DRAWABLE(platformPluginWidget()->windo… in platformStart() 876 ws->visual = GTK_XTBIN(platformPluginWidget())->xtclient.xtvisual; in platformStart() 903 ws->visual = m_visual; in platformStart()
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
D | SDL_x11gl.c | 113 vi_in.visualid = XVisualIDFromVisual(a.visual); in X11_GL_GetVisual() 230 black = (glx_visualinfo->visual == DefaultVisual(SDL_Display, in X11_GL_CreateWindow() 240 InputOutput, glx_visualinfo->visual, in X11_GL_CreateWindow()
|
D | SDL_x11modes.c | 330 this->hidden->visuals[n].visual = vi.visual; in add_visual() 347 this->hidden->visuals[n].visual = vi->visual; in add_visual_byid()
|
D | SDL_x11video.h | 108 Visual *visual; member
|
D | SDL_x11video.c | 661 SDL_Visual = this->hidden->visuals[i].visual; in X11_VideoInit() 924 vis = vi->visual; in X11_CreateWindow() 930 vis = a.visual; in X11_CreateWindow() 941 vis = this->hidden->visuals[i].visual; in X11_CreateWindow()
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
D | SDL_cgxmodes.c | 91 this->hidden->visuals[n].visual = tID; in add_visual() 200 …bug("\t%lx - depth: %ld bpp: %ld\n",this->hidden->visuals[i].visual,this->hidden->visuals[i].depth… in CGX_GetVideoModes()
|
D | SDL_cgxvideo.c | 532 SDL_Visual = this->hidden->visuals[i].visual; in CGX_VideoInit() 545 if(!(handle=FindDisplayInfo(this->hidden->visuals[i].visual))) in CGX_VideoInit() 703 vis = this->hidden->visuals[i].visual; in CGX_CreateWindow() 937 SDL_Visual = this->hidden->visuals[i].visual; in CGX_SetVideoMode() 1062 SDL_Visual = this->hidden->visuals[i].visual; in CGX_SetVideoMode()
|
D | SDL_cgxvideo.h | 87 Uint32 visual; member
|
D | SDL_cgxgl.c | 194 AmigaMesaGetConfig(glcont->visual, mesa_attrib, value); in CGX_GL_GetAttribute()
|
/external/qemu/distrib/sdl-1.2.12/src/video/dga/ |
D | SDL_dgavideo.c | 339 Visual *visual; in DGA_VideoInit() local 371 visual = DefaultVisual(DGA_Display, DGA_Screen); in DGA_VideoInit() 392 vformat->Rmask = visual->red_mask; in DGA_VideoInit() 393 vformat->Gmask = visual->green_mask; in DGA_VideoInit() 394 vformat->Bmask = visual->blue_mask; in DGA_VideoInit()
|
/external/chromium/base/allocator/ |
D | README | 16 related functions from it using the visual studio library tool. Once removed,
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
D | SDL_fbvideo.c | 546 switch (finfo.visual) { in FB_VideoInit() 787 fprintf(stderr, "\tvisual = %d\n", finfo->visual); in print_finfo() 1047 switch (finfo.visual) { in FB_SetVideoMode() 1543 if ( finfo->visual == FB_VISUAL_PSEUDOCOLOR ) { in FB_SavePalette() 1560 if ( finfo->visual == FB_VISUAL_DIRECTCOLOR ) { in FB_SavePalette()
|
/external/quake/quake/src/QW/client/ |
D | gl_vidlinuxglx.c | 659 attr.colormap = XCreateColormap(dpy, root, visinfo->visual, AllocNone); in VID_Init() 665 visinfo->visual, mask, &attr); in VID_Init()
|
D | gl_vidlinux_x11.c | 711 attr.colormap=XCreateColormap(dpy,root,visinfo->visual,AllocNone); in VID_Init() 717 visinfo->visual,mask,&attr); in VID_Init()
|
/external/libvpx/build/make/ |
D | gen_msvs_sln.sh | 28 --ver=version Version (7,8,9) of visual studio to generate for
|
/external/qemu/docs/ |
D | ANDROID-SKIN-FILES.TXT | 49 visual/control elements that can be of the following types: 163 will determine its visual appearance:
|
/external/webkit/WebCore/css/ |
D | svg.css | 33 …outermost 'svg' element is ignored for the purposes of visual rendering and the initial clipping p…
|
/external/quake/quake/src/WinQuake/kit/ |
D | README.TXT | 58 There are several options that let you trade off visual quality for better 111 in visual quality due to the fact that the textures are 8bit sources to
|