Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_dump_layers.cpp322 SkColorType tempSkBmpColor = kUnknown_SkColorType; in dumpLayer() local
330 tempSkBmpColor = kRGBA_8888_SkColorType; in dumpLayer()
333 tempSkBmpColor = kBGRA_8888_SkColorType; in dumpLayer()
336 tempSkBmpColor = kRGB_565_SkColorType; in dumpLayer()
342 tempSkBmpColor = kUnknown_SkColorType; in dumpLayer()
345 if (kUnknown_SkColorType != tempSkBmpColor) { in dumpLayer()
347 tempSkBmpColor, kIgnore_SkAlphaType), 0); in dumpLayer()