Searched refs:viewport (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGLengthContext.h58 static FloatRect resolveRectangle(const T* context, SVGUnitTypes::SVGUnitType type, const FloatRect& viewport) argument
60 return SVGLengthContext::resolveRectangle(context, type, viewport, context->x(), context->y(), context->width(), context->height());
63 static FloatRect resolveRectangle(const SVGElement*, SVGUnitTypes::SVGUnitType, const FloatRect& viewport, const SVGLength& x, const SVGLength& y, const SVGLength& width, const SVGLength& height);
73 SVGLengthContext(const SVGElement*, const FloatRect& viewport);
H A DSVGLengthContext.cpp43 SVGLengthContext::SVGLengthContext(const SVGElement* context, const FloatRect& viewport) argument
45 , m_overridenViewport(viewport)
49 FloatRect SVGLengthContext::resolveRectangle(const SVGElement* context, SVGUnitTypes::SVGUnitType type, const FloatRect& viewport, const SVGLength& x, const SVGLength& y, const SVGLength& width, const SVGLength& height) argument
57 SVGLengthContext lengthContext(context, viewport);
58 return FloatRect(x.value(lengthContext) + viewport.x(),
59 y.value(lengthContext) + viewport.y(),
90 // If the SVGLengthContext carries a custom viewport, force resolving against it.
284 // If an overriden viewport is given, it has precedence.
290 // Root <svg> element lengths are resolved against the top level viewport.
296 // Take size from nearest viewport elemen
[all...]
H A DSVGSVGElement.idl33 readonly attribute SVGRect viewport;
H A DSVGSVGElement.h61 FloatRect viewport() const;
H A DSVGSVGElement.cpp144 FloatRect SVGSVGElement::viewport() const function in class:WebCore::SVGSVGElement
464 // to map an element from SVG viewport coordinates to CSS box coordinates.
611 FloatRect viewportRect = toRenderSVGViewportContainer(renderer())->viewport();
692 // or MyDrawing.svg#xpointer(id('MyView'))) then the closest ancestor ���svg��� element is displayed in the viewport.
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGViewportContainer.h38 FloatRect viewport() const { return m_viewport; } function in class:WebCore::final
/macosx-10.10/screen-22/screen/
H A Ddisplay.h50 struct viewport *c_vplist;
63 struct viewport struct
65 struct viewport *v_next; /* next vp on canvas */
H A Dlayer.c91 struct viewport *vp;
136 struct viewport *vp;
188 struct viewport *vp;
250 struct viewport *vp;
303 struct viewport *vp;
340 struct viewport *vp;
400 struct viewport *vp;
470 struct viewport *vp;
507 struct viewport *vp;
578 struct viewport *v
[all...]
H A Ddisplay.c459 struct viewport *vp, *nvp;
614 struct viewport *vp, *vpn;
633 if ((vp = (struct viewport *)malloc(sizeof *vp)) == 0)
646 if ((vp = (struct viewport *)malloc(sizeof *vp)) == 0)
658 if ((vp = (struct viewport *)malloc(sizeof *vp)) == 0)
670 if ((vp = (struct viewport *)malloc(sizeof *vp)) == 0)
705 struct viewport *vp;
1143 struct viewport *vp;
1179 return EXPENSIVE; /* crosses viewport boundaries */
1411 struct viewport *v
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DTiledBackingStore.h75 double tileDistance(const IntRect& viewport, const Tile::Coordinate&) const;
H A DTiledBackingStore.cpp195 double TiledBackingStore::tileDistance(const IntRect& viewport, const Tile::Coordinate& tileCoordinate) const argument
197 if (viewport.intersects(tileRectForCoordinate(tileCoordinate)))
200 IntPoint viewCenter = viewport.location() + IntSize(viewport.width() / 2, viewport.height() / 2);
290 // Search for the tile position closest to the viewport center that does not yet contain a tile.
388 // If we cover more that the actual viewport we can be smart about which tiles we choose to render.
H A DGraphicsContext3D.h825 void viewport(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height);
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/canvas/
H A Dosm.tcl47 ## map displays. For the latter we have to get viewport tracking
196 -viewport-command VPTRACK -grid-cell-command GET \
276 # args = viewport, pixels, see also canvas::sqmap, SetPixelView.
277 global viewport
278 set viewport [list $xl $yt $xr $yb]
279 #puts VP-TRACK($viewport)
284 # args = viewport, pixels, see also canvas::sqmap, SetPixelView.
354 # left corner. for this translation we need the viewport data of
366 global viewport
368 foreach {l t r b} $viewport brea
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapperGL.cpp141 GC3Dint viewport[4]; member in struct:WebCore::TextureMapperGLData
277 m_context3D->getIntegerv(GraphicsContext3D::VIEWPORT, data().viewport);
279 m_clipStack.reset(IntRect(0, 0, data().viewport[2], data().viewport[3]), ClipStack::InvertedYAxis);
987 m_context3D->viewport(0, 0, m_textureSize.width(), m_textureSize.height());
1026 IntSize viewportSize(data().viewport[2], data().viewport[3]);
1028 m_context3D->viewport(data().viewport[0], data().viewport[
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/CoordinatedGraphics/
H A DWebView.cpp157 const FloatRect& viewport = m_userViewportTransform.mapRect(IntRect(IntPoint(), m_size)); local
159 scene->paintToCurrentGLContext(transformToScene().toTransformationMatrix(), m_opacity, viewport);
/macosx-10.10/groff-38/groff/src/devices/xditview/
H A Dxditview.c136 static Widget toplevel, paned, viewport, dvi; variable
250 viewport = XtCreateManagedWidget("viewport", viewportWidgetClass, paned,
252 dvi = XtCreateManagedWidget ("dvi", dviWidgetClass, viewport, NULL, 0);
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSGrammar.y.in333 %type <rule> viewport
334 %destructor { if ($$) $$->deref(); } viewport
448 | viewport
496 | viewport
969 viewport:
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/canvas/
H A Dcanvas_sqmap.tcl14 # -- Factor the low-level viewport tracking and viewport stabilization
25 # -- Consider viewport stabilization for when the canvas is resized.
64 # (**) Dragging changes the viewport, we do not see this without
94 option -viewport-command -default {} -configuremethod O-vp-command
198 ## viewport. See the scroll method interception below too.
208 # ... then compute and record the changed viewport, and
215 ## Intercepting the scroll methods to keep track of the viewport.
222 # Keep track of the viewport in case of changes.
230 # Keep track of the viewport i
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Determ.vim129 syn keyword etermImageModes contained image trans viewport auto solid
133 syn keyword etermImageModesR contained image trans viewport auto solid
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DWebGLRenderingContext.idl668 [StrictTypeChecking] void viewport(GLint x, GLint y, GLsizei width, GLsizei height);
H A DWebGLRenderingContext.h301 void viewport(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height);
H A DWebGLRenderingContext.cpp590 m_context->viewport(0, 0, canvasSize.width(), canvasSize.height());
4693 void WebGLRenderingContext::viewport(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height) function in class:WebCore::__anon5641::WebGLRenderingContext
4697 if (!validateSize("viewport", width, height))
4699 m_context->viewport(x, y, width, height);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/opengl/
H A DGraphicsContext3DOpenGLCommon.cpp1297 void GraphicsContext3D::viewport(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height) function in class:WebCore::GraphicsContext3D

Completed in 714 milliseconds