HomeSort by relevance Sort by last modified time
    Searched refs:displayCallback (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.h 50 void displayCallback(CACFLayerRef, CGContextRef);
PlatformCALayerWin.cpp 98 static void displayCallback(CACFLayerRef caLayer, CGContextRef context)
101 intern(caLayer)->displayCallback(caLayer, context);
126 CACFLayerSetDisplayCallback(m_layer.get(), displayCallback);
PlatformCALayerWinInternal.cpp 62 void PlatformCALayerWinInternal::displayCallback(CACFLayerRef caLayer, CGContextRef context)
481 displayCallback(owner()->platformLayer(), context);
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
CallbackProcessor.java 141 public void displayCallback(byte[] data) {
TestingCamera.java     [all...]
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.cpp 542 static JSValueRef displayCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
    [all...]

Completed in 334 milliseconds