Home
last modified time | relevance | path

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

/third_party/skia/tools/
H A Dblob_cache_sim.cpp68 SkIRect iBounds = bounds.roundOut(); in main() local
69 if (iBounds.size().isEmpty()) { in main()
73 sk_sp<SkSurface> surf = SkSurface::MakeRasterN32Premul(iBounds.width() + 16, in main()
74 iBounds.height() + 16); in main()
76 canvas->translate(8.0f - iBounds.x(), 8.0f - iBounds.y()); in main()

Completed in 2 milliseconds