Home
last modified time | relevance | path

Searched refs:normStart (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Math/
H A DQuaternion.cpp70 Vector3 normStart = start.Normalized(); in FromRotationTo() local
72 float d = normStart.DotProduct(normEnd); in FromRotationTo()
76 Vector3 c = normStart.CrossProduct(normEnd); in FromRotationTo()
87 Vector3 axis = Vector3::RIGHT.CrossProduct(normStart); in FromRotationTo()
89 axis = Vector3::UP.CrossProduct(normStart); in FromRotationTo()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/coreclr/
H A Dgcinfodecoder.cpp661 UINT32 normStart = lastNormStop + normStartDelta; in EnumerateLiveSlots() local
662 UINT32 normStop = normStart + normStopDelta; in EnumerateLiveSlots()
663 if(normBreakOffset >= normStart && normBreakOffset < normStop) in EnumerateLiveSlots()
667 pseudoBreakOffset = numInterruptibleLength + normBreakOffset - normStart; in EnumerateLiveSlots()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DTextOutputDev.cc3502 int normStart = line->normalized_idx[j]; in findText() local
3506 xMin1 = line->edge[normStart]; in findText()
3514 yMin1 = line->edge[normStart]; in findText()
3519 xMax1 = line->edge[normStart]; in findText()
3527 yMax1 = line->edge[normStart]; in findText()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DTextOutputDev.cc3966 int normStart = line->normalized_idx[j]; in findText() local
3970 xMin1 = line->edge[normStart]; in findText()
3978 yMin1 = line->edge[normStart]; in findText()
3983 xMax1 = line->edge[normStart]; in findText()
3991 yMax1 = line->edge[normStart]; in findText()
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DTextOutputDev.cc3662 int normStart = line->normalized_idx[j]; in findText() local
3666 xMin1 = line->edge[normStart]; in findText()
3674 yMin1 = line->edge[normStart]; in findText()
3679 xMax1 = line->edge[normStart]; in findText()
3687 yMax1 = line->edge[normStart]; in findText()
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DTextOutputDev.cc3662 int normStart = line->normalized_idx[j]; in findText() local
3666 xMin1 = line->edge[normStart]; in findText()
3674 yMin1 = line->edge[normStart]; in findText()
3679 xMax1 = line->edge[normStart]; in findText()
3687 yMax1 = line->edge[normStart]; in findText()
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DTextOutputDev.cc4036 int normStart, normAfterEnd; in findText() local
4038 normStart = line->ascii_idx[j]; in findText()
4044 normStart = line->normalized_idx[j]; in findText()
4051 … adjustRotation(line, normStart, normAfterEnd, &xMin1, &xMax1, &yMin1, &yMax1); in findText()
/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DTextOutputDev.cc4036 int normStart, normAfterEnd; in findText() local
4038 normStart = line->ascii_idx[j]; in findText()
4044 normStart = line->normalized_idx[j]; in findText()
4051 … adjustRotation(line, normStart, normAfterEnd, &xMin1, &xMax1, &yMin1, &yMax1); in findText()
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DTextOutputDev.cc4036 int normStart, normAfterEnd; in findText() local
4038 normStart = line->ascii_idx[j]; in findText()
4044 normStart = line->normalized_idx[j]; in findText()
4051 … adjustRotation(line, normStart, normAfterEnd, &xMin1, &xMax1, &yMin1, &yMax1); in findText()
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DTextOutputDev.cc4036 int normStart, normAfterEnd; in findText() local
4038 normStart = line->ascii_idx[j]; in findText()
4044 normStart = line->normalized_idx[j]; in findText()
4051 … adjustRotation(line, normStart, normAfterEnd, &xMin1, &xMax1, &yMin1, &yMax1); in findText()