Searched refs:ePos (Results 1 – 7 of 7) sorted by relevance
132 int ePos = str.Find(L'.', aPos + 1); in CheckMailLink() local133 if (ePos == -1 || ePos == aPos + 1) in CheckMailLink()
1178 uint ePos;1189 ePos = ScaleQuantumToMap(getRed(oValue)); 1190 eValue = stretch_map[ePos];1199 ePos = ScaleQuantumToMap(getGreen(oValue)); 1200 eValue = stretch_map[ePos];1209 ePos = ScaleQuantumToMap(getBlue(oValue)); 1210 eValue = stretch_map[ePos];1219 ePos = ScaleQuantumToMap(getAlpha(oValue)); 1220 eValue = stretch_map[ePos];1638 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);
664 int ePos = buf.lastIndexOf('e'); in decimals() local665 int expNumPos = ePos + 1; in decimals()671 int numFractionDigits = ePos - 2 - exponent; in decimals()675 for (int i=ePos-1; numFractionDigits > 0; --i) { in decimals()
703 int ePos = buf.lastIndexOf('e'); in decimals() local704 int expNumPos = ePos + 1; in decimals()710 int numFractionDigits = ePos - 2 - exponent; in decimals()714 for (int i=ePos-1; numFractionDigits > 0; --i) { in decimals()
684 int ePos = buf.lastIndexOf('e'); in decimals() local685 int expNumPos = ePos + 1; in decimals()691 int numFractionDigits = ePos - 2 - exponent; in decimals()695 for (int i=ePos-1; numFractionDigits > 0; --i) { in decimals()