/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Blit.h | 32 // sourceRect, xoffset, yoffset are in D3D coordinates (0,0 in upper-left) 33 bool copy(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorageInterface2D *storage, GLint level); 34 bool copy(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storage, GLenum target, GLint level); 37 // sourceRect, xoffset, yoffset are in D3D coordinates (0,0 in upper-left) 39 bool formatConvert(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest); 55 bool copy(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest); 56 IDirect3DTexture9 *copySurfaceToTexture(IDirect3DSurface9 *surface, const RECT &sourceRect); 57 void setViewport(const RECT &sourceRect, GLint xoffset, GLint yoffset);
|
Blit.cpp | 214 bool Blit::copy(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorageInterface2D *storage, GLint level) 242 result = copy(source, sourceRect, destFormat, xoffset, yoffset, destSurface); 250 bool Blit::copy(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storage, GLenum target, GLint level) 278 result = copy(source, sourceRect, destFormat, xoffset, yoffset, destSurface); 286 bool Blit::copy(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest) 303 RECT destRect = {xoffset, yoffset, xoffset + (sourceRect.right - sourceRect.left), yoffset + (sourceRect.bottom - sourceRect.top)}; 304 HRESULT result = device->StretchRect(source, &sourceRect, dest, &destRect, D3DTEXF_POINT) [all...] |
Renderer.h | 200 virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat, 202 virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat,
|
Renderer11.h | 139 virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat, 141 virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat,
|
Renderer9.h | 157 virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat, 159 virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat,
|
Renderer9.cpp | [all...] |
Image9.cpp | 530 RECT sourceRect = {x, y, x + width, y + height}; 534 result = renderTargetData->LockRect(&sourceLock, &sourceRect, 0);
|
Renderer11.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
ImageBuffer.cpp | 348 void ImageBuffer::putByteArray(Multiply multiplied, Uint8ClampedArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint) 353 ASSERT(sourceRect.width() > 0); 354 ASSERT(sourceRect.height() > 0); 356 int originX = sourceRect.x(); 357 int destX = destPoint.x() + sourceRect.x(); 361 ASSERT(originX < sourceRect.maxX()); 363 int endX = destPoint.x() + sourceRect.maxX(); 368 int originY = sourceRect.y(); 369 int destY = destPoint.y() + sourceRect.y(); 373 ASSERT(originY < sourceRect.maxY()) [all...] |
ImageBuffer.h | 96 void putByteArray(Multiply multiplied, Uint8ClampedArray*, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
FrameImage2D.java | 92 * @param sourceRect The source rectangle in normalized coordinates. 95 public void copyToFrame(FrameImage2D target, RectF sourceRect, RectF targetRect) { 97 gpuImageCopy(this, target, sourceRect, targetRect); 99 cpuImageCopy(this, target, sourceRect, targetRect);
|
SurfaceHolderTarget.java | 166 Rect sourceRect = new Rect(0, 0, bitmap.getWidth(), bitmap.getHeight()); 168 RectF targetRect = getTargetRect(sourceRect, surfaceRect); 172 canvas.drawBitmap(bitmap, sourceRect, targetRect, new Paint());
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
Texture.cpp | 514 gl::Rectangle sourceRect; 515 sourceRect.x = x; 516 sourceRect.width = width; 517 sourceRect.y = y; 518 sourceRect.height = height; 520 mRenderer->copyImage(source, sourceRect, format, 0, 0, mTexStorage, level); 548 gl::Rectangle sourceRect; 549 sourceRect.x = x; 550 sourceRect.width = width; 551 sourceRect.y = y [all...] |
Context.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/win/ |
TransparencyWin.cpp | 456 SkRect sourceRect = SkRect::MakeWH( 459 m_destContext->drawBitmapRect(*bitmap, &sourceRect, destRect, &paint); 492 SkRect sourceRect = SkRect::MakeWH( 495 m_destContext->drawBitmapRect(bitmap, &sourceRect, destRect, 0);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FilterEffect.cpp | 94 FloatRect sourceRect = mapRect(destRect, false); 109 result = m_inputEffects.at(0)->getSourceRect(sourceRect, sourceClipRect); 111 result.unite(m_inputEffects.at(i)->getSourceRect(sourceRect, sourceClipRect)); 113 result = sourceRect;
|
FEComposite.cpp | 299 IntRect sourceRect(IntPoint(destinationRect.x() - in->absolutePaintRect().x(), 304 filterContext->drawImageBuffer(imageBuffer, destinationPoint, sourceRect, CompositeSourceIn);
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
dsa_old.cpp | 635 TRect sourceRect = aRect; 640 Rotate(sourceRect); 644 if(iSourceMode != DisplayMode() || targetRect != sourceRect || targetRect != updateRect || ((iStateFlags & EOrientationFlags) != 0)) 646 sourceRect.Intersection(targetRect); //so source always smaller or equal than target 648 ClipCopy(target, aBits, updateRect, sourceRect);
|
dsa.cpp | 1070 TRect sourceRect = aRect; 1078 Rotate(sourceRect); 1082 if(iSourceMode != DisplayMode() || targetRect != sourceRect || targetRect != updateRect || ((iStateFlags & EOrientationFlags) != 0)) 1084 sourceRect.Intersection(targetRect); //so source always smaller or equal than target 1086 ClipCopy(target, aBits, updateRect, sourceRect);
|
dsa_new.cpp | 955 TRect sourceRect = aRect; 963 Rotate(sourceRect); 967 if(iSourceMode != DisplayMode() || targetRect != sourceRect || targetRect != updateRect || ((iStateFlags & EOrientationFlags) != 0)) 969 sourceRect.Intersection(targetRect); //so source always smaller or equal than target 971 ClipCopy(target, aBits, updateRect, sourceRect); 1006 TRect sourceRect = aRect; 1011 Rotate(sourceRect); 1015 if(iSourceMode != DisplayMode() || targetRect != sourceRect || targetRect != updateRect || ((iStateFlags & EOrientationFlags) != 0)) 1017 sourceRect.Intersection(targetRect); //so source always smaller or equal than target 1019 ClipCopy(target, aBits, updateRect, sourceRect.iTl) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
CanvasRenderingContext2D.cpp | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |