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

12

/external/webkit/Source/WebCore/platform/graphics/
H A DTextRun.h45 TextRun(const UChar* c, int len, bool allowTabs = false, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, bool rtl = false, bool directionalOverride = false)
49 , m_expansion(expansion)
65 TextRun(const String& s, bool allowTabs = false, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, bool rtl = false, bool directionalOverride = false)
69 , m_expansion(expansion)
100 float expansion() const { return m_expansion; } function in class:WebCore::TextRun
H A DWidthIterator.cpp61 m_expansion = m_run.expansion();
166 // Distribute the run's total expansion evenly over all expansion opportunities in the run.
169 // Take the expansion opportunity before this ideograph.
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DUniscribeHelperTextRun.cpp61 if (run.expansion() > 0)
62 justify(run.expansion());
H A DFontLinux.cpp212 controller.setPadding(run.expansion());
221 controller.setPadding(run.expansion());
249 controller.setPadding(run.expansion());
283 controller.setPadding(run.expansion());
287 controller.setPadding(run.expansion());
334 controller.setPadding(run.expansion());
338 controller.setPadding(run.expansion());
/external/dbus/dbus/
H A Ddbus-shell.c254 * the shell parses a command line. We don't do variable expansion,
255 * don't understand that operators are tokens, don't do tilde expansion,
256 * don't do command substitution, no arithmetic expansion, IFS gets ignored,
308 * - for each token (word), perform portions of word expansion, namely
313 * "If the complete expansion appropriate for a word results in an
540 * perform (variable expansion, globs, operators, filename expansion,
582 * here. Also, if we were going to do any expansion we would need to
584 * originally; but since there's no expansion we know all words have
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.h123 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. */
685 printf ("pack expansion\n");
1163 di->expansion += 3;
1322 di->expansion += sizeof "operator" + ret->u.s_operator.op->len - 2;
1427 di->expansion -= len - sizeof "(anonymous namespace)";
1658 di->expansion += 20;
1664 di->expansion -= 5;
1668 di->expansion
[all...]
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontQt.cpp64 if (style.expansion())
70 if (style.expansion())
71 line.setLineWidth(line.naturalTextWidth() + style.expansion());
194 p->drawText(pt, string, flags, run.expansion());
204 shadowPainter->drawText(pt, string, flags, run.expansion());
233 p->drawText(pt, string, flags, run.expansion());
293 return w + run.expansion();
305 return QFontMetrics(font()).width(space) + run.expansion();
315 return w + run.expansion();
/external/icu4c/common/
H A Ducol_swp.cpp227 header.expansion= ds->readUInt32(inHeader->expansion);
249 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options,
254 if(header.mappingPosition!=0 && header.expansion!=0) {
257 count=header.contractionIndex-header.expansion;
260 count=header.mappingPosition-header.expansion;
262 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count,
263 outBytes+header.expansion, pErrorCode);
284 /* swap the max expansion table */
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.c3577 * Returns NULL if node is a simple token with no expansion, (that is,
3582 * Compute the complete expansion of node (which is a function-like
3585 * Returns the token list that results from the expansion and sets
3587 * expansion. Specifically, *last will be set as follows: as the
3679 /* After argument substitution, and before further expansion
3708 yyerror (&node->token->location, parser, "'##' cannot appear at either end of a macro expansion\n");
3725 /* Compute the complete expansion of node, (and subsequent nodes after
3729 * Returns NULL if node is a simple token with no expansion.
3731 * Otherwise, returns the token list that results from the expansion
3733 * the expansion
3775 token_list_t *expansion; local
3862 token_list_t *expansion; local
[all...]
H A Dglcpp-parse.y1250 * Returns NULL if node is a simple token with no expansion, (that is,
1255 * Compute the complete expansion of node (which is a function-like
1258 * Returns the token list that results from the expansion and sets
1260 * expansion. Specifically, *last will be set as follows: as the
1352 /* After argument substitution, and before further expansion
1381 yyerror (&node->token->location, parser, "'##' cannot appear at either end of a macro expansion\n");
1398 /* Compute the complete expansion of node, (and subsequent nodes after
1402 * Returns NULL if node is a simple token with no expansion.
1404 * Otherwise, returns the token list that results from the expansion
1406 * the expansion
[all...]
/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.h126 void setExpansion(float expansion) { m_logicalWidth -= m_expansion; m_expansion = expansion; m_logicalWidth += m_expansion; } argument
H A DInlineBox.h297 int expansion() const { return m_expansion; } function in class:WebCore::InlineBox
/external/icu4c/i18n/
H A Dbmsearch.cpp104 // find the largest expansion
106 for (const uint8_t *expansion = coll->expansionCESize; *expansion != 0; expansion += 1) {
107 if (*expansion > maxExpansion) {
108 maxExpansion = *expansion;
H A Ducol_tok.h77 uint32_t expansion; member in struct:UColToken
H A Ducol_res.cpp651 if(sourceReset->expansion) {
652 if(!targetReset->expansion) {
657 sourceResetString = sourceParser.source+(sourceReset->expansion& 0xFFFFFF);
658 sourceStringLen = sourceReset->expansion >> 24;
659 targetResetString = targetParser.source+(targetReset->expansion & 0xFFFFFF);
660 targetStringLen = targetReset->expansion >> 24;
667 if(targetReset->expansion) {
H A Ducol_elm.cpp424 * Looks for the maximum length of all expansion sequences ending with the same
427 * @param endexpansion the last expansion collation element to be added
428 * @param expansionsize size of the expansion
429 * @param maxexpansion data structure to store the maximum expansion data.
486 /* using binary search to determine if last expansion element is
508 /* found the ce in expansion, we'll just modify the size if it is
558 fprintf(stderr, "expansion not found %d\n", temp);
566 * Sets the maximum length of all jamo expansion sequences ending with the same
570 * @param endexpansion the last expansion collation element to be added
571 * @param expansionsize size of the expansion
1137 uint32_t expansion = 0; local
1706 uint32_t expansion = 0; local
[all...]
H A Dusearch.cpp287 * expansion will be perform as we go along. Adding 1 to ensure that the table
362 * expansion will be perform as we go along. Adding 1 to ensure that the table
444 * @return expansionsize the total expansion size of the pattern
500 // the number of ces minus their expansion, since expansions can come
1193 int32_t expansion = getExpansionPrefix(coleiter); local
1194 UBool expandflag = expansion > 0;
1196 while (expansion > 0) {
1198 // since backward contraction/expansion may have extra ces if we
1201 // E.g. the character \u01FA will have an expansion of 3, but if
1203 // have to skip the first ce in the expansion buffe
1836 int32_t expansion = getExpansionPrefix(coleiter); local
2034 int32_t expansion = getExpansionSuffix(coleiter); local
2474 int32_t expansion = getExpansionSuffix(coleiter); local
[all...]
/external/zlib/as400/
H A Dzlib.inc208 D inflateInit PR 10I 0 extproc('inflateInit_') Init. expansion
217 D inflateEnd PR 10I 0 extproc('inflateEnd') Termin. expansion
261 D inflateInit2 PR 10I 0 extproc('inflateInit2_') Init. expansion
273 D inflateSync PR 10I 0 extproc('inflateSync') Sync. expansion
/external/zlib/old/as400/
H A Dzlib.inc208 D inflateInit PR 10I 0 extproc('inflateInit_') Init. expansion
217 D inflateEnd PR 10I 0 extproc('inflateEnd') Termin. expansion
261 D inflateInit2 PR 10I 0 extproc('inflateInit2_') Init. expansion
273 D inflateSync PR 10I 0 extproc('inflateSync') Sync. expansion
/external/dnsmasq/src/
H A Dtftp.c398 transfer->offset += transfer->blocksize - transfer->expansion;
566 transfer->expansion = 0;
579 transfer->expansion++;
/external/bison/data/
H A Dlocation.cc22 # We do want M4 expansion after # for CPP macros.
H A Dlalr1.cc32 # We do want M4 expansion after # for CPP macros.
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp786 * @param expansion flags TRUE if element has an expansion
788 void outputScriptElem(ScriptElement &element, int compare, UBool expansion) argument
792 if (expansion) {
800 if (expansion) {
808 if (expansion) {
816 if (expansion) {
/external/quake/quake/src/WinQuake/
H A Dquake-rogue.spec.sh30 and continuity. This expansion pack is most definitely not a conglomeration

Completed in 592 milliseconds

12