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

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_dump_layers.cpp317 SkBitmap *tempSkBmp = new SkBitmap(); local
338 tempSkBmp->setConfig(tempSkBmpConfig, getWidth(hnd), getHeight(hnd));
339 tempSkBmp->setPixels((void*)hnd->base);
341 *tempSkBmp, SkImageEncoder::kPNG_Type, 100);
350 delete tempSkBmp; // Calls SkBitmap::freePixels() internally.
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_dump_layers.cpp317 SkBitmap *tempSkBmp = new SkBitmap(); local
338 tempSkBmp->setConfig(tempSkBmpConfig, getWidth(hnd), getHeight(hnd));
339 tempSkBmp->setPixels((void*)hnd->base);
341 *tempSkBmp, SkImageEncoder::kPNG_Type, 100);
350 delete tempSkBmp; // Calls SkBitmap::freePixels() internally.
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_dump_layers.cpp322 SkBitmap *tempSkBmp = new SkBitmap(); local
345 tempSkBmp->setInfo(SkImageInfo::Make(getWidth(hnd), getHeight(hnd),
347 tempSkBmp->setPixels((void*)hnd->base);
349 *tempSkBmp, SkImageEncoder::kPNG_Type, 100);
358 delete tempSkBmp; // Calls SkBitmap::freePixels() internally.
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_dump_layers.cpp321 SkBitmap *tempSkBmp = new SkBitmap(); local
346 tempSkBmp->setInfo(SkImageInfo::Make(getWidth(hnd), getHeight(hnd),
348 tempSkBmp->setPixels((void*)hnd->base);
350 *tempSkBmp, SkImageEncoder::kPNG_Type, 100);
359 delete tempSkBmp; // Calls SkBitmap::freePixels() internally.

Completed in 27 milliseconds