resolve Qualifier Dp
fun resolveQualifierDp(customDpMap: Map<DpQualifierEntry, Dp>, smallestWidthDp: Float, currentScreenWidthDp: Float, currentScreenHeightDp: Float, initialBaseDp: Dp): Dp
EN Helper function that isolates the logic for fetching and selecting the custom Dp value through Qualifiers (SW, H, W). This logic should be called inside a 'remember' block for performance.
PT Função auxiliar que isola a lógica de busca e seleção do valor Dp customizado através dos Qualificadores (SW, H, W). Esta lógica deve ser chamada dentro de um 'remember' para ser performática.