代码搜索:raster
找到约 773 项符合「raster」的源代码
代码结果 773
www.eeworm.com/read/379471/9195021
as raster.as
/**
*
*
* Raster class
*
* @author Didier Brun aka Foxy - www.foxaweb.com
* @version 1.3
* @date 2006-01-06
* @link http://www.foxaweb.com
*
* AUTHORS *****************************
www.eeworm.com/read/390970/8430915
cpp raster.cpp
/****************************************************************************
CONFIDENTIAL AND PROPRIETARY INFORMATION. The entire contents of this file
is Copyright
www.eeworm.com/read/390970/8431365
h raster.h
/****************************************************************************
CONFIDENTIAL AND PROPRIETARY INFORMATION. The entire contents of this file
is Copyright
www.eeworm.com/read/386582/8737388
cpp raster.cpp
/* libs/pixelflinger/raster.cpp
**
** Copyright 2006, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in comp
www.eeworm.com/read/386582/8737407
h raster.h
/* libs/pixelflinger/raster.h
**
** Copyright 2006, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compli
www.eeworm.com/read/185574/9029195
sdd raster.sdd
www.eeworm.com/read/185574/9029196
sdb raster.sdb
www.eeworm.com/read/181563/9245855
c raster.c
/* $Id: Raster.c,v 1.27 2003/09/10 14:01:52 reinelt Exp $
*
* driver for raster formats
*
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
*
* This program is free software; you can
www.eeworm.com/read/350761/10712736
m raster.m
function r = raster( si, sj, di, dj, wi, wj )
% make a raster image, black lines on white background
r = ones( si, sj );
[x,y] = ndgrid( 1:si, 1:sj );
r( ismember( mod(x,di), 0:(wi-1) ) ) = 0;
r(