Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dbasic_transformer.cpp286 static uint32_t RGB565to32(uint16_t c) in RGB565to32() function
386 aroundPixels.color00 = RGB565to32(row0[aroundPos.x0]); in GetAroundPixelRGB565()
387 aroundPixels.color01 = RGB565to32(row0[aroundPos.x1]); in GetAroundPixelRGB565()
388 aroundPixels.color10 = RGB565to32(row1[aroundPos.x0]); in GetAroundPixelRGB565()
389 aroundPixels.color11 = RGB565to32(row1[aroundPos.x1]); in GetAroundPixelRGB565()