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

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginObject.h 83 NPWindow lastWindow;
PluginObject.cpp 335 snprintf(buf, 256, "x: %d, y: %d, width: %u, height: %u, clipRect: (%u, %u, %u, %u)", (int)plugin->lastWindow.x, (int)plugin->lastWindow.y, (unsigned)plugin->lastWindow.width, (unsigned)plugin->lastWindow.height,
336 plugin->lastWindow.clipRect.left, plugin->lastWindow.clipRect.top, plugin->lastWindow.clipRect.right - plugin->lastWindow.clipRect.left, plugin->lastWindow.clipRect.bottom - plugin->lastWindow.clipRect.top)
    [all...]
main.cpp 350 obj->lastWindow = *window;
  /external/aac/libAACdec/src/
conceal.cpp 857 int tFadeFrames, lastWindow = 0;
878 lastWindow = numWindows - pConcealmentInfo->lastWinGrpLen;
883 FIXP_CNCL *pCncl = pConcealmentInfo->spectralCoefficient + (lastWindow * windowLen);
887 FDK_ASSERT((lastWindow * windowLen + windowLen) <= samplesPerFrame);
903 pSpecScale[win*win_idx_stride] = pConcealmentInfo->specScale[win_idx_stride*lastWindow++];
905 if ( (lastWindow >= numWindows)
909 lastWindow = numWindows - pConcealmentInfo->lastWinGrpLen;
    [all...]
  /external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 152 obj->lastWindow = *window;
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 206 milliseconds