Move "loop" related tests in their own dir. This is just to break the ice... ideally...
[gnash.git] / doc / C / NOTES
blob0c4007c1c6ab46206b0f6cf7111030afa1078423
2 #====================================================================
3 # virtual void gnash::movie_root::display()(708): Entering
5 # render_handler_ogl::begin_display(
6 # virtual void gnash::sprite_instance::display(
8 # virtual void gnash::generic_character::display(
9 # virtual void gnash::shape_character_def::display(
10 # void gnash::shape_character_def::display(
11 # void gnash::mesh_set::display(
13 # virtual void gnash::generic_character::display(
14 # virtual void gnash::text_character_def::display(
15 # void render_handler_ogl::end_display(
17 # void nsPluginInstance::swapBuffers(
18 # About to sleep for 5 seconds...!!!
19 # Display rendered graphic!!!
20 #====================================================================
22 # This file is just basic notes on ActionScript class and their
23 # methods. This data was originally compiled from clean sources off
24 # the net for the documentation. Then I realized I could use this as a
25 # data file for other scripts. This data was then used for creating
26 # stub files for all the unimplemented classes and their methods, so
27 # follow the syntax if adding a new class or method to this to be used
28 # by any of the "./gen-*.sh" scripts.
30 Array - swf v6
31 Boolean - swf v5
32 Button - swf v6
33 Camera - swf v6
34 Color - swf v5
35 ContextMenu - swf v7
36 CustomActions - swf v6
37 Date - swf v5
38 Error - swf v7
39 Function - swf v6
40 Key - swf v6
41 LoadVars - swf v6
42 LocalConnection - swf v6
43 Math - swf v4
44 Microphone - swf v6
45 Mouse - swf v5
46 MovieClip - swf v3
47 MovieClipLoader - swf v7
48 NetConnection - swf v7
49 NetStream - swf v7
50 Number - swf v5
51 Object - swf v5
52 Selection - swf v5
53 SharedObject - swf v6
54 Sound - swf v5
55 Stage - swf v6
56 String - swf v5
57 System - swf v6
58 TextField - swf v6
59 TextFormat - swf v6
60 Video - swf v6
61 XML - swf v5
62 XMLNode - swf v5
63 XMLSocket - swf v5
65 ------------------------------------------------------
67 Accessibility class
68 Accessibility.isActive()
69 Accessibility.updateProperties()
71 Array class (done)
72 Array.concat()
73 Array.join()
74 Array.length
75 Array.pop()
76 Array.push()
77 Array.reverse()
78 Array.shift()
79 Array.slice()
80 Array.sort()
81 Array.sortOn()
82 Array.splice()
83 Array.toString()
84 Array.unshift()
86 Boolean class (done)
87 Boolean.toString()
88 Boolean.valueOf()
90 Button class (done)
91 Button.getDepth()
92 Button.onDragOut
93 Button.onDragOver
94 Button.onKeyDown
95 Button.onKeyUp
96 Button.onKillFocus
97 Button.onPress
98 Button.onRelease
99 Button.onReleaseOutside
100 Button.onRollOut
101 Button.onRollOver
102 Button.onSetFocus
103 Button._alpha
104 Button.enabled
105 Button._focusrect
106 Button._height
107 Button.menu
108 Button._name
109 Button._parent
110 Button._quality
111 Button._rotation
112 Button._soundbuftime
113 Button.tabEnabled
114 Button.tabIndex
115 Button._target
116 Button.trackAsMenu
117 Button._url
118 Button.useHandCursor
119 Button._visible
120 Button._width
121 Button._x
122 Button._xmouse
123 Button._xscale
124 Button._y
125 Button._ymouse
126 Button._yscale
128 Camera class
129 Camera.activityLevel
130 Camera.bandwidth
131 Camera.currentFps
132 Camera.fps
133 Camera.get()
134 Camera.height
135 Camera.index
136 Camera.motionLevel
137 Camera.motionTimeOut
138 Camera.muted
139 Camera.name
140 Camera.names
141 Camera.onActivity
142 Camera.onStatus
143 Camera.quality
144 Camera.setMode()
145 Camera.setMotionLevel()
146 Camera.setQuality()
147 Camera.width
149 Color class
150 Color.getRGB()
151 Color.getTransform()
152 Color.setRGB()
153 Color.setTransform()
155 ContextMenu class
156 ContextMenu.builtInItems
157 ContextMenu.copy()
158 ContextMenu.customItems
159 ContextMenu.hideBuiltInItems()
160 ContextMenu.onSelect
161 ContextMenuItem class
162 ContextMenuItem.caption
163 ContextMenuItem.copy()
164 ContextMenuItem.enabled
165 ContextMenuItem.onSelect
166 ContextMenuItem.separatorBefore
167 ContextMenuItem.visible
169 CustomActions class
170 CustomActions.get()
171 CustomActions.install()
172 CustomActions.list()
173 CustomActions.uninstall()
175 Date class
176 Date.getDate()
177 Date.getDay()
178 Date.getFullYear()
179 Date.getHours()
180 Date.getMilliseconds()
181 Date.getMinutes()
182 Date.getMonth()
183 Date.getSeconds()
184 Date.getTime()
185 Date.getTimezoneOffset()
186 Date.getUTCDate()
187 Date.getUTCDay()
188 Date.getUTCFullYear()
189 Date.getUTCHours()
190 Date.getUTCMilliseconds()
191 Date.getUTCMinutes()
192 Date.getUTCMonth()
193 Date.getUTCSeconds()
194 Date.getYear()
195 Date.setDate()
196 Date.setFullYear()
197 Date.setHours()
198 Date.setMilliseconds()
199 Date.setMinutes()
200 Date.setMonth()
201 Date.setSeconds()
202 Date.setTime()
203 Date.setUTCDate()
204 Date.setUTCFullYear()
205 Date.setUTCHours()
206 Date.setUTCMilliseconds()
207 Date.setUTCMinutes()
208 Date.setUTCMonth()
209 Date.setUTCSeconds()
210 Date.setYear()
211 Date.toString()
212 Date.UTC()
214 Error class
215 Error.message
216 Error.name
217 Error.toString()
219 Function class
220 Function.apply()
221 Function.call()
223 Key class
224 Key.addListener()
225 Key.BACKSPACE
226 Key.CAPSLOCK
227 Key.CONTROL
228 Key.DELETEKEY
229 Key.DOWN
230 Key.END
231 Key.ENTER
232 Key.ESCAPE
233 Key.getAscii()
234 Key.getCode()
235 Key.HOME
236 Key.INSERT
237 Key.isDown()
238 Key.isToggled()
239 Key.LEFT
240 Key.onKeyDown
241 Key.onKeyUp
242 Key.PGDN
243 Key.PGUP
244 Key.removeListener()
245 Key.RIGHT
246 Key.SHIFT
247 Key.SPACE
248 Key.TAB
249 Key.UP
251 LoadVars class
252 LoadVars.addRequestHeader()
253 LoadVars.contentType
254 LoadVars.decode()
255 LoadVars.getBytesLoaded()
256 LoadVars.getBytesTotal()
257 LoadVars.load()
258 LoadVars.loaded
259 LoadVars.onData
260 LoadVars.onLoad
261 LoadVars.send()
262 LoadVars.sendAndLoad()
263 LoadVars.toString()
265 LocalConnection class
266 LocalConnection.allowDomain
267 LocalConnection.allowInsecureDomain
268 LocalConnection.close()
269 LocalConnection.connect()
270 LocalConnection.domain()
271 LocalConnection.onStatus
272 LocalConnection.send()
274 Math class (done)
275 Math.abs()
276 Math.acos()
277 Math.asin()
278 Math.atan()
279 Math.atan2()
280 Math.ceil()
281 Math.cos()
282 Math.exp()
283 Math.floor()
284 Math.log()
285 Math.max()
286 Math.min()
287 Math.pow()
288 Math.random()
289 Math.round()
290 Math.sin()
291 Math.sqrt()
292 Math.tan()
293 Math.E
294 Math.LN2
295 Math.LN10
296 Math.LOG2E
297 Math.LOG10E
298 Math.PI
299 Math.SQRT1_2
300 Math.SQRT2
302 Microphone class
303 Microphone.activityLevel
304 Microphone.gain
305 Microphone.get()
306 Microphone.index
307 Microphone.muted
308 Microphone.name
309 Microphone.names
310 Microphone.onActivity
311 Microphone.onStatus
312 Microphone.rate
313 Microphone.setGain()
314 Microphone.setRate()
315 Microphone.setSilenceLevel()
316 Microphone.setUseEchoSuppression()
317 Microphone.silenceLevel
318 Microphone.silenceTimeOut
319 Microphone.useEchoSuppression
321 Mouse class
322 Mouse.addListener()
323 Mouse.hide()
324 Mouse.onMouseDown
325 Mouse.onMouseMove
326 Mouse.onMouseUp
327 Mouse.onMouseWheel
328 Mouse.removeListener()
329 Mouse.show()
331 MovieClip class
332 MovieClip._alpha
333 MovieClip.attachAudio()
334 MovieClip.attachMovie()
335 MovieClip.beginFill()
336 MovieClip.beginGradientFill()
337 MovieClip.clear()
338 MovieClip.createEmptyMovieClip()
339 MovieClip.createTextField()
340 MovieClip._currentframe
341 MovieClip.curveTo()
342 MovieClip._droptarget
343 MovieClip.duplicateMovieClip()
344 MovieClip.enabled
345 MovieClip.endFill()
346 MovieClip.focusEnabled
347 MovieClip._focusrect
348 MovieClip._framesloaded
349 MovieClip.getBounds()
350 MovieClip.getBytesLoaded()
351 MovieClip.getBytesTotal()
352 MovieClip.getDepth()
353 MovieClip.getInstanceAtDepth()
354 MovieClip.getNextHighestDepth()
355 MovieClip.getSWFVersion()
356 MovieClip.getTextSnapshot()
357 MovieClip.getURL()
358 MovieClip.globalToLocal()
359 MovieClip.gotoAndPlay()
360 MovieClip.gotoAndStop()
361 MovieClip._height
362 MovieClip.hitArea
363 MovieClip.hitTest()
364 MovieClip.lineStyle()
365 MovieClip.lineTo()
366 MovieClip.loadMovie()
367 MovieClip.loadVariables()
368 MovieClip.localToGlobal()
369 MovieClip._lockroot
370 MovieClip.menu
371 MovieClip.moveTo()
372 MovieClip._name
373 MovieClip.nextFrame()
374 MovieClip.onData
375 MovieClip.onDragOut
376 MovieClip.onDragOver
377 MovieClip.onEnterFrame
378 MovieClip.onKeyDown
379 MovieClip.onKeyUp
380 MovieClip.onKillFocus
381 MovieClip.onLoad
382 MovieClip.onMouseDown
383 MovieClip.onMouseMove
384 MovieClip.onMouseUp
385 MovieClip.onPress
386 MovieClip.onRelease
387 MovieClip.onReleaseOutside
388 MovieClip.onRollOut
389 MovieClip.onRollOver
390 MovieClip.onSetFocus
391 MovieClip.onUnload
392 MovieClip._parent
393 MovieClip.play()
394 MovieClip.prevFrame()
395 MovieClip._quality
396 MovieClip.removeMovieClip()
397 MovieClip._rotation
398 MovieClip.setMask()
399 MovieClip._soundbuftime
400 MovieClip.startDrag()
401 MovieClip.stop()
402 MovieClip.stopDrag()
403 MovieClip.swapDepths()
404 MovieClip.tabChildren
405 MovieClip.tabEnabled
406 MovieClip.tabIndex
407 MovieClip._target
408 MovieClip._totalframes
409 MovieClip.trackAsMenu
410 MovieClip.unloadMovie()
411 MovieClip._url
412 MovieClip.useHandCursor
413 MovieClip._visible
414 MovieClip._width
415 MovieClip._x
416 MovieClip._xmouse
417 MovieClip._xscale
418 MovieClip._y
419 MovieClip._ymouse
420 MovieClip._yscale
422 MovieClipLoader class
423 MovieClipLoader.addListener()
424 MovieClipLoader.getProgress()
425 MovieClipLoader.loadClip()
426 MovieClipLoader.onLoadComplete
427 MovieClipLoader.onLoadError
428 MovieClipLoader.onLoadInit
429 MovieClipLoader.onLoadProgress
430 MovieClipLoader.onLoadStart
431 MovieClipLoader.removeListener()
432 MovieClipLoader.unloadClip()
434 NetConnection class
435 NetConnection.connect()
437 NetStream class
438 NetStream.bufferLength
439 NetStream.bufferTime
440 NetStream.bytesLoaded
441 NetStream.bytesTotal
442 NetStream.close()
443 NetStream.currentFps
444 NetStream.onStatus
445 NetStream.pause()
446 NetStream.play()
447 NetStream.seek()
448 NetStream.setBufferTime()
449 NetStream.time
451 Number class (done)
452 Number.MAX_VALUE
453 Number.MIN_VALUE
454 Number.NaN
455 Number.NEGATIVE_INFINITY
456 Number.POSITIVE_INFINITY
457 Number.toString()
458 Number.valueOf()
460 Object class
461 Object.addProperty()
462 Object.constructor
463 Object.__proto__
464 Object.registerClass()
465 Object.__resolve
466 Object.toString()
467 Object.unwatch()
468 Object.valueOf()
469 Object.watch()
471 Selection class
472 Selection.addListener()
473 Selection.getBeginIndex()
474 Selection.getCaretIndex()
475 Selection.getEndIndex()
476 Selection.getFocus()
477 Selection.onSetFocus
478 Selection.removeListener()
479 Selection.setFocus()
480 Selection.setSelection()
482 SharedObject class
483 SharedObject.data
484 SharedObject.clear()
485 SharedObject.flush()
486 SharedObject.getLocal()
487 SharedObject.getSize()
488 SharedObject.onStatus
490 Sound class
491 Sound.duration
492 Sound.id3
493 Sound.onID3
494 Sound.onLoad
495 Sound.onSoundComplete
496 Sound.position
497 Sound.attachSound()
498 Sound.getBytesLoaded()
499 Sound.getBytesTotal()
500 Sound.getPan()
501 Sound.getTransform()
502 Sound.getVolume()
503 Sound.loadSound()
504 Sound.setPan()
505 Sound.setTransform()
506 Sound.setVolume()
507 Sound.start()
508 Sound.stop()
510 Stage class
511 Stage.align
512 Stage.height
513 Stage.onResize
514 Stage.scaleMode
515 Stage.showMenu
516 Stage.width
517 Stage.addListener()
518 Stage.removeListener()
520 String class (done)
521 String.length
522 String.charAt()
523 String.charCodeAt()
524 String.concat()
525 String.fromCharCode()
526 String.indexOf()
527 String.lastIndexOf()
528 String.slice()
529 String.split()
530 String.substr()
531 String.substring()
532 String.toLowerCase()
533 String.toUpperCase()
535 System.capabilities object
536 System.capabilities.avHardwareDisable
537 System.capabilities.hasAccessibility
538 System.capabilities.hasAudio
539 System.capabilities.hasAudioEncoder
540 System.capabilities.hasEmbeddedVideo
541 System.capabilities.hasMP3
542 System.capabilities.hasPrinting
543 System.capabilities.hasScreenBroadcast
544 System.capabilities.hasScreenPlayback
545 System.capabilities.hasStreamingAudio
546 System.capabilities.hasStreamingVideo
547 System.capabilities.hasVideoEncoder
548 System.capabilities.isDebugger
549 System.capabilities.language
550 System.capabilities.localFileReadDisable
551 System.capabilities.manufacturer
552 System.capabilities.os
553 System.capabilities.pixelAspectRatio
554 System.capabilities.playerType
555 System.capabilities.screenColor
556 System.capabilities.screenDPI
557 System.capabilities.screenResolutionX
558 System.capabilities.screenResolutionY
559 System.capabilities.serverString
560 System.capabilities.version
561 System.security object
562 System.security.allowDomain()
563 System.security.allowInsecureDomain()
564 System.security.loadPolicyFile()
565 System class
566 System.exactSettings 
567 System.onStatus
568 System.setClipboard()
569 System.showSettings()
570 System.useCodepage
572 TextField.StyleSheet class
573 TextField.StyleSheet.clear()
574 TextField.StyleSheet.getStyle()
575 TextField.StyleSheet.getStyleNames()
576 TextField.StyleSheet.load()
577 TextField.StyleSheet.onLoad
578 TextField.StyleSheet.parseCSS()
579 TextField.StyleSheet.setStyle()
580 TextField.StyleSheet.transform()
581 TextField class
582 TextField.addListener()
583 TextField._alpha
584 TextField.autoSize
585 TextField.background
586 TextField.backgroundColor
587 TextField.border
588 TextField.borderColor
589 TextField.bottomScroll
590 TextField.condenseWhite
591 TextField.embedFonts
592 TextField.getDepth()
593 TextField.getFontList()
594 TextField.getNewTextFormat()
595 TextField.getTextFormat()
596 TextField._height
597 TextField.hscroll
598 TextField.html
599 TextField.htmlText
600 TextField.length
601 TextField.maxChars
602 TextField.maxhscroll
603 TextField.maxscroll
604 TextField.menu
605 TextField.mouseWheelEnabled
606 TextField.multiline
607 TextField._name
608 TextField.onChanged
609 TextField.onKillFocus
610 TextField.onScroller
611 TextField.onSetFocus
612 TextField._parent
613 TextField.password
614 TextField._quality
615 TextField.removeListener()
616 TextField.removeTextField()
617 TextField.replaceSel()
618 TextField.replaceText()
619 TextField.restrict
620 TextField._rotation
621 TextField.scroll
622 TextField.selectable
623 TextField.setNewTextFormat()
624 TextField.setTextFormat()
625 TextField.styleSheet
626 TextField.tabEnabled
627 TextField.tabIndex
628 TextField._target
629 TextField.text
630 TextField.textColor
631 TextField.textHeight
632 TextField.textWidth
633 TextField.type
634 TextField._url
635 TextField.variable
636 TextField._visible
637 TextField._width
638 TextField.wordWrap
639 TextField._x
640 TextField._xmouse
641 TextField._xscale
642 TextField._y
643 TextField._ymouse
644 TextField._yscale
645 TextFormat class
646 TextFormat.align
647 TextFormat.blockIndent
648 TextFormat.bold
649 TextFormat.bullet
650 TextFormat.color
651 TextFormat.font
652 TextFormat.getTextExtent()
653 TextFormat.indent
654 TextFormat.italic
655 TextFormat.leadingxmlsocket.xml
656 TextFormat.leftMargin
657 TextFormat.rightMargin
658 TextFormat.size
659 TextFormat.tabStops
660 TextFormat.target
661 TextFormat.underline
662 TextFormat.url
664 TextSnapshot object
665 TextSnapshot.findText()
666 TextSnapshot.getCount()
667 TextSnapshot.getSelected()
668 TextSnapshot.getSelectedText()
669 TextSnapshot.getText()
670 TextSnapshot.hitTestTextNearPos()
671 TextSnapshot.setSelectColor()
672 TextSnapshot.setSelected()
674 Video class
675 Video.attachVideo()
676 Video.clear()
677 Video.deblocking
678 Video.height
679 Video.smoothing
680 Video.width
682 XML class
683 XML.addRequestHeader()
684 XML.appendChild()
685 XML.cloneNode()
686 XML.createElement()
687 XML.createTextNode()
688 XML.getBytesLoaded()
689 XML.getBytesTotal()
690 XML.hasChildNodes()
691 XML.insertBefore()
692 XML.load()
693 XML.parseXML()
694 XML.removeNode()
695 XML.send()
696 XML.sendAndLoad()
697 XML.toString()
698 XML.contentType
699 XML.attributes
700 XML.childNodes
701 XML.xmlDecl
702 XML.docTypeDecl
703 XML.firstChild
704 XML.ignoreWhite
705 XML.lastChild
706 XML.loaded
707 XML.nextSibling
708 XML.nodeName
709 XML.nodeType
710 XML.nodeValue
711 XML.onData
712 XML.onLoad
713 XML.parentNode
714 XML.status
715 XML.previousSibling
717 XMLNode class
719 XMLSocket class
720 XMLSocket.close()
721 XMLSocket.connect()
722 XMLSocket.onClose
723 XMLSocket.onConnect
724 XMLSocket.onData
725 XMLSocket.onXML
726 XMLSocket.send()
728 # flash.geom.Point
729 Point class
730 Point.length
731 Point.x
732 Point.y
733 Point.add()
734 Point.clone()
735 Point.distance() static
736 Point.equals()
737 Point.interpolate() static
738 Point.normalize()
739 Point.offset()
740 Point.polar() static
741 Point.subtract()
742 Point.toString()
744 # flash.geom.Rectangle
745 Rectangle class
746 Rectangle.bottom
747 Rectangle.bottomRight
748 Rectangle.height
749 Rectangle.left
750 Rectangle.right
751 Rectangle.size
752 Rectangle.top
753 Rectangle.topLeft
754 Rectangle.width
755 Rectangle.x
756 Rectangle.y
757 Rectangle.clone()
758 Rectangle.contains()
759 Rectangle.containsPoint()
760 Rectangle.containsRectangle()
761 Rectangle.equals()
762 Rectangle.inflate()
763 Rectangle.inflatePoint()
764 Rectangle.intersection()
765 Rectangle.intersects()
766 Rectangle.isEmpty()
767 Rectangle.offset()
768 Rectangle.offsetPoint()
769 Rectangle.setEmpty()
770 Rectangle.toString()
771 Rectangle.union()
773 # flash.geom.Matrix
774 Matrix class
775 Matrix.a
776 Matrix.b
777 Matrix.c
778 Matrix.d
779 Matrix.tx
780 Matrix.ty
781 Matrix.clone()
782 Matrix.concat()
783 Matrix.createBox()
784 Matrix.createGradientBox()
785 Matrix.deltaTransformPoint()
786 Matrix.identity()
787 Matrix.invert()
788 Matrix.rotate()
789 Matrix.scale()
790 Matrix.toString()
791 Matrix.transformPoint()
792 Matrix.translate()
794 # flash.geom.ColorTransform
795 ColorTransform class
796 ColorTransform.alphaMultiplier
797 ColorTransform.alphaOffset
798 ColorTransform.blueMultiplier
799 ColorTransform.blueOffset
800 ColorTransform.greenMultiplier
801 ColorTransform.greenOffset
802 ColorTransform.redMultiplier
803 ColorTransform.redOffset
804 ColorTransform.rgb
805 ColorTransform.concat()
806 ColorTransform.toString()
808 # flash.geom.Transform
809 Transform class
810 Transform.colorTransform
811 Transform.concatenatedColorTransform
812 Transform.concatenatedMatrix
813 Transform.matrix
814 Transform.pixelBounds
816 # flash.external.ExternalInterface
817 ExternalInterface class
818 ExternalInterface.available static 
819 ExternalInterface.addCallback() static
820 ExternalInterface.call() static
822 # flash.text.TextRenderer
823 TextRenderer class
824 TextRenderer.maxLevel static
825 TextRenderer.setAdvancedAntialiasingTable() static
827 # flash.net.FileReference
828 FileReference class
829 FileReference.creationDate
830 FileReference.creator
831 FileReference.modificationDate
832 FileReference.name
833 FileReference.size
834 FileReference.type
835 FileReference.addListener()
836 FileReference.browse()
837 FileReference.cancel()
838 FileReference.download()
839 FileReference.removeListener()
840 FileReference.upload()
842 # flash.net.FileReferenceList
843 FileReferenceList class
844 FileReferenceList.fileList
845 FileReferenceList.addListener()
846 FileReferenceList.browse()
847 FileReferenceList.removeListener()
849 # flash.display.BitmapData
850 BitmapData class
851 BitmapData.height
852 BitmapData.rectangle
853 BitmapData.transparent
854 BitmapData.width
855 BitmapData.applyFilter()
856 BitmapData.clone()
857 BitmapData.colorTransform()
858 BitmapData.copyChannel()
859 BitmapData.copyPixels()
860 BitmapData.dispose()
861 BitmapData.draw()
862 BitmapData.fillRect()
863 BitmapData.floodFill()
864 BitmapData.generateFilterRect()
865 BitmapData.getColorBoundsRect()
866 BitmapData.getPixel()
867 BitmapData.getPixel32()
868 BitmapData.hitTest()
869 BitmapData.loadBitmap() static
870 BitmapData.merge()
871 BitmapData.noise()
872 BitmapData.paletteMap()
873 BitmapData.perlinNoise()
874 BitmapData.pixelDissolve()
875 BitmapData.scroll()
876 BitmapData.setPixel()
877 BitmapData.setPixel32()
878 BitmapData.threshold()
880 # flash.filters.DisplacementMapFilter
881 DisplacementMapFilter class
882 DisplacementMapFilter.alpha
883 DisplacementMapFilter.color
884 DisplacementMapFilter.componentX
885 DisplacementMapFilter.componentY
886 DisplacementMapFilter.mapBitmap
887 DisplacementMapFilter.mapPoint
888 DisplacementMapFilter.mode
889 DisplacementMapFilter.scaleX
890 DisplacementMapFilter.scaleY
891 DisplacementMapFilter.clone()