Home
last modified time | relevance | path

Searched refs:fAlt (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/src/pdf/
DSkPDFTag.cpp44 SkString fAlt; member
169 dst->fAlt = node.fAlt; in Copy()
278 if (!node->fAlt.isEmpty()) { in PrepareTagTreeToEmit()
279 dict.insertString("Alt", node->fAlt); in PrepareTagTreeToEmit()
/third_party/skia/third_party/externals/icu/source/io/
Duprintf.h43 UBool fAlt; /* # flag */ member
Duprntf_p.cpp316 else if(info->fAlt) { in u_printf_double_handler()
444 if(num != 0 && info->fAlt && len < UPRINTF_BUFFER_SIZE - 2) { in u_printf_hex_handler()
480 if(info->fAlt && result[0] != 0x0030 && len < UPRINTF_BUFFER_SIZE - 1) { in u_printf_octal_handler()
636 else if(info->fAlt) { in u_printf_scientific_handler()
719 else if(info->fAlt) { in u_printf_percent_handler()
922 else if(info->fAlt) { in u_printf_spellout_handler()
1334 info->fAlt = TRUE; in u_printf_parse()
/third_party/flutter/skia/third_party/externals/icu/source/io/
Duprintf.h43 UBool fAlt; /* # flag */ member
Duprntf_p.cpp316 else if(info->fAlt) { in u_printf_double_handler()
444 if(num != 0 && info->fAlt && len < UPRINTF_BUFFER_SIZE - 2) { in u_printf_hex_handler()
480 if(info->fAlt && result[0] != 0x0030 && len < UPRINTF_BUFFER_SIZE - 1) { in u_printf_octal_handler()
636 else if(info->fAlt) { in u_printf_scientific_handler()
719 else if(info->fAlt) { in u_printf_percent_handler()
922 else if(info->fAlt) { in u_printf_spellout_handler()
1334 info->fAlt = TRUE; in u_printf_parse()
/third_party/icu/icu4c/source/io/
Duprintf.h43 UBool fAlt; /* # flag */ member
Duprntf_p.cpp316 else if(info->fAlt) { in u_printf_double_handler()
444 if(num != 0 && info->fAlt && len < UPRINTF_BUFFER_SIZE - 2) { in u_printf_hex_handler()
480 if(info->fAlt && result[0] != 0x0030 && len < UPRINTF_BUFFER_SIZE - 1) { in u_printf_octal_handler()
636 else if(info->fAlt) { in u_printf_scientific_handler()
719 else if(info->fAlt) { in u_printf_percent_handler()
922 else if(info->fAlt) { in u_printf_spellout_handler()
1334 info->fAlt = TRUE; in u_printf_parse()
/third_party/skia/include/docs/
DSkPDFDocument.h67 SkString fAlt; member
/third_party/skia/tests/
DPDFTaggedTableTest.cpp59 h1->fAlt = "Tagged PDF Table Alt Text"; in DEF_TEST()
DPDFTaggedTest.cpp98 img->fAlt = "Red box"; in DEF_TEST()