Searched refs:intPad (Results 1 – 1 of 1) sorted by relevance
346 const int intPad = SkScalarCeilToInt(kAntiAliasPad); in addPathToAtlas() local350 devPathBounds.fLeft = intPad; in addPathToAtlas()351 devPathBounds.fTop = intPad; in addPathToAtlas()352 devPathBounds.fRight = intPad + width; in addPathToAtlas()353 devPathBounds.fBottom = intPad + height; in addPathToAtlas()354 devPathBounds.outset(intPad, intPad); in addPathToAtlas()