Searched refs:tempSkBmp (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_dump_layers.cpp | 322 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/ |
D | hwc_dump_layers.cpp | 317 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/ |
D | hwc_dump_layers.cpp | 317 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/ |
D | hwc_dump_layers.cpp | 321 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()
|