Home
last modified time | relevance | path

Searched refs:ePos (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fpdftext/
Dcpdf_linkextract.cpp275 auto ePos = str->Find(L'.', aPos.value() + 1); in CheckMailLink() local
276 if (!ePos.has_value() || ePos.value() == aPos.value() + 1) in CheckMailLink()
/external/ImageMagick/MagickCore/
Daccelerate-kernels-private.h1188 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 …]
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPrint3DAPI.cpp541 void CPVRTPrint3D::APIDrawLogo(const EPVRTPrint3DLogo uLogoToDisplay, const int ePos) in APIDrawLogo() argument
597 int nXPos = (ePos & eLeft) ? -1 : 1; in APIDrawLogo()
598 int nYPos = (ePos & eTop) ? 1 : -1; in APIDrawLogo()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPrint3D.h523 void APIDrawLogo(const EPVRTPrint3DLogo uLogoToDisplay, const int ePos);
/external/icu/android_icu4j/src/main/java/android/icu/text/
DPluralRules.java790 int ePos = buf.lastIndexOf('e'); in decimals() local
791 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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java751 int ePos = buf.lastIndexOf('e'); in decimals() local
752 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()