Searched refs:expansion (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextRunConstructor.cpp42 static inline TextRun constructTextRunInternal(RenderObject* context, const Font& font, const CharacterType* characters, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) argument
47 TextRun run(characters, length, 0, 0, expansion, direction, directionalOverride);
55 static inline TextRun constructTextRunInternal(RenderObject* context, const Font& font, const CharacterType* characters, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion, TextRunFlags flags) argument
68 TextRun run(characters, length, 0, 0, expansion, textDirection, directionalOverride);
75 TextRun constructTextRun(RenderObject* context, const Font& font, const LChar* characters, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) argument
77 return constructTextRunInternal(context, font, characters, length, style, direction, expansion);
80 TextRun constructTextRun(RenderObject* context, const Font& font, const UChar* characters, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) argument
82 return constructTextRunInternal(context, font, characters, length, style, direction, expansion);
85 TextRun constructTextRun(RenderObject* context, const Font& font, const RenderText* text, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) argument
88 return constructTextRunInternal(context, font, text->characters8(), text->textLength(), style, direction, expansion);
92 constructTextRun(RenderObject* context, const Font& font, const RenderText* text, unsigned offset, unsigned length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) argument
100 constructTextRun(RenderObject* context, const Font& font, const String& string, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion, TextRunFlags flags) argument
110 constructTextRun(RenderObject* context, const Font& font, const String& string, RenderStyle* style, TextRun::ExpansionBehavior expansion, TextRunFlags flags) argument
116 constructTextRun(RenderObject* context, const Font& font, const RenderText* text, unsigned offset, unsigned length, RenderStyle* style, TextRun::ExpansionBehavior expansion) argument
[all...]
H A DInlineBox.h275 int expansion() const { return m_bitfields.expansion(); } function in class:blink::InlineBox
374 signed expansion() const { return m_expansion; } function in class:blink::InlineBox::InlineBoxBitfields
375 void setExpansion(signed expansion) { m_expansion = expansion; } argument
400 signed expansion() { return m_bitfields.expansion(); } function in class:blink::InlineBox
401 void setExpansion(signed expansion) { m_bitfields.setExpansion(expansion); } argument
H A DInlineTextBox.h138 m_logicalWidth -= expansion();
192 | (expansion() && nextLeafChild() ? TextRun::AllowTrailingExpansion : TextRun::ForbidTrailingExpansion);
/external/clang/test/Preprocessor/
H A Dwarning_tests.c30 // Macro expansion does not occur in the parameter to __has_warning
38 #error Alias expansion not allowed
H A Dfeature_tests.c37 // Macro expansion does not occur in the parameter to __has_builtin,
45 #error Alias expansion not allowed
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextRun.h57 TextRun(const LChar* c, unsigned len, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true)
62 , m_expansion(expansion)
77 TextRun(const UChar* c, unsigned len, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true)
82 , m_expansion(expansion)
97 TextRun(const String& string, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, bool normalizeSpace = false)
102 , m_expansion(expansion)
125 TextRun(const StringView& string, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, bool normalizeSpace = false)
130 , m_expansion(expansion)
195 float expansion() const { return m_expansion; }
/external/chromium_org/third_party/icu/source/common/
H A Ducol_data.h43 uint32_t expansion; /* uint32_t *expansion; */ member in struct:__anon12004
50 expansion */
51 uint32_t expansionCESize; /* array of maximum expansion size
52 corresponding to the expansion
H A Ducol_swp.cpp225 header.expansion= ds->readUInt32(inHeader->expansion);
247 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options,
252 if(header.mappingPosition!=0 && header.expansion!=0) {
255 count=header.contractionIndex-header.expansion;
258 count=header.mappingPosition-header.expansion;
260 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count,
261 outBytes+header.expansion, pErrorCode);
282 /* swap the max expansion table */
/external/icu/icu4c/source/common/
H A Ducol_data.h43 uint32_t expansion; /* uint32_t *expansion; */ member in struct:__anon21792
50 expansion */
51 uint32_t expansionCESize; /* array of maximum expansion size
52 corresponding to the expansion
H A Ducol_swp.cpp239 header.expansion= ds->readUInt32(inHeader->expansion);
261 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options,
266 if(header.mappingPosition!=0 && header.expansion!=0) {
269 count=header.contractionIndex-header.expansion;
272 count=header.mappingPosition-header.expansion;
274 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count,
275 outBytes+header.expansion, pErrorCode);
296 /* swap the max expansion table */
/external/libedit/examples/
H A Dfileman.c121 char* expansion; local
124 result = history_expand(s, &expansion);
127 fprintf(stderr, "%s\n", expansion);
129 add_history(expansion);
130 execute_line(expansion);
132 free(expansion);
/external/chromium_org/tools/gn/
H A Dfunction_process_file_template_unittest.cc18 Value expansion(NULL, "1234{{source_name_part}}5678");
19 args.push_back(expansion);
/external/gcc-demangle/
H A Dcp-demangle.h124 int expansion; member in struct:d_info
H A Dcp-demangle.c219 /* The length of the simple expansion. */
221 /* The results of a full, verbose, expansion. This is used when
224 /* The length of the full expansion. */
684 printf ("pack expansion\n");
1211 di->expansion += 3;
1381 di->expansion += sizeof "operator" + ret->u.s_operator.op->len - 2;
1512 di->expansion -= len - sizeof "(anonymous namespace)";
1745 di->expansion += 20;
1751 di->expansion -= 5;
1755 di->expansion
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.h124 int expansion; member in struct:d_info
H A Dcp-demangle.c234 /* The length of the simple expansion. */
236 /* The results of a full, verbose, expansion. This is used when
239 /* The length of the full expansion. */
706 printf ("pack expansion\n");
1249 di->expansion += 3;
1429 di->expansion += sizeof "operator" + ret->u.s_operator.op->len - 2;
1560 di->expansion -= len - sizeof "(anonymous namespace)";
1795 di->expansion += 20;
1801 di->expansion -= 5;
1805 di->expansion
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c16 * from a macro expansion
70 Token *expansion; member in struct:SMacro
102 Line *expansion; member in struct:MMacro
110 int lineno; /* Current line number on expansion */
164 * `expansion' field in MMacro structures, so that the linked list,
167 * push the lines on to the `expansion' field in _istk_ in reverse
173 * markers delimiting the end of the expansion of a given macro.
195 Line *expansion; member in struct:Include
1077 lp = &istk->expansion;
1162 free_llist(m->expansion);
[all...]
/external/chromium_org/build/android/gyp/util/
H A Dbuild_utils.py364 expansion = file_jsons[file_path]
366 expansion = expansion[k]
368 new_args[i] = arg[:match.start()] + str(expansion)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-parse.c193 /* Perform macro expansion in-place on the given list. */
3776 /* Perform macro expansion on 'list', placing the resulting tokens
3826 yyerror (&node->token->location, parser, "'##' cannot appear at either end of a macro expansion\n");
3843 * Returns NULL if node is a simple token with no expansion, (that is,
3848 * Compute the complete expansion of node (which is a function-like
3851 * Returns the token list that results from the expansion and sets
3853 * expansion. Specifically, *last will be set as follows: as the
3945 /* After argument substitution, and before further expansion
3955 /* Compute the complete expansion of node, (and subsequent nodes after
3959 * Returns NULL if node is a simple token with no expansion
4007 token_list_t *expansion; local
4099 token_list_t *expansion; local
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
H A Dglcpp-parse.y116 /* Perform macro expansion in-place on the given list. */
1309 /* Perform macro expansion on 'list', placing the resulting tokens
1359 yyerror (&node->token->location, parser, "'##' cannot appear at either end of a macro expansion\n");
1376 * Returns NULL if node is a simple token with no expansion, (that is,
1381 * Compute the complete expansion of node (which is a function-like
1384 * Returns the token list that results from the expansion and sets
1386 * expansion. Specifically, *last will be set as follows: as the
1478 /* After argument substitution, and before further expansion
1488 /* Compute the complete expansion of node, (and subsequent nodes after
1492 * Returns NULL if node is a simple token with no expansion
[all...]
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.y116 /* Perform macro expansion in-place on the given list. */
1309 /* Perform macro expansion on 'list', placing the resulting tokens
1359 yyerror (&node->token->location, parser, "'##' cannot appear at either end of a macro expansion\n");
1376 * Returns NULL if node is a simple token with no expansion, (that is,
1381 * Compute the complete expansion of node (which is a function-like
1384 * Returns the token list that results from the expansion and sets
1386 * expansion. Specifically, *last will be set as follows: as the
1478 /* After argument substitution, and before further expansion
1488 /* Compute the complete expansion of node, (and subsequent nodes after
1492 * Returns NULL if node is a simple token with no expansion
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.h77 uint32_t expansion; member in struct:UColToken
H A Ducol_res.cpp657 if(sourceReset->expansion) {
658 if(!targetReset->expansion) {
663 sourceResetString = sourceParser.source+(sourceReset->expansion& 0xFFFFFF);
664 sourceStringLen = sourceReset->expansion >> 24;
665 targetResetString = targetParser.source+(targetReset->expansion & 0xFFFFFF);
666 targetStringLen = targetReset->expansion >> 24;
673 if(targetReset->expansion) {
H A Ducol_elm.cpp426 * Looks for the maximum length of all expansion sequences ending with the same
429 * @param endexpansion the last expansion collation element to be added
430 * @param expansionsize size of the expansion
431 * @param maxexpansion data structure to store the maximum expansion data.
488 /* using binary search to determine if last expansion element is
510 /* found the ce in expansion, we'll just modify the size if it is
560 fprintf(stderr, "expansion not found %d\n", temp);
568 * Sets the maximum length of all jamo expansion sequences ending with the same
572 * @param endexpansion the last expansion collation element to be added
573 * @param expansionsize size of the expansion
1146 uint32_t expansion = 0; local
1715 uint32_t expansion = 0; local
[all...]
/external/dnsmasq/src/
H A Dtftp.c398 transfer->offset += transfer->blocksize - transfer->expansion;
566 transfer->expansion = 0;
579 transfer->expansion++;

Completed in 1209 milliseconds

123