Home
last modified time | relevance | path

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

/external/skia/tools/
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()
/external/skia/src/gpu/ganesh/mtl/
DGrMtlOpsRenderPass.mm44 SkIRect iBounds;
45 fBounds.roundOut(&iBounds);
46 fGpu->submitIndirectCommandBuffer(fRenderTarget, fOrigin, &iBounds);