Searched refs:picture (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DTestJPEGQuality.tcl14 .m tracks add picture 1 0 600 $firstImage -compressor jpeg -spatialquality max
15 .m tracks add picture 1 600 600 $firstImage -compressor jpeg -spatialquality high
16 .m tracks add picture 1 1200 600 $firstImage -compressor jpeg -spatialquality normal
17 .m tracks add picture 1 1800 600 $firstImage -compressor jpeg -spatialquality low
18 .m tracks add picture 1 2400 600 $firstImage -compressor jpeg -spatialquality min
19 .m tracks add picture 1 3000 600 $firstImage -compressor jpeg -colordepth 40 -spatialquality max
20 .m tracks add picture 1 3600 600 $firstImage -compressor jpeg -colordepth 40 -spatialquality high
21 .m tracks add picture 1 4200 600 $firstImage -compressor jpeg -colordepth 40 -spatialquality normal
22 .m tracks add picture 1 4800 600 $firstImage -compressor jpeg -colordepth 40 -spatialquality low
23 .m tracks add picture
[all...]
H A DMake25fpsMovie.tcl15 .m tracks add picture 1 0 $frameDuration $imageList -dialog 0 -keyframerate 25
H A DTestAddImage.tcl14 .m tracks add picture 1 0 600 $firstImage -compressor jpeg -dialog 0 \
H A DTestSequence.tcl31 .m tracks add picture 1 0 300 $imageList -dialog 1 -compressor {smc } -colordepth 8
32 #.m tracks add picture 1 0 300 $imageList -dialog 1 -compressor jpeg
H A DTwoSourceEffect.tcl33 .m tracks add picture 1 0 6000 $firstImage
34 .m tracks add picture 2 0 6000 $secondImage
H A DFastMotionMovieMaker.tcl79 $wgrabber picture $imName
116 $wmovie tracks add picture $trackID $starttime $duration $imageList
/macosx-10.9.5/IODVDStorageFamily-35/
H A DIODVDBlockStorageDriver.cpp191 const char *picture = NULL; local
196 picture = "DVD.icns";
200 picture = "DVD-RAM.icns";
204 picture = "DVD-R.icns";
208 picture = "DVD-RW.icns";
212 picture = "DVD+R.icns";
216 picture = "DVD+RW.icns";
220 picture = "DVD.icns";
224 picture = "DVD-RAM.icns";
228 picture
[all...]
/macosx-10.9.5/IOBDStorageFamily-14/
H A DIOBDBlockStorageDriver.cpp123 const char *picture = NULL; local
128 picture = "BD.icns";
132 picture = "BD-R.icns";
136 picture = "BD-RE.icns";
144 if (picture) {
147 OSString *resourceFile = OSString::withCString(picture);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVBuddy.h67 - (NSImage *) picture;
68 - (void) setPicture:(NSImage *) picture;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVBuddy.h67 - (NSImage *) picture;
68 - (void) setPicture:(NSImage *) picture;
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dpicture.el0 ;;; picture.el --- "Picture mode" -- editing using quarter-plane screen model
29 ;; This code provides the picture-mode commands documented in the Emacs
36 (defgroup picture nil function
38 :prefix "picture-"
41 (defcustom picture-rectangle-ctl ?+
42 "*Character `picture-draw-rectangle' uses for top left corners."
44 :group 'picture)
45 (defcustom picture-rectangle-ctr ?+
46 "*Character `picture-draw-rectangle' uses for top right corners."
48 :group 'picture)
[all...]
/macosx-10.9.5/IOCDStorageFamily-51/
H A DIOCDBlockStorageDriver.cpp516 const char *picture = NULL; local
521 picture = "CD.icns";
525 picture = "CD-R.icns";
529 picture = "CD-RW.icns";
537 if (picture) {
540 OSString *resourceFile = OSString::withCString(picture);
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A DjpegDisplay.pl125 $picture = @$attr[0];
145 print TMP $picture;
160 # Create a TK window to display the jpeg picture.
207 jpegDisplay.pl - A script to display a jpeg picture from jpegPhoto attribute of a LDAP directory entry.
H A DjpegLoad.pl220 jpegLoad.pl - A script to load a jpeg picture into the jpegPhoto attribute of a directory entry.
225 picture that is in jpeg format into the jpegPhoto attribute of
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXMenubutton.c278 mbPtr->bevelButtonContent.u.picture = OpenCPicture(&mbPtr->picParams);
279 if (!mbPtr->bevelButtonContent.u.picture) {
286 * which does not get recorded in the picture. So the bitmap code
389 KillPicture(mbPtr->bevelButtonContent.u.picture);
H A DtkMacOSXButton.c1056 KillPicture(mbPtr->bevelButtonContent.u.picture);
1074 * The image or bitmap for the button is copied over to a picture.
1082 ControlRef controlHandle, /* The control to set this picture to. */
1120 mbPtr->bevelButtonContent.u.picture = OpenCPicture(&mbPtr->picParams);
1121 if (!mbPtr->bevelButtonContent.u.picture) {
1128 * which does not get recorded in the picture. So the bitmap code
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dattributes.sh111 picture=(
115 string="$(print $picture)"
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/qwebframe/
H A Dtst_qwebframe.cpp755 QPicture picture; local
761 QPainter painter1(&picture);
765 QCOMPARE(size.width(), picture.boundingRect().width() + frame->scrollBarGeometry(Qt::Vertical).width());
766 QCOMPARE(size.height(), picture.boundingRect().height() + frame->scrollBarGeometry(Qt::Horizontal).height());
769 QPainter painter2(&picture);
773 QCOMPARE(size.width(), picture.boundingRect().width()); // width: 100px
774 QCOMPARE(size.height(), picture.boundingRect().height()); // height: 100px
/macosx-10.9.5/IOStorageFamily-172/
H A DIOBlockStorageDriver.cpp1533 const char *picture = "External.icns"; local
1536 picture = "Removable.icns";
1545 picture = "External.icns";
1547 picture = "Internal.icns";
1553 if (picture) {
1556 OSString *resourceFile = OSString::withCString(picture);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/schema/
H A Dapple.schema93 NAME 'apple-user-picture'
94 DESC 'picture'
326 apple-user-picture $ apple-user-authenticationhint $
467 apple-user-picture $
1068 apple-user-picture $
1394 apple-imhandle $ loginShell $ jpegPhoto $ apple-user-picture $ description $ userCertificate $ userPKCS12) )
/macosx-10.9.5/misc_cmds-32/calendar/calendars/
H A Dcalendar.birthday114 04/09 Edward Muybridge born, 1830, motion-picture pioneer
H A Dcalendar.music73 03/29 Dr. Hook gets a group picture on the cover of "Rolling Stone", 1973
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmf.vim64 syn keyword mfType boolean numeric pair path pen picture string transform
/macosx-10.9.5/ruby-104/ruby/test/psych/
H A Dtest_yaml.rb708 { 'not-date' => '2002-04-28', 'picture' => "GIF89a\f\000\f\000\204\000\000\377\377\367\365\365\356\351\351\345fff\000\000\000\347\347\347^^^\363\363\355\216\216\216\340\340\340\237\237\237\223\223\223\247\247\247\236\236\236i^\020' \202\n\001\000;", 'hmm' => "SOMEWHERE: family above is short for\nhttp://somewhere.com/type\n" }, <<EOY
710 picture: !binary |
/macosx-10.9.5/emacs-92/emacs/man/
H A DMakefile.in68 $(srcdir)/picture-xtra.texi \

Completed in 148 milliseconds

12