代码搜索:shape
找到约 10,000 项符合「shape」的源代码
代码结果 10,000
www.eeworm.com/read/158270/11629195
class shape.class
www.eeworm.com/read/158268/11629244
class shape.class
www.eeworm.com/read/347704/11648873
h shape.h
/****************************************************************************
CONFIDENTIAL AND PROPRIETARY INFORMATION. The entire contents of this file
is Copyright
www.eeworm.com/read/261194/11660090
cgi shape.cgi
#!/usr/bin/perl
use strict;
#use lib qw(/home/soheil/ming/SWF/blib/arch /home/soheil/ming/SWF/blib/lib);
use SWF qw(:ALL);
#use SWF qw(Shape Movie);
print "Content-type: application/x-shockwave-fla
www.eeworm.com/read/261194/11660160
pm shape.pm
# ====================================================================
# Copyright (c) 2000-2003 by Soheil Seyfaie. All rights reserved.
# This program is free software; you can redistribute it and/or
www.eeworm.com/read/261194/11660274
xs shape.xs
/* ====================================================================
* Copyright (c) 2000-2001 by Soheil Seyfaie. All rights reserved.
* This program is free software; you can redistribute it and
www.eeworm.com/read/261194/11660472
py shape.py
from ming import *
s = SWFShape()
l = s.setLine(4, 0x7f, 0, 0)
f = s.addSolidFill(0xff, 0, 0)
s.movePenTo(10, 10)
s.setRightFill(f)
s.drawLineTo(310, 10)
s.drawLineTo(310, 230)
s.drawCurveTo(10, 230
www.eeworm.com/read/261194/11660701
c shape.c
/*
Ming, an SWF output library
Copyright (C) 2002 Opaque Industries - http://www.opaque.net/
This library is free software; you can redistribute it and/or
modify it under the terms o
www.eeworm.com/read/261194/11660831
h shape.h
/*
Ming, an SWF output library
Copyright (C) 2001 Opaque Industries - http://www.opaque.net/
This library is free software; you can redistribute it and/or
modify it under the terms o
www.eeworm.com/read/261194/11660905
rb shape.rb
require 'ming'
s = SWFShape.new
s.moveTo(200, 200)
s.setLine(40, 0x7f, 0, 0, 0xff)
s.setRightFill(s.addSolidFill(0xff, 0, 0, 0xff))
s.lineTo(6200, 200)
s.lineTo(6200, 4600)
s.curveTo(200, 4600, 200,