HomeSort by relevance Sort by last modified time
    Searched refs:viewport (Results 1 - 19 of 19) sorted by null

  /external/webkit/WebCore/svg/
SVGSVGElement.idl 44 readonly attribute [Immutable] SVGRect viewport;
SVGSVGElement.h 62 FloatRect viewport() const;
SVGSVGElement.cpp 112 FloatRect SVGSVGElement::viewport() const function in class:WebCore::SVGSVGElement
533 // Element may not be in the document, pretend we're outermost for viewport(), getCTM(), etc.
  /frameworks/base/opengl/libagl/
matrix.cpp 75 c->transforms.dirty = transform_state_t::VIEWPORT |
132 // Validate the viewport transformation
133 if (dirty & transform_state_t::VIEWPORT) {
515 // premultiply it with the viewport transformation. In addition to
643 c->viewport.surfaceport.x = x;
644 c->viewport.surfaceport.y = y;
647 c->viewport.x,
648 c->viewport.y,
649 c->viewport.w,
650 c->viewport.h)
    [all...]
  /external/qemu/android/skin/
composer.h 40 typedef void (*SkinPlateDrawFunc)( void* user, SkinRegion* region, SkinPos* apos, SkinViewport* viewport, int opaque );
composer.c 284 skin_plate_redraw( SkinPlate* plate, SkinRegion* updated, SkinRegion* drawn, SkinPos* apos, SkinViewport* viewport )
307 plate->surface.draw( plate->surface.user, r, apos, viewport, 1 );
316 plate->surface.draw( plate->surface.user, r, apos, viewport, 0);
330 skin_plate_redraw( areflist_get(plate->group.children, n ), updated, drawn, &pos, viewport );
  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.cpp 267 void LayerAndroid::updateFixedLayersPositions(const SkRect& viewport)
270 float w = viewport.width();
271 float h = viewport.height();
272 float dx = viewport.fLeft;
273 float dy = viewport.fTop;
294 this->getChild(i)->updateFixedLayersPositions(viewport);
299 // apply the viewport to us
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_phyuv.c 182 PhAreaToRect(&overlay->hwdata->CurrentViewPort, &overlay->hwdata->props.viewport);
364 /* If CurrentViewPort position/size has been changed, then move/resize the viewport */
382 /* Draw the new rectangle of the chroma color at the viewport position */
396 PhAreaToRect(&overlay->hwdata->CurrentViewPort, &overlay->hwdata->props.viewport);
  /external/webkit/WebCore/html/canvas/
WebGLRenderingContext.h 275 void viewport(long x, long y, unsigned long width, unsigned long height);
WebGLRenderingContext.cpp 2407 void WebGLRenderingContext::viewport(long x, long y, unsigned long width, unsigned long height) function in class:WebCore::WebGLRenderingContext
    [all...]
WebGLRenderingContext.idl 182 const unsigned int VIEWPORT = 0x0BA2;
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsContext3D.h 173 VIEWPORT = 0x0BA2,
591 void viewport(long x, long y, unsigned long width, unsigned long height);
  /frameworks/base/include/private/opengles/
gl_context.h 487 VIEWPORT = 0x04,
500 // viewport transformation
629 viewport_t viewport; member in struct:android::gl::ogles_context_t
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsContext3DMac.cpp 962 void GraphicsContext3D::viewport(long x, long y, unsigned long width, unsigned long height) function in class:WebCore::GraphicsContext3D
    [all...]
  /external/webkit/WebKit/chromium/src/
GraphicsContext3D.cpp 2210 void GraphicsContext3D::viewport(long x, long y, unsigned long width, unsigned long height) function in class:WebCore::GraphicsContext3D
    [all...]
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorV8.pm 646 # Special case: SVGSVGEelement::viewport is read-only
647 if (($implClassName eq "SVGSVGElement") and ($attrName eq "viewport")) {
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/webkit/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
concat-jquery-mootools-prototype.js     [all...]

Completed in 1385 milliseconds