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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
vertexconversion.h 105 // static const unsigned int initialWidth: number of components before conversion
112 static const std::size_t initialWidth = N;
120 static const std::size_t initialWidth = N;
127 static const std::size_t initialWidth = N;
158 static const bool identity = (WidenRule::initialWidth == WidenRule::finalWidth) && Converter::identity;
183 if (WidenRule::initialWidth > elementindex)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBufferTest.cpp 169 static const int initialWidth = 100;
214 IntSize(initialWidth, initialHeight), DrawingBuffer::Preserve, contextEvictionManager.release());
228 OwnPtr<ImageBufferSurface> imageBufferSurface = adoptPtr(new UnacceleratedImageBufferSurface(IntSize(initialWidth, initialHeight)));
245 IntSize initialSize(initialWidth, initialHeight);
246 IntSize alternateSize(initialWidth, alternateHeight);
254 m_drawingBuffer->reset(IntSize(initialWidth, alternateHeight));
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)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller.h 295 initialWidth:(CGFloat)initialWidth
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthIterator.cpp 257 float initialWidth = m_runWidthSoFar;
262 width = m_runWidthSoFar - initialWidth;
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_transform.js 483 var initialWidth = this.bounds_.right - this.bounds_.left;
497 var maxX = clipRect.left + clipRect.width - initialWidth;
507 this.bounds_.right = clamppedX + initialWidth;
564 this.forceAspectRatio(initialWidth / initialHeight, clipRect);
  /external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp     [all...]
  /external/chromium_org/extensions/renderer/resources/
web_view_events.js 108 'initialWidth',
  /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);
126 constraints.fitToContentsWidth(constraints.layoutSize.width(), initialWidth);
    [all...]

Completed in 246 milliseconds