InbvSolidColorFill

VOID __stdcall InbvSolidColorFill(UINT64 x1, UINT64 y1, UINT64 x2, UINT64 y2, UINT64 color){
  void(__fastcall *v5)(UINT64, UINT64, _QWORD, UINT64, _DWORD); 

  if( qword_140C508A8 )
  {
    v5 = (void(__fastcall *)(UINT64, UINT64, _QWORD, UINT64, _DWORD))qword_140C508A8[4];
    if( v5 )
      v5(x1, y1, (unsigned int)x2, y2, color);
  }
}

Referenced by:

DisplayBootBitmap