/external/skia/gm/ |
nocolorbleed.cpp | 44 // We draw a magnified subrect of the sprite 46 // the subrect is a pure white area
|
/external/chromium_org/third_party/skia/include/gpu/gl/ |
GrGLConfig_chrome.h | 20 // ANGLE can go faster if the entire fbo is read rather than a subrect
|
/external/skia/include/gpu/gl/ |
GrGLConfig_chrome.h | 20 // 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 | 40 // Raster a subrect of this PicturePileImpl into the given canvas.
|
/external/chromium_org/third_party/skia/src/core/ |
SkDevice.cpp | 207 SkIRect subrect = srcRect; local 208 subrect.offset(-x, -y); 210 bmp->extractSubset(&bmpSubset, subrect);
|
/external/skia/src/core/ |
SkDevice.cpp | 207 SkIRect subrect = srcRect; local 208 subrect.offset(-x, -y); 210 bmp->extractSubset(&bmpSubset, subrect);
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebAccessibilityObject.h | 199 // 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 | 553 SkIRect subRect = SkIRect::MakeXYWH(*left, *top, *width, *height); 556 if (!subRect.intersect(bounds)) { 560 (subRect.fTop - *top) * *rowBytes + (subRect.fLeft - *left) * bpp); 562 *left = subRect.fLeft; 563 *top = subRect.fTop; 564 *width = subRect.width(); 565 *height = subRect.height(); [all...] |
/external/skia/src/gpu/gl/ |
GrGpuGL.cpp | 553 SkIRect subRect = SkIRect::MakeXYWH(*left, *top, *width, *height); 556 if (!subRect.intersect(bounds)) { 560 (subRect.fTop - *top) * *rowBytes + (subRect.fLeft - *left) * bpp); 562 *left = subRect.fLeft; 563 *top = subRect.fTop; 564 *width = subRect.width(); 565 *height = subRect.height(); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AccessibilityObject.h | 503 // 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 | 327 // Spools the printed page, a subrect of frame(). Skip the scale step. 457 // Spools the printed page, a subrect of frame(). Skip the scale step. [all...] |