Home
last modified time | relevance | path

Searched refs:bottomOffset (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/effects/
DSkBlurImageFilter.cpp77 int topOffset, int bottomOffset) in boxBlurY() argument
80 int bottomBorder = SkMin32(bottomOffset + 1, height); in boxBlurY()
108 if (y + bottomOffset + 1 < height) { in boxBlurY()
109 SkColor r = *(sptr + (bottomOffset + 1) * srcStride); in boxBlurY()
/external/chromium/chrome/browser/ui/cocoa/
Dtabpose_window.mm248 - (int)bottomOffset { method
249 int bottomOffset = 0;
258 bottomOffset +=
260 bottomOffset += 1; // :-( Divider line between web contents and devtools.
262 return bottomOffset;
301 int bottomOffset = [self bottomOffset];
303 fullSize_.height - topOffset - bottomOffset);
315 // destination rect is (0, bottomOffset), (fullSize_.width, topOffset). But we
319 destRect.origin.y += bottomOffset * scale;
320 destRect.size.height -= (bottomOffset + topOffset) * scale;