HomeSort by relevance Sort by last modified time
    Searched refs:expansion (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextRunConstructor.cpp 42 static inline TextRun constructTextRunInternal(RenderObject* context, const Font& font, const CharacterType* characters, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion)
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)
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)
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)
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)
88 return constructTextRunInternal(context, font, text->characters8(), text->textLength(), style, direction, expansion);
    [all...]
InlineBox.h 275 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; }
400 signed expansion() { return m_bitfields.expansion(); } function in class:blink::InlineBox
401 void setExpansion(signed expansion) { m_bitfields.setExpansion(expansion); }
InlineTextBox.h 138 m_logicalWidth -= expansion();
192 | (expansion() && nextLeafChild() ? TextRun::AllowTrailingExpansion : TextRun::ForbidTrailingExpansion);
  /external/clang/test/Preprocessor/
warning_tests.c 30 // Macro expansion does not occur in the parameter to __has_warning
38 #error Alias expansion not allowed
45 #error Expansion should have occurred
feature_tests.c 37 // Macro expansion does not occur in the parameter to __has_builtin,
45 #error Alias expansion not allowed
54 #error Expansion should have occurred
  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextRun.h 57 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/
ucol_data.h 43 uint32_t expansion; /* uint32_t *expansion; */ member in struct:__anon16629
50 expansion */
51 uint32_t expansionCESize; /* array of maximum expansion size
52 corresponding to the expansion
ucol_swp.cpp 225 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/
ucol_data.h 43 uint32_t expansion; /* uint32_t *expansion; */ member in struct:__anon1351
50 expansion */
51 uint32_t expansionCESize; /* array of maximum expansion size
52 corresponding to the expansion
ucol_swp.cpp 239 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/
fileman.c 121 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/
function_process_file_template_unittest.cc 18 Value expansion(NULL, "1234{{source_name_part}}5678");
19 args.push_back(expansion);
  /external/gcc-demangle/
cp-demangle.h 124 int expansion; member in struct:d_info
cp-demangle.c 219 /* 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");
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 16 * 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
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-parse.y 116 /* 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-lik
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.y 116 /* 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-lik
    [all...]
  /external/chromium_org/v8/test/mjsunit/es6/
math-log1p.js 22 // Use Taylor expansion at 1 for log(x) as test expectation:
math-expm1.js 27 // Use six terms of Taylor expansion at 0 for exp(x) as test expectation:
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
expanding_braille_translator.js 50 * What expansion to apply to the part of the translated string marked by the
172 'End-points out of range looking for braille expansion range');
176 'Position out of range looking for braille expansion range');
191 * @param {!cvox.Spannable} text Text to find expansion ranges in.
231 * Destination for the expansion ranges. Untouched if no ranges
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.c 193 /* Perform macro expansion in-place on the given list. */
4007 token_list_t *expansion; local
4099 token_list_t *expansion; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_tok.h 77 uint32_t expansion; member in struct:UColToken
ucol_res.cpp 657 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) {
    [all...]
ucol_elm.cpp 426 * 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/
tftp.c 398 transfer->offset += transfer->blocksize - transfer->expansion;
566 transfer->expansion = 0;
579 transfer->expansion++;

Completed in 633 milliseconds

1 2 3