Searched refs:bottomBorder (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/effects/ |
D | SkBlurImageFilter.cpp | 80 int bottomBorder = SkMin32(bottomOffset + 1, height); in boxBlurY() local 86 for (int i = 0; i < bottomBorder; ++i) { in boxBlurY()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | RenderThemeGtk2.cpp | 378 int leftBorder = 0, rightBorder = 0, bottomBorder = 0, topBorder = 0; in paintMenuList() local 379 getButtonInnerBorder(gtkComboBoxButton(), leftBorder, topBorder, rightBorder, bottomBorder); in paintMenuList() 406 bottomBorder += focusPadding + focusWidth; in paintMenuList() 408 IntRect separatorRect(0, topBorder, separatorWidth, rect.height() - topBorder - bottomBorder); in paintMenuList()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | PlatformContextSkia.cpp | 363 SkRect bottomBorder = { rect.fLeft, rect.fBottom - 1, rect.fRight, rect.fBottom }; in drawRect() local 364 canvas()->drawRect(bottomBorder, paint); in drawRect()
|