Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_dump_layers.cpp317 SkBitmap *tempSkBmp = new SkBitmap(); in dumpLayer() local
338 tempSkBmp->setConfig(tempSkBmpConfig, getWidth(hnd), getHeight(hnd)); in dumpLayer()
339 tempSkBmp->setPixels((void*)hnd->base); in dumpLayer()
341 bResult = SkEncodeImage(&file, *tempSkBmp, SkEncodedImageFormat::kPNG, 100); in dumpLayer()
350 delete tempSkBmp; // Calls SkBitmap::freePixels() internally. in dumpLayer()