Home
last modified time | relevance | path

Searched refs:kAntiAliasPad (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DSmallPathRenderer.cpp50 static const int kAntiAliasPad = 1; member
375 int width = devPathBounds.width() + 2 * kAntiAliasPad; in addDFPathToAtlas()
376 int height = devPathBounds.height() + 2 * kAntiAliasPad; in addDFPathToAtlas()
378 SkScalar translateX = kAntiAliasPad - dx; in addDFPathToAtlas()
379 SkScalar translateY = kAntiAliasPad - dy; in addDFPathToAtlas()
471 int width = devPathBounds.width() + 2 * kAntiAliasPad; in addBMPathToAtlas()
472 int height = devPathBounds.height() + 2 * kAntiAliasPad; in addBMPathToAtlas()
474 SkScalar translateX = kAntiAliasPad - dx; in addBMPathToAtlas()
475 SkScalar translateY = kAntiAliasPad - dy; in addBMPathToAtlas()

Completed in 2 milliseconds