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()
356 sk_sp<SkSurface> offscreen = surface->makeSurface(offscreenInfo); in renderOverdraw() local357 SkOverdrawCanvas overdrawCanvas(offscreen->getCanvas()); in renderOverdraw()364 sk_sp<SkImage> counts = offscreen->makeImageSnapshot(); in renderOverdraw()
798 final boolean offscreen = r.right > size.x || r.bottom > size.y; in dump()802 + (offscreen ? " OFFSCREEN!" : "")); in dump()
3170 final boolean offscreen = offscreenLandscape || offscreenPortrait; in selectDockedDividerAnimationLw()3171 if (behindNavBar || offscreen) { in selectDockedDividerAnimationLw()