代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/209211/4982655
c draw.c
#include
#include
#include
#include
#include
struct Draw
{
Point deltas;
Point deltam;
Memlayer *dstlayer;
Memimage *src;
Memimage *mask;
int o
www.eeworm.com/read/209211/4982812
c draw.c
#include
#include
#include
#include
#include "xmem.h"
void xfillcolor(Memimage*, Rectangle, ulong);
static int xdraw(Memdrawparam*);
int xgcfillcolor = 0;
int xgc
www.eeworm.com/read/209211/4982831
h draw.h
#ifdef PLAN9
#pragma src "/sys/src/libdraw"
#pragma lib "libdraw.a"
#endif
typedef struct Cachefont Cachefont;
typedef struct Cacheinfo Cacheinfo;
typedef struct Cachesubf Cachesubf;
typedef struct D
www.eeworm.com/read/209211/4983007
c draw.c
#include
#include
#include
#include
int drawdebug;
static int tablesbuilt;
/* perfect approximation to NTSC = .299r+.587g+.114b when 0 ≤ r,g,b < 256 */
#define RG
www.eeworm.com/read/209211/4983914
c draw.c
#include
#include
#include
#include
#include "../common/common.h"
#include "tr2post.h"
BOOLEAN drawflag = FALSE;
BOOLEAN inpath = FALSE; /* TRUE if we're putting pi
www.eeworm.com/read/209211/4984295
c draw.c
#include "vnc.h"
#include "vncv.h"
static struct {
char *name;
int num;
} enctab[] = {
"copyrect", EncCopyRect,
"corre", EncCorre,
"hextile", EncHextile,
"raw", EncRaw,
"rre", EncRre,
"mous
www.eeworm.com/read/209211/4985177
c draw.c
#include
#include
#include
#include
#include
#include
struct Draw
{
Point deltas;
Point deltam;
Memlayer *dstlayer;
Memimage *src;
Memi
www.eeworm.com/read/209211/4986085
c draw.c
#include
#include
#include
void
_setdrawop(Display *d, Drawop op)
{
uchar *a;
if(op != SoverD){
a = bufimage(d, 1+1);
if(a == 0)
return;
a[0] = 'O';
a[1] = op;
www.eeworm.com/read/209211/4986665
c draw.c
#include
#include
#include
#include
#include
extern Pool* imagmem;
int drawdebug;
static int tablesbuilt;
/* perfect approximation to NTSC = .299r+.587g+
www.eeworm.com/read/205824/5020465
c draw.c
/*
* Win32 5.1 Theme drawing
*
* Copyright (C) 2003 Kevin Koltzau
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Pu