Searched refs:talign (Results 1 – 2 of 2) sorted by relevance
20 # RUN: echo 'SECTIONS { .text 0x100 : {*(.text)} .mysec ALIGN(8) : {*(.mysec*)} }' > %talign.lds21 # RUN: ld.lld -T %talign.lds %t --oformat binary -o %talign22 # RUN: od -Ax -t x1 %talign | FileCheck %s --check-prefix=ALIGN --ignore-case
467 for (const auto& talign : kTestAligns) { in DEF_TEST() local475 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() local546 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 …]