/system/media/mca/filterpacks/imageproc/java/ |
DuotoneFilter.java | 21 import android.filterfw.core.Frame; 91 // Get input frame 92 Frame input = pullInput("image"); 95 // Create output frame 96 Frame output = context.getFrameManager().newFrame(inputFormat); 110 // Release pushed frame
|
FillLightFilter.java | 21 import android.filterfw.core.Frame; 99 // Get input frame 100 Frame input = pullInput("image"); 103 // Create output frame 104 Frame output = context.getFrameManager().newFrame(inputFormat); 118 // Release pushed frame
|
FixedRotationFilter.java | 21 import android.filterfw.core.Frame; 61 Frame input = pullInput("image"); 97 // Create output frame 98 Frame output = context.getFrameManager().newFrame(outputFormat); 109 // Release pushed frame
|
FlipFilter.java | 21 import android.filterfw.core.Frame; 89 // Get input frame 90 Frame input = pullInput("image"); 98 // Create output frame 99 Frame output = context.getFrameManager().newFrame(inputFormat); 107 // Release pushed frame
|
ImageStitcher.java | 21 import android.filterfw.core.Frame; 45 private Frame mOutputFrame; 93 // Get input frame 94 Frame input = pullInput("image"); 97 // Create output frame
|
ResizeFilter.java | 22 import android.filterfw.core.Frame; 90 // Get input frame 91 Frame input = pullInput("image"); 94 // Create output frame 101 Frame output = env.getFrameManager().newFrame(outputFormat); 119 // Release pushed frame
|
SaturateFilter.java | 21 import android.filterfw.core.Frame; 117 // Get input frame 118 Frame input = pullInput("image"); 127 // Create output frame 128 Frame output = context.getFrameManager().newFrame(inputFormat); 139 // Release pushed frame
|
SharpenFilter.java | 21 import android.filterfw.core.Frame; 105 // Get input frame 106 Frame input = pullInput("image"); 109 // Create output frame 110 Frame output = context.getFrameManager().newFrame(inputFormat); 117 // Check if the frame size has changed 128 // Release pushed frame
|
TintFilter.java | 21 import android.filterfw.core.Frame; 95 // Get input frame 96 Frame input = pullInput("image"); 105 // Create output frame 106 Frame output = context.getFrameManager().newFrame(inputFormat); 114 // Release pushed frame
|
VignetteFilter.java | 21 import android.filterfw.core.Frame; 125 // Get input frame 126 Frame input = pullInput("image"); 134 // Check if the frame size has changed 141 // Create output frame 142 Frame output = context.getFrameManager().newFrame(inputFormat); 150 // Release pushed frame
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebFrame.mm | 68 #import <WebCore/Frame.h> 232 Frame* core(WebFrame *frame) 234 return frame ? frame->_private->coreFrame : 0; 237 WebFrame *kit(Frame* frame) 239 return frame ? static_cast<WebFrameLoaderClient*>(frame->loader()->client())->webFrame() : nil; 254 Frame* coreFrame = core(webFrame) [all...] |
/external/webkit/Source/JavaScriptCore/heap/ |
LocalScope.h | 51 HandleStack::Frame m_lastFrame;
|
/external/webkit/Source/WebCore/bindings/js/ |
ScriptController.h | 57 class Frame; 70 ScriptController(Frame*); 115 static bool canAccessFromCurrentOrigin(Frame*); 139 // is attached to a frame because updateDocument() is called instead. 179 Frame* m_frame;
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8LazyEventListener.h | 43 class Frame;
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8HTMLDataGridElementCustom.cpp | 61 Frame *frame = imp->document()->frame(); local 62 dataSource = V8DataGridDataSource::create(value, frame);
|
/external/webkit/Source/WebCore/css/ |
StyleMedia.cpp | 30 #include "Frame.h" 37 StyleMedia::StyleMedia(Frame* frame) 38 : m_frame(frame)
|
/external/webkit/Source/WebCore/dom/ |
MouseRelatedEvent.cpp | 28 #include "Frame.h" 55 Frame* frame = abstractView->frame(); 56 if (!frame) 58 FrameView* frameView = frame->view(); 61 return frameView->scrollX() / frame->pageZoomFactor(); 68 Frame* frame = abstractView->frame(); 92 Frame* frame = view() ? view()->frame() : 0; local [all...] |
/external/webkit/Source/WebCore/platform/chromium/ |
PasteboardChromium.cpp | 38 #include "Frame.h" 83 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame) 88 String plainText = frame->editor()->selectedText(); 108 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame) 161 String Pasteboard::plainText(Frame* frame) 166 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText [all...] |
/external/webkit/Source/WebCore/platform/gtk/ |
PasteboardGtk.cpp | 25 #include "Frame.h" 66 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame) 68 GtkClipboard* clipboard = m_helper->getClipboard(frame); 70 dataObject->setText(frame->editor()->selectedText()); 83 void Pasteboard::writeURL(const KURL& url, const String& label, Frame* frame) 88 GtkClipboard* clipboard = m_helper->getClipboard(frame); 123 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context [all...] |
/external/webkit/Source/WebCore/platform/haiku/ |
ClipboardHaiku.cpp | 45 PassRefPtr<Clipboard> Clipboard::create(ClipboardAccessPolicy policy, DragData*, Frame*) 180 void ClipboardHaiku::declareAndWriteDragImage(Element*, const KURL&, const String&, Frame*) 185 void ClipboardHaiku::writeURL(const KURL&, const String&, Frame*) 190 void ClipboardHaiku::writeRange(Range*, Frame*)
|
PasteboardHaiku.cpp | 33 #include "Frame.h" 86 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame) 97 BString string(frame->selectedText()); 133 String Pasteboard::plainText(Frame* frame) 152 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, 173 RefPtr<DocumentFragment> fragment = createFragmentFromMarkup(frame->document(), html, "", FragmentScriptingNotAllowed); 194 void Pasteboard::writeURL(const KURL& url, const String&, Frame*) [all...] |
/external/webkit/Source/WebCore/platform/qt/ |
ContextMenuQt.cpp | 31 #include <Frame.h>
|
PasteboardQt.cpp | 33 #include "Frame.h" 60 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame) 63 QString text = frame->editor()->selectedText(); 92 String Pasteboard::plainText(Frame*) 101 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, 113 RefPtr<DocumentFragment> fragment = createFragmentFromMarkup(frame->document(), html, "", FragmentScriptingNotAllowed); 140 void Pasteboard::writeURL(const KURL& url, const String&, Frame*)
|
ScreenQt.cpp | 33 #include "Frame.h" 46 Frame* frame = (page ? page->mainFrame() : 0); local 47 FrameView* frameView = (frame ? frame->view() : 0);
|
/external/webkit/Source/WebCore/platform/win/ |
DragDataWin.cpp | 31 #include "Frame.h" 57 bool DragData::containsURL(Frame*, FilenameConversionPolicy filenamePolicy) const 89 String DragData::asURL(Frame*, FilenameConversionPolicy filenamePolicy, String* title) const 138 String DragData::asPlainText(Frame*) const 164 PassRefPtr<DocumentFragment> DragData::asFragment(Frame* frame, PassRefPtr<Range>, bool, bool&) const 178 if (PassRefPtr<DocumentFragment> fragment = fragmentFromFilenames(frame->document(), m_platformDragData)) 183 if (PassRefPtr<DocumentFragment> fragment = fragmentFromHTML(frame->document(), m_platformDragData)) 188 if (PassRefPtr<DocumentFragment> fragment = fragmentFromFilenames(frame->document(), &m_dragDataMap)) 193 if (PassRefPtr<DocumentFragment> fragment = fragmentFromHTML(frame->document(), &m_dragDataMap) [all...] |