/system/media/mca/filterpacks/imageproc/java/ |
BitmapSource.java | 23 import android.filterfw.core.Frame; 52 private Frame mImageFrame; 70 // Create frame with bitmap 78 mImageFrame.setTimestamp(Frame.TIMESTAMP_UNKNOWN);
|
ColorTemperatureFilter.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
|
CrossProcessFilter.java | 21 import android.filterfw.core.Frame; 108 // Get input frame 109 Frame input = pullInput("image"); 117 // Create output frame 118 Frame output = context.getFrameManager().newFrame(inputFormat); 126 // Release pushed frame
|
NegativeFilter.java | 21 import android.filterfw.core.Frame; 81 // Get input frame 82 Frame input = pullInput("image"); 85 // Create output frame 86 Frame output = context.getFrameManager().newFrame(inputFormat); 99 // Release pushed frame
|
PosterizeFilter.java | 21 import android.filterfw.core.Frame; 84 // Get input frame 85 Frame input = pullInput("image"); 88 // Create output frame 89 Frame output = context.getFrameManager().newFrame(inputFormat); 102 // Release pushed frame
|
SepiaFilter.java | 21 import android.filterfw.core.Frame; 82 // Get input frame 83 Frame input = pullInput("image"); 86 // Create output frame 87 Frame output = context.getFrameManager().newFrame(inputFormat); 101 // Release pushed frame
|
SimpleImageFilter.java | 22 import android.filterfw.core.Frame; 70 // Get input frame 71 Frame input = pullInput("image"); 74 // Create output frame 75 Frame output = context.getFrameManager().newFrame(inputFormat); 86 // Release pushed frame
|
ToRGBAFilter.java | 22 import android.filterfw.core.Frame; 86 // Get input frame 87 Frame input = pullInput("image"); 90 // Create output frame 91 Frame output = context.getFrameManager().newFrame(getConvertedFormat(input.getFormat())); 99 // Release pushed frame
|
ToRGBFilter.java | 22 import android.filterfw.core.Frame; 86 // Get input frame 87 Frame input = pullInput("image"); 90 // Create output frame 91 Frame output = context.getFrameManager().newFrame(getConvertedFormat(input.getFormat())); 99 // Release pushed frame
|
/external/webkit/Source/WebKit/win/ |
WebFrame.cpp | 149 WebFrame* kit(Frame* frame) 151 if (!frame) 154 FrameLoaderClient* frameLoaderClient = frame->loader()->client(); 160 Frame* core(WebFrame* webFrame) 167 // This function is not in WebFrame.h because we don't want to advertise the ability to get a non-const Frame from a const WebFrame 168 Frame* core(const WebFrame* webFrame) 232 : frame(0) 239 FrameView* frameView() { return frame ? frame->view() : 0; 241 Frame* frame; member in class:WebFrame::WebFramePrivate 1096 RefPtr<Frame> frame = Frame::create(page, ownerElement, this); local 1204 Frame* frame = core(this); local 1227 Frame* frame = core(this); local 1250 Frame* frame = core(this); local 1277 Frame* frame = core(this); local 1296 Frame* frame = core(this); local 1310 Frame* frame = core(this); local 1320 Frame* frame = core(this); local 1335 Frame* frame = core(this); local 1351 Frame* frame = core(this); local 1500 Frame* frame = core(this); local 2558 Frame* frame = anyWorldGlobalObject->impl()->frame(); local [all...] |
/external/javassist/sample/rmi/ |
AlertDialog.java | 6 public class AlertDialog extends Frame implements ActionListener {
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
FramePrinter.java | 32 * A utility class for printing a merged view of the frame state and the 75 * Prints the instructions and the frame states of the given method. 85 Frame[] frames; 106 Frame frame = frames[pos]; local 107 if (frame == null) { 111 printStack(frame); 114 printLocals(frame); 119 private void printStack(Frame frame) { [all...] |
/external/webkit/Source/WebCore/bindings/js/ |
JSCustomXPathNSResolver.h | 43 class Frame;
|
JSDocumentCustom.cpp | 24 #include "Frame.h" 65 Frame* frame = static_cast<Document*>(impl())->frame(); local 66 if (!frame) 69 Location* location = frame->domWindow()->location(); 80 Frame* frame = static_cast<Document*>(impl())->frame(); local 81 if (!frame) [all...] |
/external/webkit/Source/WebCore/bindings/v8/ |
V8EventListener.h | 41 class Frame;
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8CustomPositionCallback.h | 37 class Frame;
|
V8CustomPositionErrorCallback.h | 37 class Frame;
|
V8HTMLFrameSetElementCustom.cpp | 35 #include "Frame.h" 57 if (Frame* frame = doc->frame()) 58 return toV8(frame->domWindow());
|
/external/webkit/Source/WebCore/dom/ |
UserTypingGestureIndicator.cpp | 29 #include "Frame.h" 52 UserTypingGestureIndicator::UserTypingGestureIndicator(Frame* frame) 57 focusedNode() = frame->document() ? frame->document()->focusedNode() : 0;
|
/external/webkit/Source/WebCore/loader/ |
FrameLoader.h | 63 class Frame; 94 FrameLoader(Frame*, FrameLoaderClient*); 99 Frame* frame() const { return m_frame; } function in class:WebCore::FrameLoader 114 void loadURLIntoChildFrame(const KURL&, const String& referer, Frame*); 127 static void reportLocalLoadFailed(Frame*, const String& url); 262 Frame* opener(); 263 void setOpener(Frame*); 299 bool shouldAllowNavigation(Frame* targetFrame) const; 300 Frame* findFrameForNavigation(const AtomicString& name) [all...] |
/external/webkit/Source/WebCore/loader/archive/android/ |
WebArchiveAndroid.h | 31 #include "Frame.h" 42 static PassRefPtr<WebArchiveAndroid> create(Frame* frame);
|
/external/webkit/Source/WebCore/page/chromium/ |
FrameChromium.cpp | 41 ScopedState(Frame* theFrame, RenderObject* theRenderer) 42 : frame(theFrame) 44 , paintBehavior(frame->view()->paintBehavior()) 45 , backgroundColor(frame->view()->baseBackgroundColor()) 53 frame->view()->setPaintBehavior(paintBehavior); 54 frame->view()->setBaseBackgroundColor(backgroundColor); 55 frame->view()->setNodeToDraw(0); 58 Frame* frame; member in struct:WebCore::__anon13164::ScopedState 66 DragImageRef Frame::nodeImage(Node* node [all...] |
/external/webkit/Source/WebCore/page/wince/ |
FrameWinCE.cpp | 28 #include "Frame.h" 55 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& pages, int& outPageHeight) 57 ASSERT(frame); 62 if (!frame->document() || !frame->view() || !frame->document()->renderer()) 65 RenderView* root = toRenderView(frame->document()->renderer()); 99 frame->view()->adjustPageHeightDeprecated(&proposedBottom, printedPagesHeight, proposedBottom, printedPagesHeight); 107 HBITMAP imageFromSelection(Frame* frame, bool forceBlackText [all...] |
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
WebKitWebSourceGStreamer.h | 23 #include "Frame.h" 49 void webKitWebSrcSetFrame(WebKitWebSrc* src, WebCore::Frame* frame);
|
/external/webkit/Source/WebCore/platform/haiku/ |
ScreenHaiku.cpp | 32 #include "Frame.h" 48 return FloatRect(screen.Frame());
|