/external/chromium_org/third_party/skia/src/core/ |
SkDevice.cpp | 105 SkIRect subrect = srcRect; local 106 subrect.offset(-x, -y); 108 bmp->extractSubset(&bmpSubset, subrect);
|
/external/skia/src/core/ |
SkDevice.cpp | 105 SkIRect subrect = srcRect; local 106 subrect.offset(-x, -y); 108 bmp->extractSubset(&bmpSubset, subrect);
|
/external/chromium_org/third_party/skia/include/gpu/gl/ |
GrGLConfig_chrome.h | 21 // ANGLE can go faster if the entire fbo is read rather than a subrect
|
/external/skia/include/gpu/gl/ |
GrGLConfig_chrome.h | 21 // ANGLE can go faster if the entire fbo is read rather than a subrect
|
/external/chromium_org/content/common/gpu/client/ |
gl_helper_scaling.h | 122 void UpdateSize(gfx::Size* subrect) { 124 subrect->set_width(scale_size); 126 subrect->set_height(scale_size);
|
/external/chromium_org/content/browser/renderer_host/ |
compositing_iosurface_transformer_mac_unittest.cc | 473 // Subrect resize test: missing top row in source. 477 // Subrect resize test: missing left column in source. 481 // Subrect resize test: missing top+bottom rows, and left column in source. 485 // Subrect resize test: missing top row, and left+right columns in source. 510 // Subrect resize test: missing top row in source. 514 // Subrect resize test: missing left column in source. 518 // Subrect resize test: missing top+bottom rows, and left column in 524 // Subrect resize test: missing top row, and left+right columns in source.
|
/external/chromium_org/cc/resources/ |
picture_pile_impl.h | 32 // Raster a subrect of this PicturePileImpl into the given canvas.
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebAXObject.h | 208 // Same, but if the whole object can't be made visible, try for this subrect, in local coordinates.
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGpuGL.cpp | 510 SkIRect subRect = SkIRect::MakeXYWH(*left, *top, *width, *height); 513 if (!subRect.intersect(bounds)) { 517 (subRect.fTop - *top) * *rowBytes + (subRect.fLeft - *left) * bpp); 519 *left = subRect.fLeft; 520 *top = subRect.fTop; 521 *width = subRect.width(); 522 *height = subRect.height(); [all...] |
/external/skia/src/gpu/gl/ |
GrGpuGL.cpp | 510 SkIRect subRect = SkIRect::MakeXYWH(*left, *top, *width, *height); 513 if (!subRect.intersect(bounds)) { 517 (subRect.fTop - *top) * *rowBytes + (subRect.fLeft - *left) * bpp); 519 *left = subRect.fLeft; 520 *top = subRect.fTop; 521 *width = subRect.width(); 522 *height = subRect.height(); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXObject.h | 525 // Same, but if the whole object can't be made visible, try for this subrect, in local coordinates.
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebFrameImpl.cpp | 319 // Spools the printed page, a subrect of frame(). Skip the scale step. 444 // Spools the printed page, a subrect of frame(). Skip the scale step. [all...] |