Searched refs:bottomOffset (Results 1 – 2 of 2) sorted by relevance
77 int topOffset, int bottomOffset) in boxBlurY() argument80 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()
248 - (int)bottomOffset { method249 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 we319 destRect.origin.y += bottomOffset * scale;320 destRect.size.height -= (bottomOffset + topOffset) * scale;