Home
last modified time | relevance | path

Searched refs:CopyRange (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/shaping/
H A Dshape_result_view_test.cc181 result->CopyRange(0, 8, composite_copy.get()); in TEST_F()
182 result->CopyRange(7, 8, composite_copy.get()); in TEST_F()
183 result->CopyRange(10, 11, composite_copy.get()); in TEST_F()
184 result->CopyRange(5, 8, composite_copy.get()); in TEST_F()
185 result->CopyRange(9, 12, composite_copy.get()); in TEST_F()
220 result->CopyRange(14, 23, composite_copy.get()); in TEST_F()
221 result->CopyRange(33, 55, composite_copy.get()); in TEST_F()
222 result->CopyRange(4, 5, composite_copy.get()); in TEST_F()
223 result->CopyRange(0, 4, composite_copy.get()); in TEST_F()
271 result_a->CopyRange(0, 22, composite_copy.get()); in TEST_F()
[all …]
H A Dshape_result_test.cc164 shaper_a.Shape(&font, direction)->CopyRange(0u, 5u, result.get()); in TEST_F()
165 shaper_b.Shape(&font, direction)->CopyRange(0u, 2u, result.get()); in TEST_F()
166 shaper_c.Shape(&font, direction)->CopyRange(0u, 25u, result.get()); in TEST_F()
167 shaper_d.Shape(&font, direction)->CopyRange(0u, 6u, result.get()); in TEST_F()
181 shaper_a.Shape(&font, direction)->CopyRange(0u, 5u, result.get()); in TEST_F()
182 shaper_b.Shape(&font, direction)->CopyRange(0u, 2u, result.get()); in TEST_F()
183 shaper_c.Shape(&font, direction)->CopyRange(0u, 25u, result.get()); in TEST_F()
184 shaper_d.Shape(&font, direction)->CopyRange(0u, 2u, result.get()); in TEST_F()
247 shaper_a.Shape(&arabic_font, direction)->CopyRange(0u, 2u, result.get()); in TEST_F()
248 shaper_b.Shape(&arabic_font, direction)->CopyRange(0u, 7u, result.get()); in TEST_F()
[all …]
H A Dharfbuzz_shaper_test.cc487 result1->CopyRange(0, 3, composite_result.get()); in TEST_F()
510 result1->CopyRange(0, 3, composite_result.get()); in TEST_F()
576 result1->CopyRange(0, 3, composite_result.get()); in TEST_F()
1221 result->CopyRange(0, 10, composite_result.get()); in TEST_F()
1252 result->CopyRange(0, 4, composite_result.get()); in TEST_F()
1253 result->CopyRange(4, 6, composite_result.get()); in TEST_F()
1254 result->CopyRange(6, 8, composite_result.get()); in TEST_F()
1291 result->CopyRange(5, 7, target.get()); in TEST_P()
1321 result1->CopyRange(0, 6, composite_result.get()); in TEST_F()
1369 result->CopyRange(0, 3, copied_result.get()); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/shaping/
H A Dshape_result_view_test.cc181 result->CopyRange(0, 8, composite_copy.get()); in TEST_F()
182 result->CopyRange(7, 8, composite_copy.get()); in TEST_F()
183 result->CopyRange(10, 11, composite_copy.get()); in TEST_F()
184 result->CopyRange(5, 8, composite_copy.get()); in TEST_F()
185 result->CopyRange(9, 12, composite_copy.get()); in TEST_F()
220 result->CopyRange(14, 23, composite_copy.get()); in TEST_F()
221 result->CopyRange(33, 55, composite_copy.get()); in TEST_F()
222 result->CopyRange(4, 5, composite_copy.get()); in TEST_F()
223 result->CopyRange(0, 4, composite_copy.get()); in TEST_F()
271 result_a->CopyRange(0, 22, composite_copy.get()); in TEST_F()
[all …]
H A Dshape_result_test.cc164 shaper_a.Shape(&font, direction)->CopyRange(0u, 5u, result.get()); in TEST_F()
165 shaper_b.Shape(&font, direction)->CopyRange(0u, 2u, result.get()); in TEST_F()
166 shaper_c.Shape(&font, direction)->CopyRange(0u, 25u, result.get()); in TEST_F()
167 shaper_d.Shape(&font, direction)->CopyRange(0u, 6u, result.get()); in TEST_F()
181 shaper_a.Shape(&font, direction)->CopyRange(0u, 5u, result.get()); in TEST_F()
182 shaper_b.Shape(&font, direction)->CopyRange(0u, 2u, result.get()); in TEST_F()
183 shaper_c.Shape(&font, direction)->CopyRange(0u, 25u, result.get()); in TEST_F()
184 shaper_d.Shape(&font, direction)->CopyRange(0u, 2u, result.get()); in TEST_F()
247 shaper_a.Shape(&arabic_font, direction)->CopyRange(0u, 2u, result.get()); in TEST_F()
248 shaper_b.Shape(&arabic_font, direction)->CopyRange(0u, 7u, result.get()); in TEST_F()
[all …]
H A Dharfbuzz_shaper_test.cc471 result1->CopyRange(0, 3, composite_result.get()); in TEST_F()
494 result1->CopyRange(0, 3, composite_result.get()); in TEST_F()
560 result1->CopyRange(0, 3, composite_result.get()); in TEST_F()
1205 result->CopyRange(0, 10, composite_result.get()); in TEST_F()
1236 result->CopyRange(0, 4, composite_result.get()); in TEST_F()
1237 result->CopyRange(4, 6, composite_result.get()); in TEST_F()
1238 result->CopyRange(6, 8, composite_result.get()); in TEST_F()
1275 result->CopyRange(5, 7, target.get()); in TEST_P()
1305 result1->CopyRange(0, 6, composite_result.get()); in TEST_F()
1353 result->CopyRange(0, 3, copied_result.get()); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp270 unsigned CopyRange = ((1 << CopyBits) - 1) * CopyScale; in emitThumbRegPlusImmediate() local
276 CopyRange = 0; in emitThumbRegPlusImmediate()
280 unsigned RangeAfterCopy = (CopyRange > Bytes) ? 0 : (Bytes - CopyRange); in emitThumbRegPlusImmediate()
308 unsigned CopyImm = std::min(Bytes, CopyRange) / CopyScale; in emitThumbRegPlusImmediate()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp270 unsigned CopyRange = ((1 << CopyBits) - 1) * CopyScale; in emitThumbRegPlusImmediate() local
276 CopyRange = 0; in emitThumbRegPlusImmediate()
280 unsigned RangeAfterCopy = (CopyRange > Bytes) ? 0 : (Bytes - CopyRange); in emitThumbRegPlusImmediate()
308 unsigned CopyImm = std::min(Bytes, CopyRange) / CopyScale; in emitThumbRegPlusImmediate()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/ARM/
H A DThumbRegisterInfo.cpp271 unsigned CopyRange = ((1 << CopyBits) - 1) * CopyScale; in emitThumbRegPlusImmediate() local
277 CopyRange = 0; in emitThumbRegPlusImmediate()
281 unsigned RangeAfterCopy = (CopyRange > Bytes) ? 0 : (Bytes - CopyRange); in emitThumbRegPlusImmediate()
309 unsigned CopyImm = std::min(Bytes, CopyRange) / CopyScale; in emitThumbRegPlusImmediate()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp270 unsigned CopyRange = ((1 << CopyBits) - 1) * CopyScale; in emitThumbRegPlusImmediate() local
276 CopyRange = 0; in emitThumbRegPlusImmediate()
280 unsigned RangeAfterCopy = (CopyRange > Bytes) ? 0 : (Bytes - CopyRange); in emitThumbRegPlusImmediate()
308 unsigned CopyImm = std::min(Bytes, CopyRange) / CopyScale; in emitThumbRegPlusImmediate()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/ARM/
H A DThumbRegisterInfo.cpp270 unsigned CopyRange = ((1 << CopyBits) - 1) * CopyScale; in emitThumbRegPlusImmediate() local
276 CopyRange = 0; in emitThumbRegPlusImmediate()
280 unsigned RangeAfterCopy = (CopyRange > Bytes) ? 0 : (Bytes - CopyRange); in emitThumbRegPlusImmediate()
308 unsigned CopyImm = std::min(Bytes, CopyRange) / CopyScale; in emitThumbRegPlusImmediate()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp270 unsigned CopyRange = ((1 << CopyBits) - 1) * CopyScale; in emitThumbRegPlusImmediate() local
276 CopyRange = 0; in emitThumbRegPlusImmediate()
280 unsigned RangeAfterCopy = (CopyRange > Bytes) ? 0 : (Bytes - CopyRange); in emitThumbRegPlusImmediate()
308 unsigned CopyImm = std::min(Bytes, CopyRange) / CopyScale; in emitThumbRegPlusImmediate()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/ARM/
H A DThumbRegisterInfo.cpp270 unsigned CopyRange = ((1 << CopyBits) - 1) * CopyScale; in emitThumbRegPlusImmediate() local
276 CopyRange = 0; in emitThumbRegPlusImmediate()
280 unsigned RangeAfterCopy = (CopyRange > Bytes) ? 0 : (Bytes - CopyRange); in emitThumbRegPlusImmediate()
308 unsigned CopyImm = std::min(Bytes, CopyRange) / CopyScale; in emitThumbRegPlusImmediate()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp270 unsigned CopyRange = ((1 << CopyBits) - 1) * CopyScale; in emitThumbRegPlusImmediate() local
276 CopyRange = 0; in emitThumbRegPlusImmediate()
280 unsigned RangeAfterCopy = (CopyRange > Bytes) ? 0 : (Bytes - CopyRange); in emitThumbRegPlusImmediate()
308 unsigned CopyImm = std::min(Bytes, CopyRange) / CopyScale; in emitThumbRegPlusImmediate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp271 unsigned CopyRange = ((1 << CopyBits) - 1) * CopyScale; in emitThumbRegPlusImmediate() local
277 CopyRange = 0; in emitThumbRegPlusImmediate()
281 unsigned RangeAfterCopy = (CopyRange > Bytes) ? 0 : (Bytes - CopyRange); in emitThumbRegPlusImmediate()
309 unsigned CopyImm = std::min(Bytes, CopyRange) / CopyScale; in emitThumbRegPlusImmediate()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp270 unsigned CopyRange = ((1 << CopyBits) - 1) * CopyScale; in emitThumbRegPlusImmediate() local
276 CopyRange = 0; in emitThumbRegPlusImmediate()
280 unsigned RangeAfterCopy = (CopyRange > Bytes) ? 0 : (Bytes - CopyRange); in emitThumbRegPlusImmediate()
308 unsigned CopyImm = std::min(Bytes, CopyRange) / CopyScale; in emitThumbRegPlusImmediate()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp270 unsigned CopyRange = ((1 << CopyBits) - 1) * CopyScale; in emitThumbRegPlusImmediate() local
276 CopyRange = 0; in emitThumbRegPlusImmediate()
280 unsigned RangeAfterCopy = (CopyRange > Bytes) ? 0 : (Bytes - CopyRange); in emitThumbRegPlusImmediate()
308 unsigned CopyImm = std::min(Bytes, CopyRange) / CopyScale; in emitThumbRegPlusImmediate()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp271 unsigned CopyRange = ((1 << CopyBits) - 1) * CopyScale; in emitThumbRegPlusImmediate() local
277 CopyRange = 0; in emitThumbRegPlusImmediate()
281 unsigned RangeAfterCopy = (CopyRange > Bytes) ? 0 : (Bytes - CopyRange); in emitThumbRegPlusImmediate()
309 unsigned CopyImm = std::min(Bytes, CopyRange) / CopyScale; in emitThumbRegPlusImmediate()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp270 unsigned CopyRange = ((1 << CopyBits) - 1) * CopyScale; in emitThumbRegPlusImmediate() local
276 CopyRange = 0; in emitThumbRegPlusImmediate()
280 unsigned RangeAfterCopy = (CopyRange > Bytes) ? 0 : (Bytes - CopyRange); in emitThumbRegPlusImmediate()
308 unsigned CopyImm = std::min(Bytes, CopyRange) / CopyScale; in emitThumbRegPlusImmediate()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp270 unsigned CopyRange = ((1 << CopyBits) - 1) * CopyScale; in emitThumbRegPlusImmediate() local
276 CopyRange = 0; in emitThumbRegPlusImmediate()
280 unsigned RangeAfterCopy = (CopyRange > Bytes) ? 0 : (Bytes - CopyRange); in emitThumbRegPlusImmediate()
308 unsigned CopyImm = std::min(Bytes, CopyRange) / CopyScale; in emitThumbRegPlusImmediate()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/ARM/
H A DThumbRegisterInfo.cpp270 unsigned CopyRange = ((1 << CopyBits) - 1) * CopyScale; in emitThumbRegPlusImmediate() local
276 CopyRange = 0; in emitThumbRegPlusImmediate()
280 unsigned RangeAfterCopy = (CopyRange > Bytes) ? 0 : (Bytes - CopyRange); in emitThumbRegPlusImmediate()
308 unsigned CopyImm = std::min(Bytes, CopyRange) / CopyScale; in emitThumbRegPlusImmediate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/edit/
H A Dedglss.cxx144 … pMyDoc->getIDocumentContentOperations().CopyRange(aCpyPam, aInsPos, SwCopyFlags::CheckPosInFly); in SaveGlossaryDoc()
215 … bRet = GetDoc()->getIDocumentContentOperations().CopyRange(rPaM, aPos, SwCopyFlags::CheckPosInFly) in CopySelToDoc()
245 …bRet = GetDoc()->getIDocumentContentOperations().CopyRange( aPaM, aPos, SwCopyFlags::CheckPosInFly) in CopySelToDoc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/edit/
H A Dedglss.cxx145 …pMyDoc->getIDocumentContentOperations().CopyRange( aCpyPam, aInsPos, /*bCopyAll=*/false, /*bCheckP… in SaveGlossaryDoc()
218 …bRet = GetDoc()->getIDocumentContentOperations().CopyRange( rPaM, aPos, /*bCopyAll=*/false, /*bChe… in CopySelToDoc()
243 …bRet = GetDoc()->getIDocumentContentOperations().CopyRange( aPaM, aPos, /*bCopyAll=*/false, /*bChe… in CopySelToDoc()
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/fs/
H A Dfilesystem_copy_range_allwithfallback.go16 if err = CopyRange(method, src, dst, srcOffset, dstOffset, size); err == nil {
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/ARM/
H A DThumbRegisterInfo.cpp271 unsigned CopyRange = ((1 << CopyBits) - 1) * CopyScale; in emitThumbRegPlusImmediate() local
277 CopyRange = 0; in emitThumbRegPlusImmediate()
281 unsigned RangeAfterCopy = (CopyRange > Bytes) ? 0 : (Bytes - CopyRange); in emitThumbRegPlusImmediate()
309 unsigned CopyImm = std::min(Bytes, CopyRange) / CopyScale; in emitThumbRegPlusImmediate()

12345678910