Home
last modified time | relevance | path

Searched refs:mStyleStack (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DCanvasRenderingContext2D.cpp1571 for (const auto& style : mStyleStack) { in RestoreClipsAndTransformToTarget()
1618 for (const auto& style : mStyleStack) { in EnsureTarget()
1701 mStyleStack.Clear(); in SetInitialState()
1919 for (const auto& style : mStyleStack) { in ReturnTarget()
2107 mStyleStack[mStyleStack.Length() - 1].transform = mTarget->GetTransform(); in Save()
2108 mStyleStack.SetCapacity(mStyleStack.Length() + 1); in Save()
2109 mStyleStack.AppendElement(CurrentState()); in Save()
2114 mStyleStack.RemoveElementAt(0); in Save()
2121 if (MOZ_UNLIKELY(mStyleStack.Length() < 2)) { in Restore()
2136 mStyleStack.RemoveElementAt(mStyleStack.Length() - 1); in Restore()
[all …]
H A DCanvasRenderingContext2D.h1110 AutoTArray<ContextState, 3> mStyleStack; variable
1113 return mStyleStack[mStyleStack.Length() - 1]; in CurrentState()
1117 return mStyleStack[mStyleStack.Length() - 1]; in CurrentState()
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DCanvasRenderingContext2D.cpp1229 for (auto& style : mStyleStack) { in RestoreClipsAndTransformToTarget()
1280 for (const auto& style : mStyleStack) { in EnsureTarget()
1374 mStyleStack.Clear(); in SetInitialState()
1562 for (const auto& style : mStyleStack) { in ReturnTarget()
1750 mStyleStack[mStyleStack.Length() - 1].transform = mTarget->GetTransform(); in Save()
1751 mStyleStack.SetCapacity(mStyleStack.Length() + 1); in Save()
1752 mStyleStack.AppendElement(CurrentState()); in Save()
1757 mStyleStack.RemoveElementAt(0); in Save()
1762 if (MOZ_UNLIKELY(mStyleStack.Length() < 2)) { in Restore()
1777 mStyleStack.RemoveLastElement(); in Restore()
[all …]
H A DCanvasRenderingContext2D.h981 AutoTArray<ContextState, 3> mStyleStack; variable
984 return mStyleStack[mStyleStack.Length() - 1]; in CurrentState()
988 return mStyleStack[mStyleStack.Length() - 1]; in CurrentState()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DCanvasRenderingContext2D.cpp1224 for (auto& style : mStyleStack) { in RestoreClipsAndTransformToTarget()
1275 for (const auto& style : mStyleStack) { in EnsureTarget()
1366 mStyleStack.Clear(); in SetInitialState()
1544 for (const auto& style : mStyleStack) { in ReturnTarget()
1731 mStyleStack[mStyleStack.Length() - 1].transform = mTarget->GetTransform(); in Save()
1732 mStyleStack.SetCapacity(mStyleStack.Length() + 1); in Save()
1733 mStyleStack.AppendElement(CurrentState()); in Save()
1738 mStyleStack.RemoveElementAt(0); in Save()
1743 if (MOZ_UNLIKELY(mStyleStack.Length() < 2)) { in Restore()
1758 mStyleStack.RemoveLastElement(); in Restore()
[all …]
H A DCanvasRenderingContext2D.h997 AutoTArray<ContextState, 3> mStyleStack; variable
1000 return mStyleStack[mStyleStack.Length() - 1]; in CurrentState()
1004 return mStyleStack[mStyleStack.Length() - 1]; in CurrentState()
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DCanvasRenderingContext2D.cpp1237 for (auto& style : mStyleStack) { in RestoreClipsAndTransformToTarget()
1288 for (const auto& style : mStyleStack) { in EnsureTarget()
1384 mStyleStack.Clear(); in SetInitialState()
1605 for (const auto& style : mStyleStack) { in ReturnTarget()
1793 mStyleStack[mStyleStack.Length() - 1].transform = mTarget->GetTransform(); in Save()
1794 mStyleStack.SetCapacity(mStyleStack.Length() + 1); in Save()
1795 mStyleStack.AppendElement(CurrentState()); in Save()
1800 mStyleStack.RemoveElementAt(0); in Save()
1805 if (MOZ_UNLIKELY(mStyleStack.Length() < 2)) { in Restore()
1820 mStyleStack.RemoveLastElement(); in Restore()
[all …]
H A DCanvasRenderingContext2D.h1005 AutoTArray<ContextState, 3> mStyleStack; variable
1008 return mStyleStack[mStyleStack.Length() - 1]; in CurrentState()
1012 return mStyleStack[mStyleStack.Length() - 1]; in CurrentState()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DCanvasRenderingContext2D.cpp1229 for (auto& style : mStyleStack) { in RestoreClipsAndTransformToTarget()
1280 for (const auto& style : mStyleStack) { in EnsureTarget()
1374 mStyleStack.Clear(); in SetInitialState()
1562 for (const auto& style : mStyleStack) { in ReturnTarget()
1750 mStyleStack[mStyleStack.Length() - 1].transform = mTarget->GetTransform(); in Save()
1751 mStyleStack.SetCapacity(mStyleStack.Length() + 1); in Save()
1752 mStyleStack.AppendElement(CurrentState()); in Save()
1757 mStyleStack.RemoveElementAt(0); in Save()
1762 if (MOZ_UNLIKELY(mStyleStack.Length() < 2)) { in Restore()
1777 mStyleStack.RemoveLastElement(); in Restore()
[all …]
H A DCanvasRenderingContext2D.h981 AutoTArray<ContextState, 3> mStyleStack; variable
984 return mStyleStack[mStyleStack.Length() - 1]; in CurrentState()
988 return mStyleStack[mStyleStack.Length() - 1]; in CurrentState()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DCanvasRenderingContext2D.cpp1574 for (const auto& style : mStyleStack) { in RestoreClipsAndTransformToTarget()
1621 for (const auto& style : mStyleStack) { in EnsureTarget()
1718 mStyleStack.Clear(); in SetInitialState()
1924 for (const auto& style : mStyleStack) { in ReturnTarget()
2100 mStyleStack[mStyleStack.Length() - 1].transform = mTarget->GetTransform(); in Save()
2101 mStyleStack.SetCapacity(mStyleStack.Length() + 1); in Save()
2102 mStyleStack.AppendElement(CurrentState()); in Save()
2107 mStyleStack.RemoveElementAt(0); in Save()
2112 if (MOZ_UNLIKELY(mStyleStack.Length() < 2)) { in Restore()
2127 mStyleStack.RemoveElementAt(mStyleStack.Length() - 1); in Restore()
[all …]
H A DCanvasRenderingContext2D.h1057 AutoTArray<ContextState, 3> mStyleStack; variable
1060 return mStyleStack[mStyleStack.Length() - 1]; in CurrentState()
1064 return mStyleStack[mStyleStack.Length() - 1]; in CurrentState()