代码搜索:BitmapData

找到约 265 项符合「BitmapData」的源代码

代码结果 265
www.eeworm.com/read/335758/3356407

cpp bitmapdata_as.cpp

// BitmapData_as.cpp: ActionScript "BitmapData" class, for Gnash. // // Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. // // This program is free software; you can redistribute
www.eeworm.com/read/335758/3356408

h bitmapdata_as.h

// BitmapData_as.h: ActionScript "BitmapData" class, for Gnash. // // Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. // // This program is free software; you can redistribute i
www.eeworm.com/read/259229/4345265

hx bitmapdata.hx

package flash.display; import flash.geom.Rectangle; import flash.geom.Point; extern class BitmapData { static function loadBitmap( id : String ) : BitmapData; var width : Int; var height : Int;
www.eeworm.com/read/259229/4345482

hx bitmapdata.hx

package flash.display; extern class BitmapData implements IBitmapDrawable { function new(width : Int, height : Int, ?transparent : Bool, ?fillColor : UInt) : Void; function applyFilter(sourceBitmap
www.eeworm.com/read/207876/5000780

rc2 bitmapdata.rc2

// // BITMAPDATA.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED
www.eeworm.com/read/359746/10126503

as main.as

package { import flash.display.*; import flash.filters.*; import flash.geom.*; import flash.text.*; public class main extends Sprite{ private var tx:Number, ty:Number; private var
www.eeworm.com/read/366881/9794542

as tile.as

package { import flash.display.*; import flash.text.*; import flash.events.*; public class Tile extends Sprite{ public var bmpTile:Bitmap; public var index:uint; public var draga