Searched refs:scissor (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DTransferQueue.h46 GLboolean scissor[1]; member in struct:WebCore::GLState
H A DTransferQueue.cpp551 glGetBooleanv(GL_SCISSOR_TEST, m_GLStateBeforeBlit.scissor);
579 if (m_GLStateBeforeBlit.scissor[0])
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerRendererChromium.cpp529 // necessary transformations, scissor rectangles, render surfaces, etc.
637 // The render surface scissor rect is the scissor rect that needs to
665 // Layers inherit the scissor rect from their superlayer.
675 IntRect scissor = drawLayer->scissorRect(); local
676 scissor.intersect(transformedLayerRect);
677 drawLayer->setScissorRect(scissor);
781 // scissor rect to be expressed in the new surface's coordinate system.
941 // Sets the scissor region to the given rectangle. The coordinate system for the
947 // The scissor coordinate
[all...]
H A DGLES2Canvas.cpp251 m_context->scissor(intX, m_size.height() - intHeight - intY, intWidth, intHeight);
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DSharedGraphicsContext3D.h79 void scissor(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height);
H A DSharedGraphicsContext3D.cpp131 void SharedGraphicsContext3D::scissor(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height) function in class:WebCore::SharedGraphicsContext3D
133 m_context->scissor(x, y, width, height);
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp1225 GrGLIRect scissor; local
1227 scissor.setRelativeTo(vp, rect->fLeft, rect->fTop,
1229 if (scissor.contains(vp)) {
1235 if (fHWBounds.fScissorRect != scissor) {
1236 scissor.pushToGLScissor(this->glInterface());
1237 fHWBounds.fScissorRect = scissor;
1638 // Apple's extension uses the scissor as the blit bounds.
1647 // this respects the scissor during the blit, so disable it.
/external/webkit/Source/WebKit/chromium/public/
H A DWebGraphicsContext3D.h275 virtual void scissor(WGC3Dint x, WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height) = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DGraphicsContext3DInternal.h181 void scissor(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height);
H A DGraphicsContext3DChromium.cpp598 DELEGATE_TO_IMPL_4(scissor, GC3Dint, GC3Dint, GC3Dsizei, GC3Dsizei)
1068 DELEGATE_TO_INTERNAL_4(scissor, GC3Dint, GC3Dint, GC3Dsizei, GC3Dsizei)
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.h186 void scissor(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height);
H A DWebGLRenderingContext.idl591 [StrictTypeChecking] void scissor(in long x, in long y, in long width, in long height);
H A DWebGLRenderingContext.cpp2928 void WebGLRenderingContext::scissor(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height) function in class:WebCore::__anon13216::WebGLRenderingContext
2934 m_context->scissor(x, y, width, height);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h712 void scissor(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height);
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp903 void GraphicsContext3D::scissor(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height) function in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp1184 void GraphicsContext3D::scissor(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height) function in class:WebCore::GraphicsContext3D

Completed in 315 milliseconds