Searched refs:RGB565to32 (Results 1 – 1 of 1) sorted by relevance
286 static uint32_t RGB565to32(uint16_t c) in RGB565to32() function386 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()