Searched defs:Viewport (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
H A Dviewport.js8 * Viewport class controls the way the image is displayed (scale, offset etc).
11 function Viewport() { class
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
293 Viewport.getDevicePixelRatio = function() { return window.devicePixelRatio }; method
[all...]
/external/chromium_org/ui/views/controls/
H A Dscroll_view.cc81 // Viewport contains the contents View of the ScrollView.
82 class ScrollView::Viewport : public View { class in class:views::ScrollView
84 Viewport() {} function in class:views::ScrollView::Viewport
85 virtual ~Viewport() {}
88 return "ScrollView::Viewport";
108 DISALLOW_COPY_AND_ASSIGN(Viewport);
113 contents_viewport_(new Viewport()),
115 header_viewport_(new Viewport()),
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStyleRule.h51 Viewport = 15, enumerator in enum:WebCore::StyleRuleBase::Type
66 bool isViewportRule() const { return type() == Viewport; }
289 DEFINE_STYLE_RULE_TYPE_CASTS(Viewport);
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc104 void TestGLES2Interface::Viewport(GLint x, function in class:cc::TestGLES2Interface
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddd.h533 void (*Viewport)(struct gl_context *ctx, GLint x, GLint y, GLsizei w, GLsizei h); member in struct:dd_function_table
H A Dmtypes.h1492 * Viewport attribute group (GL_VIEWPORT_BIT).
3149 #define _NEW_VIEWPORT (1 << 18) /**< gl_context::Viewport */
3469 struct gl_viewport_attrib Viewport; /**< Viewport attributes */ member in struct:gl_context
/external/mesa3d/src/mesa/main/
H A Ddd.h533 void (*Viewport)(struct gl_context *ctx, GLint x, GLint y, GLsizei w, GLsizei h); member in struct:dd_function_table
H A Dmtypes.h1492 * Viewport attribute group (GL_VIEWPORT_BIT).
3149 #define _NEW_VIEWPORT (1 << 18) /**< gl_context::Viewport */
3469 struct gl_viewport_attrib Viewport; /**< Viewport attributes */ member in struct:gl_context
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h1397 void GLES2Implementation::Viewport( function in class:GLES2Implementation
1409 helper_->Viewport(x, y, width, height);
H A Dgles2_interface_stub_impl_autogen.h450 void GLES2InterfaceStub::Viewport( function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1464 void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) { function
1465 gles2::cmds::Viewport* c = GetCmdSpace<gles2::cmds::Viewport>();
H A Dgles2_trace_implementation_impl_autogen.h835 void GLES2TraceImplementation::Viewport( function in class:GLES2TraceImplementation
837 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Viewport");
838 gl_->Viewport(x, y, width, height);
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h301 void (*Viewport)( member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1195 void Viewport( function in namespace:ppapi::__anon10227
1199 ToGles2Impl(&enter)->Viewport(x, y, width, height);
1504 &Viewport
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h355 void (GLAPIENTRY * Viewport)(GLint, GLint, GLsizei, GLsizei); member in struct:__GLdispatchTableRec
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h355 void (GLAPIENTRY * Viewport)(GLint, GLint, GLsizei, GLsizei); member in struct:__GLdispatchTableRec
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h7818 struct Viewport { struct
7819 typedef Viewport ValueType;
7851 COMPILE_ASSERT(sizeof(Viewport) == 20,
7853 COMPILE_ASSERT(offsetof(Viewport, header) == 0,
7855 COMPILE_ASSERT(offsetof(Viewport, x) == 4,
7857 COMPILE_ASSERT(offsetof(Viewport, y) == 8,
7859 COMPILE_ASSERT(offsetof(Viewport, width) == 12,
7861 COMPILE_ASSERT(offsetof(Viewport, height) == 16,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h1904 KEYWORD1 void KEYWORD2 NAME(Viewport)(GLint x, GLint y, GLsizei width, GLsizei height) function
1907 DISPATCH(Viewport, (x, y, width, height), (F, "glViewport(%d, %d, %d, %d);\n", x, y, width, height));
8493 TABLE_ENTRY(Viewport),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h328 GLAPI void APIENTRY GLAPI_PREFIX(Viewport)(GLint x, GLint y, GLsizei width, GLsizei height);
3542 GLAPI void APIENTRY GLAPI_PREFIX(Viewport)(GLint x, GLint y, GLsizei width, GLsizei height) function
11312 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Viewport))"\n"

Completed in 3932 milliseconds