/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderBoxModelObject.h | 209 IntRect destRect() const { return m_destRect; } 210 void setDestRect(const IntRect& destRect) 212 m_destRect = destRect;
|
RenderBoxModelObject.cpp | [all...] |
RenderBox.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FilterEffect.h | 127 FloatRect getSourceRect(const FloatRect& destRect, const FloatRect& clipRect);
|
FilterEffect.cpp | 92 FloatRect FilterEffect::getSourceRect(const FloatRect& destRect, const FloatRect& destClipRect) 94 FloatRect sourceRect = mapRect(destRect, false);
|
/packages/apps/Camera2/src/com/android/camera/tinyplanet/ |
TinyPlanetFragment.java | 483 RectF destRect = new RectF(left * scale, top * scale, right * scale, bottom * scale); 484 paddedCanvas.drawBitmap(bitmapIn, null, destRect, null);
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
FloatRect.h | 238 // Map supplied rect from srcRect to an equivalent rect in destRect. 239 PLATFORM_EXPORT FloatRect mapRect(const FloatRect&, const FloatRect& srcRect, const FloatRect& destRect);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/ |
svga_reg.h | [all...] |
svga3d_reg.h | [all...] |
/external/mesa3d/src/gallium/drivers/svga/include/ |
svga_reg.h | [all...] |
svga3d_reg.h | [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Blit.cpp | 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);
|
Renderer11.cpp | [all...] |
Image9.cpp | 531 RECT destRect = {xoffset, yoffset, xoffset + width, yoffset + height}; 545 result = lock(&destLock, &destRect);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/ |
svga_dump.c | [all...] |
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
svga_dump.c | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
CanvasRenderingContext2D.cpp | [all...] |
WebGLRenderingContext.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GraphicsContext.cpp | [all...] |