代码搜索结果
找到约 10,000 项符合
Screen 的代码
gxj_screen_buffer.c
/*
*
*
* Copyright 1990-2007 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is free software; you can redistribut
gxj_screen_buffer.h
/*
*
*
* Copyright 1990-2007 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is free software; you can redistribut
composition_mode_screen.glsl
// Dca' = Sca + Dca - Sca.Dca
// Da' = Sa + Da - Sa.Da
vec4 composite(vec4 src, vec4 dst)
{
return src + dst - src * dst;
}
screen.java~1~~1~
/*
* Copyright (c) 2002, 2003 Sun Microsystems, Inc. All Rights Reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll
gpm.screen.unified.diff
diff -uwr gpm-1.19.3.orig/liblow.c gpm-1.19.3/liblow.c
--- gpm-1.19.3.orig/liblow.c Tue Jul 18 14:06:06 2000
+++ gpm-1.19.3/liblow.c Fri Dec 1 00:20:10 2000
@@ -77,7 +77,8 @@
unsigned char _gpm_b
psl_screen_layout.cpp
/*****************************************************************************
******************************************************************************
**
psl_screen_layout.h
/*****************************************************************************
******************************************************************************
**
gpe-conf-screen.desktop
[Desktop Entry]
Encoding=UTF-8
Name=Screen Setup
Name[cs]=Nastavení displeje
Name[de]=Bildschirmeinstellungen
Name[fr]=Écran
Name[ko]=화면 설정
Name[nl]=Scherminstellingen
Name[pt]=Configuração do Ecrã
Na
screen.css.svn-base
K 13
svn:mime-type
V 10
text/plain
END
screen.css.svn-base
input.login {
width: 220px;
}
input.submit {
width: 100px;
}
h1 a {
color: #000;
text-decoration: none;
}
h1 a:hover {
text-decoration: underline;
}
.errorText {
color: #8a1f11;
}
.read {