Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_dump_layers.cpp322 SkBitmap *tempSkBmp = new SkBitmap(); in dumpLayer() local
345 tempSkBmp->setInfo(SkImageInfo::Make(getWidth(hnd), getHeight(hnd), in dumpLayer()
347 tempSkBmp->setPixels((void*)hnd->base); in dumpLayer()
349 *tempSkBmp, SkImageEncoder::kPNG_Type, 100); in dumpLayer()
358 delete tempSkBmp; // Calls SkBitmap::freePixels() internally. in dumpLayer()
/hardware/qcom/display/msm8226/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 *tempSkBmp, SkImageEncoder::kPNG_Type, 100); in dumpLayer()
350 delete tempSkBmp; // Calls SkBitmap::freePixels() internally. in dumpLayer()
/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 *tempSkBmp, SkImageEncoder::kPNG_Type, 100); in dumpLayer()
350 delete tempSkBmp; // Calls SkBitmap::freePixels() internally. in dumpLayer()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_dump_layers.cpp321 SkBitmap *tempSkBmp = new SkBitmap(); in dumpLayer() local
346 tempSkBmp->setInfo(SkImageInfo::Make(getWidth(hnd), getHeight(hnd), in dumpLayer()
348 tempSkBmp->setPixels((void*)hnd->base); in dumpLayer()
350 *tempSkBmp, SkImageEncoder::kPNG_Type, 100); in dumpLayer()
359 delete tempSkBmp; // Calls SkBitmap::freePixels() internally. in dumpLayer()