OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initialHeight
(Results
1 - 5
of
5
) 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
));
/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 145 milliseconds