Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFTag.cpp44 SkString fAlt; member
141 dst->fAlt = node.fAlt; in Copy()
250 if (!node->fAlt.isEmpty()) { in PrepareTagTreeToEmit()
251 dict.insertTextString("Alt", node->fAlt); in PrepareTagTreeToEmit()
/external/icu/icu4c/source/io/
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()
Duprintf.h43 UBool fAlt; /* # flag */ member
/external/cronet/third_party/icu/source/io/
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()
Duprintf.h43 UBool fAlt; /* # flag */ member
/external/skia/include/docs/
DSkPDFDocument.h62 SkString fAlt; member
/external/skia/tests/
DPDFTaggedTableTest.cpp71 h1->fAlt = "Tagged PDF Table Alt Text"; in DEF_TEST()
DPDFTaggedTest.cpp110 img->fAlt = "Red box"; in DEF_TEST()