代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/414605/2143911
c draw.c
/*
* NanoBreaker, a Nano-X Breakout clone by Alex Holden.
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
www.eeworm.com/read/413566/2161722
h draw.h
//
// Micro Windows Implementation
// draw.h
//
// $Revision: 1.1 $
// $Source: P:/MWINDOWS/INCLUDE/rcs/draw.h $
// $Date: 1993/10/03 15:22:22 $
//
#ifndef __draw_h
#define __draw_h
#inc
www.eeworm.com/read/412668/2166573
h draw.h
/* ----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support
* -----------------------------------------------------------------
www.eeworm.com/read/412668/2166577
c draw.c
/* ----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support
* -----------------------------------------------------------------
www.eeworm.com/read/411228/2190489
py draw.py
from Tkinter import *
import Pmw, AppShell, math
class Draw(AppShell.AppShell):
usecommandarea = 1
appname = 'Drawing Program - Version 1'
frameWidth = 800
www.eeworm.com/read/410514/2209683
c draw.c
/*
** $Id: draw.c,v 1.25 2004/04/19 06:10:33 snig Exp $
**
** General drawing of GDI
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**
** Current maintai
www.eeworm.com/read/409921/2225128
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
www.eeworm.com/read/409921/2225789
c draw.c
/*
* ReactOS User32 Library
* - Various drawing functions
*
* Copyright 2001 Casper S. Hournstroup
* Copyright 2003 Andrew Greenwood
* Copyright 2003 Filip Navara
*
* Based on Wine cod
www.eeworm.com/read/409921/2225820
h draw.h
HPEN STDCALL GetSysColorPen (int nIndex);
void DrawCaret(HWND hWnd, PTHRDCARETINFO CaretInfo);
www.eeworm.com/read/409921/2226566
c draw.c
#include
#include
#include
/*
* @unimplemented
*/
GpStatus WINGDIPAPI
GdipDrawLine(GpGraphics *graphics,
GpPen *pen,
REAL x1,
REAL y1,
R