| /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/ |
| viewport.js | 8 * Viewport class controls the way the image is displayed (scale, offset etc). 11 function Viewport() { 27 * Viewport modification. 33 Viewport.prototype.setScaleControl = function(scaleControl) { 41 Viewport.prototype.setImageSize = function(width, height) { 51 Viewport.prototype.setScreenSize = function(width, height) { 63 Viewport.prototype.sizeByFrame = function(frame) { 72 Viewport.prototype.sizeByFrameAndFit = function(frame) { 84 Viewport.prototype.getScale = function() { return this.scale_ }; 90 Viewport.prototype.setScale = function(scale, notify) [all...] |
| /external/chromium_org/ui/file_manager/gallery/js/image_editor/ |
| viewport.js | 8 * Viewport class controls the way the image is displayed (scale, offset etc). 11 function Viewport() { 27 * Viewport modification. 33 Viewport.prototype.setScaleControl = function(scaleControl) { 41 Viewport.prototype.setImageSize = function(width, height) { 51 Viewport.prototype.setScreenSize = function(width, height) { 63 Viewport.prototype.sizeByFrame = function(frame) { 72 Viewport.prototype.sizeByFrameAndFit = function(frame) { 84 Viewport.prototype.getScale = function() { return this.scale_ }; 90 Viewport.prototype.setScale = function(scale, notify) [all...] |
| /external/chromium_org/chrome/browser/resources/pdf/ |
| viewport.js | 22 * Create a new viewport. 25 * document in the viewport 26 * @param {Function} viewportChangedCallback is run when the viewport changes 29 function Viewport(window, 40 this.fittingType_ = Viewport.FittingType.NONE; 50 Viewport.FittingType = { 62 Viewport.SCROLL_INCREMENT = 40; 68 Viewport.ZOOM_FACTORS = [0.25, 0.333, 0.5, 0.666, 0.75, 0.9, 1, 74 Viewport.PAGE_SHADOW = {top: 3, bottom: 7, left: 5, right: 5}; 76 Viewport.prototype = [all...] |
| /external/chromium_org/ui/views/controls/ |
| scroll_view.cc | 48 void CheckScrollBounds(View* viewport, View* view) { 52 int x = CheckScrollBounds(viewport->width(), view->width(), -view->x()); 53 int y = CheckScrollBounds(viewport->height(), view->height(), -view->y()); 75 // Viewport contains the contents View of the ScrollView. 76 class ScrollView::Viewport : public View { 78 Viewport() {} 79 virtual ~Viewport() {} 82 return "ScrollView::Viewport"; 102 DISALLOW_COPY_AND_ASSIGN(Viewport); 107 contents_viewport_(new Viewport()), [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/css/ |
| StyleRule.h | 52 Viewport = 15, 65 bool isViewportRule() const { return type() == Viewport; } 291 DEFINE_STYLE_RULE_TYPE_CASTS(Viewport);
|
| /external/chromium_org/cc/test/ |
| test_gles2_interface.cc | 104 void TestGLES2Interface::Viewport(GLint x, 108 test_context_->viewport(x, y, width, height);
|
| /external/chromium_org/gpu/command_buffer/client/ |
| gles2_implementation_impl_autogen.h | [all...] |
| gles2_cmd_helper_autogen.h | [all...] |
| gles2_interface_stub_impl_autogen.h | 564 void GLES2InterfaceStub::Viewport(GLint /* x */, [all...] |
| gles2_trace_implementation_impl_autogen.h | [all...] |
| /external/chromium_org/mojo/examples/pepper_container_app/ |
| ppb_opengles2_thunk.cc | [all...] |
| /external/chromium_org/third_party/mesa/src/src/mesa/main/ |
| dd.h | 532 /** Set the viewport */ 533 void (*Viewport)(struct gl_context *ctx, GLint x, GLint y, GLsizei w, GLsizei h); [all...] |
| mtypes.h | [all...] |
| /external/mesa3d/src/mesa/main/ |
| dd.h | 532 /** Set the viewport */ 533 void (*Viewport)(struct gl_context *ctx, GLint x, GLint y, GLsizei w, GLsizei h); [all...] |
| mtypes.h | [all...] |
| /external/chromium_org/ppapi/c/ |
| ppb_opengles2.h | 497 void (*Viewport)(PP_Resource context,
|
| /external/chromium_org/ppapi/shared_impl/ |
| ppb_opengles2_shared.cc | [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
| stw_icd.h | 355 void (GLAPIENTRY * Viewport)(GLint, GLint, GLsizei, GLsizei);
|
| /external/mesa3d/src/gallium/state_trackers/wgl/ |
| stw_icd.h | 355 void (GLAPIENTRY * Viewport)(GLint, GLint, GLsizei, GLsizei);
|
| /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
| glapi_mapi_tmp.h | 328 GLAPI void APIENTRY GLAPI_PREFIX(Viewport)(GLint x, GLint y, GLsizei width, GLsizei height); [all...] |
| /external/chromium_org/gpu/command_buffer/common/ |
| gles2_cmd_format_autogen.h | [all...] |
| /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
| glapitemp.h | [all...] |