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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBufferTest.cpp 170 static const int initialHeight = 100;
214 IntSize(initialWidth, initialHeight), DrawingBuffer::Preserve, contextEvictionManager.release());
228 OwnPtr<ImageBufferSurface> imageBufferSurface = adoptPtr(new UnacceleratedImageBufferSurface(IntSize(initialWidth, initialHeight)));
245 IntSize initialSize(initialWidth, initialHeight);
263 m_drawingBuffer->reset(IntSize(initialWidth, initialHeight));
288 IntSize initialSize(initialWidth, initialHeight);
455 IntSize(initialWidth, initialHeight), DrawingBuffer::Preserve, contextEvictionManager.release());
470 IntSize initialSize(initialWidth, initialHeight);
507 m_drawingBuffer->reset(IntSize(initialWidth, initialHeight));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java 100 int initialHeight = getInitialHeight();
101 if (initialHeight != 0) {
102 setActualHeight(initialHeight);
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_transform.js 484 var initialHeight = this.bounds_.bottom - this.bounds_.top;
498 var maxY = clipRect.top + clipRect.height - initialHeight;
509 this.bounds_.bottom = clamppedY + initialHeight;
564 this.forceAspectRatio(initialWidth / initialHeight, clipRect);
  /external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp     [all...]
  /external/chromium_org/extensions/renderer/resources/
web_view_events.js 107 'initialHeight',
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ViewportTest.cpp 119 static PageScaleConstraints runViewportTest(Page* page, int initialWidth, int initialHeight)
121 IntSize initialViewportSize(initialWidth, initialHeight);
    [all...]

Completed in 5085 milliseconds