WebTestThemeEngineMock.cpp | 236 SkIRect lirect; local 238 lirect.set(irect.fLeft + indentLeft, 242 box(canvas, lirect, innerColor); 540 SkIRect lirect = irect; local 546 lirect.inset(halfWidth - sliderIndent, noOffset); 547 box(canvas, lirect, bgColors[state]); 551 lirect.inset(noOffset, halfHeight - sliderIndent); 552 box(canvas, lirect, bgColors[state]); 567 SkIRect lirect; local 572 lirect.set(rect.x, rect.y, rect.x + rect.width - 1, rect.y + halfHeight - 1) [all...] |