Home
last modified time | relevance | path

Searched refs:origValue (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DEmulatedIntrinsics.cpp111 T origValue = *ptr;
112 *ptr = std::min(origValue, value);
113 return origValue;
121 T origValue = *ptr;
122 *ptr = std::max(origValue, value);
123 return origValue;
/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.h153 int origValue; // the real value of the font weight member
H A DFontConfig_ohos.cpp1036 if (font.style.weight() == adjustSet[i].origValue) { in loadFont()
/third_party/gptfdisk/
H A Dbasicmbr.cc1130 int allOK = 1, origValue; in SetInclusionwChecks() local
1134 origValue = partitions[num].GetInclusion(); in SetInclusionwChecks()
1137 partitions[num].SetInclusion(origValue); in SetInclusionwChecks()

Completed in 6 milliseconds