代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/127767/14337262
txt e673. getting amount of free accelerated image memory.txt
Images in accelerated memory are much faster to draw on the screen. However, accelerated memory is typically limited and it is usually necessary for an application to manage the images residing in thi
www.eeworm.com/read/220866/14786018
cpp drawit.cpp
//==============和Direct Draw 有关的函数==================
//*********************************
//创建页面
BOOL CreateBitmap(LPDIRECTDRAWSURFACE &lpTemp,int x,int y,char *BitmapFile, DWORD MemoryFlag )
{
www.eeworm.com/read/38039/1093828
mnu dwgmdldisp.mnu
MODEL#DISP
#
Normal
Display all the models in the drawing normally.
#
Hilite#Cur
Draw boxes around the views of the current model.
#
www.eeworm.com/read/490329/1202409
psh lightmappedtranslucenttexture.psh
ps.1.1
;------------------------------------------------------------------------------
; Draw a alpha blended, translucent (alpha in texture) texture.
; t0 - texture
;
; c0 - overbright value
www.eeworm.com/read/490329/1202410
psh lightmappedtexture.psh
ps.1.1
;------------------------------------------------------------------------------
; Draw a alpha blended, translucent (alpha in texture) texture.
; t0 - texture
;
; c0 - overbright value
www.eeworm.com/read/490313/1205692
m errorfun.m
% Chapter 7 Figure mfile:
% Mfile to draw figures on equiripplr amplitude response,
% error function, and weighted error function.
% a) equiripple amplitude response
figu
www.eeworm.com/read/478822/1348985
m cvdrawcontours.m
function varargout = cvdrawcontours(varargin)
%CVDRAWCONTOURS Draw contours.
% IMAGE dst = cvDrawContours(IMAGE src, SEQARRAY contours, first,
% externalColor, holeColor, maxLevel, thick
www.eeworm.com/read/240569/4571948
java palettelistener.java
/*
* @(#)PaletteListener.java 5.1
*
*/
package CH.ifa.draw.util;
/**
* Interface for handling palette events.
*
* @see PaletteButton
*/
public interface PaletteListener {
/**
* The