Searched refs:offscreen (Results 1 – 4 of 4) sorted by relevance
55 std::string offscreen = "offscreen line " + stri; in createContent() local56 std::unique_ptr<uint16_t[]> offtext = TestUtils::asciiToUtf16(offscreen.c_str()); in createContent()57 canvas.drawText(offtext.get(), 0, offscreen.length(), offscreen.length(), in createContent()
377 sk_sp<SkSurface> offscreen = surface->makeSurface(offscreenInfo); in renderOverdraw() local378 SkOverdrawCanvas overdrawCanvas(offscreen->getCanvas()); in renderOverdraw()385 sk_sp<SkImage> counts = offscreen->makeImageSnapshot(); in renderOverdraw()
793 final boolean offscreen = r.right > size.x || r.bottom > size.y; in dump()797 + (offscreen ? " OFFSCREEN!" : "")); in dump()
3195 final boolean offscreen = offscreenLandscape || offscreenPortrait; in selectDockedDividerAnimationLw()3196 if (behindNavBar || offscreen) { in selectDockedDividerAnimationLw()