HomeSort by relevance Sort by last modified time
    Searched defs:Viewport (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chrome/browser/resources/file_manager/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/views/controls/
scroll_view.cc 54 void CheckScrollBounds(View* viewport, View* view) {
58 int x = CheckScrollBounds(viewport->width(), view->width(), -view->x());
59 int y = CheckScrollBounds(viewport->height(), view->height(), -view->y());
81 // Viewport contains the contents View of the ScrollView.
82 class ScrollView::Viewport : public View {
84 Viewport() {}
85 virtual ~Viewport() {}
88 return "ScrollView::Viewport";
108 DISALLOW_COPY_AND_ASSIGN(Viewport);
113 contents_viewport_(new Viewport()),
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleRule.h 51 Viewport = 15,
67 bool isViewportRule() const { return type() == Viewport; }
  /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 450 void GLES2InterfaceStub::Viewport(
gles2_trace_implementation_impl_autogen.h 835 void GLES2TraceImplementation::Viewport(
837 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Viewport");
838 gl_->Viewport(x, y, width, height);
    [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 301 void (*Viewport)(
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 741 void Viewport(
743 GetGLES(context_id)->Viewport(x, y, width, height);
987 &Viewport
  /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...]

Completed in 277 milliseconds