Searched defs:display (Results 401 - 425 of 425) sorted by relevance

<<11121314151617

/external/mesa3d/include/GL/
H A Dglxext.h469 Display *display; /* display the event was read from */ member in struct:__anon27045
651 extern GLXVideoSourceSGIX glXCreateGLXVideoSourceSGIX (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
654 typedef GLXVideoSourceSGIX ( * PFNGLXCREATEGLXVIDEOSOURCESGIXPROC) (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
724 extern int glXBindChannelToWindowSGIX (Display *display, int screen, int channel, Window window);
725 extern int glXChannelRectSGIX (Display *display, int screen, int channel, int x, int y, int w, int h);
726 extern int glXQueryChannelRectSGIX (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh);
727 extern int glXQueryChannelDeltasSGIX (Display *display, int screen, int channel, int *x, int *y, int *w, int *h);
728 extern int glXChannelRectSyncSGIX (Display *display, int screen, int channel, GLenum synctype);
730 typedef int ( * PFNGLXBINDCHANNELTOWINDOWSGIXPROC) (Display *display, in
[all...]
H A Dvms_x_fix.h1100 #define sys$display SYS$DISPLAY
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jar ... shared protected org.eclipse.swt.widgets.Display display protected org.eclipse.swt.graphics. ...
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.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.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.ui.views_3.5.0.I20100527-0800.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 ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp4283 ConsoleDisplayPreference display = (mode == RealLostContext) ? DisplayInConsole: DontDisplayInConsole; local
4284 synthesizeGLError(GC3D_CONTEXT_LOST_WEBGL, "loseContext", "context lost", display);
5645 void WebGLRenderingContextBase::synthesizeGLError(GLenum error, const char* functionName, const char* description, ConsoleDisplayPreference display) argument
5648 if (m_synthesizedErrorsToConsole && display == DisplayInConsole) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp3540 // Force inline display (except for floating first-letters).
3599 if (pseudoStyle->display() == INLINE)
3676 if (pseudoStyle->display() == INLINE)
4035 return createAnonymousWithParentRendererAndDisplay(parent, style()->display());
4216 RenderBlock* RenderBlock::createAnonymousWithParentRendererAndDisplay(const RenderObject* parent, EDisplay display) argument
4221 if (display == FLEX || display == INLINE_FLEX) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCSSMetadata.js377 "display": { values: [
796 "display": 210,
/external/mksh/src/
H A Dedit.c2809 * the display width; take care of pwidth though
3370 static void display(char *, char *, int);
5075 display(wbuf[1 - win], wbuf[win], leftside);
5128 display(char *wb1, char *wb2, int leftside) function
/external/libpng/contrib/libtests/
H A Dpngvalid.c4223 * 'display'; an array of pointers to the stack frames of enclosing functions so
4228 * addresses), this code requires one more pointer to make the display - the
4780 png_byte row[STANDARD_ROWMAX], display[STANDARD_ROWMAX]; local
4784 * display to make this easier. Don't use 0xff (which is used in
4789 memset(display, 0x5c, sizeof display);
4791 png_read_row(pp, row, display);
4798 deinterlace_row(store_image_row(ps, pp, iDisplay, y), display, local
4942 /* At the end both the 'row' and 'display' arrays should end up identical.
4944 * that have been read so far, but 'display' wil
5419 image_pixel_add_alpha(image_pixel *this, PNG_CONST standard_display *display) argument
5617 image_transform_mod_end(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
6196 image_transform_png_set_palette_to_rgb_mod(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
6234 image_transform_png_set_tRNS_to_alpha_mod(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
6292 image_transform_png_set_gray_to_rgb_mod(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
6351 image_transform_png_set_expand_mod(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
6401 image_transform_png_set_expand_gray_1_2_4_to_8_mod( PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
6432 image_transform_png_set_expand_16_mod(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
6480 image_transform_png_set_scale_16_mod(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
6524 image_transform_png_set_strip_16_mod(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
6591 image_transform_png_set_strip_alpha_mod(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
6952 image_transform_png_set_rgb_to_gray_mod(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
7320 image_transform_png_set_background_mod(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
7571 _mod(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h435 EDisplay display() const { return static_cast<EDisplay>(noninherited_flags.effectiveDisplay); } function in class:blink::RenderStyle
1503 bool isDisplayReplacedType() const { return isDisplayReplacedType(display()); }
1504 bool isDisplayInlineType() const { return isDisplayInlineType(display()); }
1506 bool isDisplayFlexibleOrGridBox() const { return isDisplayFlexibleBox(display()) || isDisplayGridBox(display()); }
1758 bool isDisplayFlexibleBox(EDisplay display) const
1760 return display == FLEX || display == INLINE_FLEX;
1763 bool isDisplayGridBox(EDisplay display) const
1765 return display
[all...]
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dvms_x_fix.h1100 #define sys$display SYS$DISPLAY
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djdepend-2.9.jarMETA-INF/ META-INF/MANIFEST.MF jdepend/ jdepend/framework/ jdepend/framework/AbstractParser.class AbstractParser. ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/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 ...
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 1632 milliseconds

<<11121314151617