Home
last modified time | relevance | path

Searched refs:talign (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/test/ELF/
Doformat-binary.s20 # RUN: echo 'SECTIONS { .text 0x100 : {*(.text)} .mysec ALIGN(8) : {*(.mysec*)} }' > %talign.lds
21 # RUN: ld.lld -T %talign.lds %t --oformat binary -o %talign
22 # RUN: od -Ax -t x1 %talign | FileCheck %s --check-prefix=ALIGN --ignore-case
/external/skia/modules/skottie/src/
DSkottieTest.cpp467 for (const auto& talign : kTestAligns) { in DEF_TEST() local
475 talign.align, in DEF_TEST()
491 const auto expected_l = text_point.x() - shape_bounds.width() * talign.l_selector; in DEF_TEST()
495 tsize.text_size, talign.align); in DEF_TEST()
497 const auto expected_r = text_point.x() + shape_bounds.width() * talign.r_selector; in DEF_TEST()
501 tsize.text_size, talign.align); in DEF_TEST()
537 for (const auto& talign : kTestAligns) { in DEF_TEST() local
546 talign.align, in DEF_TEST()
562 const auto expected_t = text_box.top() + v_diff * talign.topFactor; in DEF_TEST()
566 tsize.text_size, SkToU32(talign.align)); in DEF_TEST()
[all …]