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

  /external/webkit/Source/WebKit/android/plugins/
ANPNativeWindow_npapi.h 48 void (*invertPluginContent)(NPP instance, bool isContentInverted);
ANPOpenGL_npapi.h 60 void (*invertPluginContent)(NPP instance, bool isContentInverted);
ANPNativeWindowInterface.cpp 64 static void anp_invertPluginContent(NPP instance, bool isContentInverted) {
67 mediaLayer->invertContents(isContentInverted);
  /external/webkit/Source/WebCore/platform/graphics/android/
MediaTexture.h 46 bool isContentInverted();
MediaLayer.cpp 88 if (!m_mediaTexture->isContentInverted()) {
MediaTexture.cpp 85 bool MediaTexture::isContentInverted()

Completed in 83 milliseconds