Home
last modified time | relevance | path

Searched refs:visual (Results 1 – 25 of 76) sorted by relevance

1234

/external/webkit/WebCore/platform/gtk/
DPlatformScreenGtk.cpp75 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/
Drdrle.c67 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/
Drpng-x.c142 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()
Drpng2-x.c276 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/
DRenderStyle.cpp75 , 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()
DRenderStyle.h140 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/
DPluginViewQt.cpp703 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/
DPluginViewGtk.cpp788 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/
DSDL_x11gl.c113 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()
DSDL_x11modes.c330 this->hidden->visuals[n].visual = vi.visual; in add_visual()
347 this->hidden->visuals[n].visual = vi->visual; in add_visual_byid()
DSDL_x11video.h108 Visual *visual; member
DSDL_x11video.c661 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/
DSDL_cgxmodes.c91 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()
DSDL_cgxvideo.c532 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()
DSDL_cgxvideo.h87 Uint32 visual; member
DSDL_cgxgl.c194 AmigaMesaGetConfig(glcont->visual, mesa_attrib, value); in CGX_GL_GetAttribute()
/external/qemu/distrib/sdl-1.2.12/src/video/dga/
DSDL_dgavideo.c339 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/
DREADME16 related functions from it using the visual studio library tool. Once removed,
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
DSDL_fbvideo.c546 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/
Dgl_vidlinuxglx.c659 attr.colormap = XCreateColormap(dpy, root, visinfo->visual, AllocNone); in VID_Init()
665 visinfo->visual, mask, &attr); in VID_Init()
Dgl_vidlinux_x11.c711 attr.colormap=XCreateColormap(dpy,root,visinfo->visual,AllocNone); in VID_Init()
717 visinfo->visual,mask,&attr); in VID_Init()
/external/libvpx/build/make/
Dgen_msvs_sln.sh28 --ver=version Version (7,8,9) of visual studio to generate for
/external/qemu/docs/
DANDROID-SKIN-FILES.TXT49 visual/control elements that can be of the following types:
163 will determine its visual appearance:
/external/webkit/WebCore/css/
Dsvg.css33 …outermost 'svg' element is ignored for the purposes of visual rendering and the initial clipping p…
/external/quake/quake/src/WinQuake/kit/
DREADME.TXT58 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

1234