Searched refs:ePos (Results 1 – 6 of 6) sorted by relevance
275 auto ePos = str->Find(L'.', aPos.value() + 1); in CheckMailLink() local276 if (!ePos.has_value() || ePos.value() == aPos.value() + 1) in CheckMailLink()
1188 uint ePos;1199 ePos = ScaleQuantumToMap(getRed(oValue)); 1200 eValue = stretch_map[ePos];1209 ePos = ScaleQuantumToMap(getGreen(oValue)); 1210 eValue = stretch_map[ePos];1219 ePos = ScaleQuantumToMap(getBlue(oValue)); 1220 eValue = stretch_map[ePos];1229 ePos = ScaleQuantumToMap(getAlpha(oValue)); 1230 eValue = stretch_map[ePos];1648 uint ePos;[all …]
541 void CPVRTPrint3D::APIDrawLogo(const EPVRTPrint3DLogo uLogoToDisplay, const int ePos) in APIDrawLogo() argument597 int nXPos = (ePos & eLeft) ? -1 : 1; in APIDrawLogo()598 int nYPos = (ePos & eTop) ? 1 : -1; in APIDrawLogo()
523 void APIDrawLogo(const EPVRTPrint3DLogo uLogoToDisplay, const int ePos);
790 int ePos = buf.lastIndexOf('e'); in decimals() local791 int expNumPos = ePos + 1; in decimals()797 int numFractionDigits = ePos - 2 - exponent; in decimals()801 for (int i=ePos-1; numFractionDigits > 0; --i) { in decimals()
751 int ePos = buf.lastIndexOf('e'); in decimals() local752 int expNumPos = ePos + 1; in decimals()758 int numFractionDigits = ePos - 2 - exponent; in decimals()762 for (int i=ePos-1; numFractionDigits > 0; --i) { in decimals()