/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
image_adjust.js | 82 * Use the cached copy if the viewport has not changed.
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGSVGElement.cpp | 138 SVGRect SVGSVGElement::viewport() const function in class:WebCore::SVGSVGElement 438 // to map an element from SVG viewport coordinates to CSS box coordinates. 588 FloatRect viewportRect = toRenderSVGViewportContainer(renderer())->viewport(); 598 // The ?width? attribute on the outermost svg element establishes the viewport's width, unless the following conditions are met: 603 // or on the containing document's outermost svg element that are sufficient to establish the width of the viewport. Under these conditions, 604 // the positioning properties establish the viewport's width. 625 // that are sufficient to establish the height of the viewport, then these positioning properties establish the viewport's 626 // height; otherwise, the ?height? attribute on the outermost svg element establishes the viewport's height. 717 // or MyDrawing.svg#xpointer(id('MyView'))) then the closest ancestor ?svg? element is displayed in the viewport [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_clip.c | 139 /* Do the projective divide and viewport transformation to get 144 const float *scale = clip->stage.draw->viewport.scale; 145 const float *trans = clip->stage.draw->viewport.translate; 294 /* Clip a triangle against the viewport and user clip planes. 463 /* Clip a line against the viewport and user clip planes.
|
draw_pt_fetch_shade_emit.c | 98 fse->key.viewport = !draw->identity_viewport;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/ |
swrast.c | 621 viewport(struct gl_context *ctx, GLint x, GLint y, GLsizei w, GLsizei h) function 651 driver->Viewport = viewport;
|
/external/chromium_org/ui/surface/ |
accelerated_surface_transformer_win.cc | 285 D3DVIEWPORT9 viewport = { local 290 device()->SetViewport(&viewport);
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_clip.c | 139 /* Do the projective divide and viewport transformation to get 144 const float *scale = clip->stage.draw->viewport.scale; 145 const float *trans = clip->stage.draw->viewport.translate; 294 /* Clip a triangle against the viewport and user clip planes. 463 /* Clip a line against the viewport and user clip planes.
|
draw_pt_fetch_shade_emit.c | 98 fse->key.viewport = !draw->identity_viewport;
|
/external/mesa3d/src/mesa/drivers/dri/swrast/ |
swrast.c | 621 viewport(struct gl_context *ctx, GLint x, GLint y, GLsizei w, GLsizei h) function 651 driver->Viewport = viewport;
|
/frameworks/base/libs/hwui/ |
OpenGLRenderer.h | 365 int getViewportWidth() { return getSnapshot()->viewport.getWidth(); } 366 int getViewportHeight() { return getSnapshot()->viewport.getHeight(); } 453 * initial OpenGL state (viewport, clearing the buffer, etc.) [all...] |
OpenGLRenderer.cpp | 189 mFirstSnapshot->viewport.set(0, 0, width, height); 373 glViewport(0, 0, snapshot->viewport.getWidth(), snapshot->viewport.getHeight()); 395 glViewport(0, 0, snapshot->viewport.getWidth(), snapshot->viewport.getHeight()); 470 info.width = getSnapshot()->viewport.getWidth(); 754 Rect& r = previous->viewport; 805 if (!bounds.intersect(mSnapshot->previous->viewport)) { 854 mSnapshot->viewport.set(0.0f, 0.0f, bounds.getWidth(), bounds.getHeight()); 875 * - Change viewport, clip and projection matri [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/ |
ribbon.js | 194 // Only add items that are in either old or the new viewport. 202 // If the node is not in the new viewport we only need it while
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/ |
FECustomFilter.cpp | 141 m_context->viewport(0, 0, m_contextSize.width(), m_contextSize.height());
|
/external/chromium-trace/ |
script.js | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
prototype-1.7.js | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSGrammar.y | 298 %type <rule> viewport 516 | viewport 586 | viewport 597 | viewport 1084 viewport: label [all...] |
CSSTokenizer-in.cpp | 1005 CASE("viewport") { [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
si_state.c | 226 * Clipping, scissors and viewport 280 struct si_state_viewport *viewport = CALLOC_STRUCT(si_state_viewport); local 281 struct si_pm4_state *pm4 = &viewport->pm4; 283 if (viewport == NULL) 286 viewport->viewport = *state; 297 si_pm4_set_state(rctx, viewport, viewport); [all...] |
/external/mesa3d/src/gallium/drivers/radeonsi/ |
si_state.c | 226 * Clipping, scissors and viewport 280 struct si_state_viewport *viewport = CALLOC_STRUCT(si_state_viewport); local 281 struct si_pm4_state *pm4 = &viewport->pm4; 283 if (viewport == NULL) 286 viewport->viewport = *state; 297 si_pm4_set_state(rctx, viewport, viewport); [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Renderer11.cpp | 764 bool Renderer11::setViewport(const gl::Rectangle &viewport, float zNear, float zFar, GLenum drawMode, GLenum frontFace, 767 gl::Rectangle actualViewport = viewport; 780 // Get D3D viewport bounds, which depends on the feature level 2704 D3D11_VIEWPORT viewport; local [all...] |
Renderer11.h | 67 virtual bool setViewport(const gl::Rectangle &viewport, float zNear, float zFar, GLenum drawMode, GLenum frontFace, 285 // Currently applied viewport
|
/external/chromium_org/cc/layers/ |
layer_impl.cc | 996 gfx::RectF viewport(PointAtOffsetFromOrigin(current_offset), bounds_); 1003 viewport.width() / scrollable_size.width()); 1009 viewport.height() / scrollable_size.height()); [all...] |
/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/cc/trees/ |
layer_tree_host_impl.h | 205 // Viewport size in draw space: this size is in physical pixels and is used 209 // Viewport size for scrolling and fixed-position compensation. This value 228 gfx::Rect viewport, 417 // Viewport rectangle and clip in nonflipped window space. These rects 600 // Viewport size passed in from the main thread, in physical pixels. This 601 // value is the default size for all concepts of physical viewport (draw 602 // viewport, scrolling viewport and device viewport), but it can be 614 // Vertical amount of the viewport size that's known to covered by [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/ |
Context.h | 148 Rectangle viewport; member in struct:gl::State
|