HomeSort by relevance Sort by last modified time
    Searched full:advance (Results 226 - 250 of 2068) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/test/letest/
PortableFontInstance.cpp 360 void PortableFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
381 advance.fX = advance.fY = 0;
389 advance.fX = xUnitsToPoints(SWAPW(fHMTXTable->hMetrics[index].advanceWidth));
390 advance.fY = 0;
  /external/icu/icu4c/source/test/perf/leperf/
PortableFontInstance.cpp 364 void PortableFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
385 advance.fX = advance.fY = 0;
393 advance.fX = xUnitsToPoints(SWAPW(fHMTXTable->hMetrics[index].advanceWidth));
394 advance.fY = 0;
  /external/protobuf/src/google/protobuf/io/
coded_stream.h 183 // advance the stream's current position. This will always either produce
528 // Advance the buffer by a given number of bytes.
529 void Advance(int amount);
542 // Advance(BufferSize()).
637 // buffer, but does not advance the stream's current position. This will
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
Phaser.java 52 * triggering a phase advance, and are arranged by overriding
71 * when others are blocked waiting for a phase to advance.
78 * waiting for advance, as indicated by a negative return value.
413 if (unarrived == 0) // wait out advance
453 * their own advance by setting unarrived to parties (or if
490 * @param parties the number of parties required to advance to the
515 * @param parties the number of parties required to advance to the
574 * advance to the next phase
609 * parties required to advance in future phases. If this phaser
681 * Awaits the phase of this phaser to advance from the given phas
    [all...]
  /external/jpeg/
cjpeg.c 245 arg++; /* advance past switch marker character */
263 if (++argn >= argc) /* advance to next argument */
295 if (++argn >= argc) /* advance to next argument */
315 if (++argn >= argc) /* advance to next argument */
332 if (++argn >= argc) /* advance to next argument */
341 if (++argn >= argc) /* advance to next argument */
351 if (++argn >= argc) /* advance to next argument */
361 if (++argn >= argc) /* advance to next argument */
377 if (++argn >= argc) /* advance to next argument */
388 if (++argn >= argc) /* advance to next argument *
    [all...]
jdpostct.c 181 /* but we advance out_row_ctr so outer loop can tell when we're done. */
189 /* Advance if we filled the strip. */
234 /* Advance if we filled the strip. */
jdtrans.c 65 /* Advance progress counter if appropriate */
132 /* Advance progress counter if appropriate */
182 /* Advance progress counter if appropriate */
  /external/mesa3d/src/mesa/sparc/
norm.S 98 add %g3, 0x10, %g3 ! advance out vector pointer
154 add %g3, 0x10, %g3 ! advance out vector pointer
225 add %g3, 0x10, %g3 ! advance out vector pointer
263 add %g3, 0x10, %g3 ! advance out vector pointer
314 add %g3, 0x10, %g3 ! advance out vector pointer
379 add %g3, 0x10, %g3 ! advance out vector pointer
421 add %g3, 0x10, %g3 ! advance out vector pointer
471 add %g3, 0x10, %g3 ! advance out vector pointer
529 add %g3, 0x10, %g3 ! advance out vector pointer
557 add %g3, 0x10, %g3 ! advance out vector pointe
    [all...]
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 308 static bool getWidthAdvance(IDWriteFontFace* fontFace, int gId, int16_t* advance) {
309 SkASSERT(advance);
316 *advance = 0;
320 *advance = gm.advanceWidth;
448 int16_t advance; local
449 getWidthAdvance(fDWriteFontFace.get(), 1, &advance);
450 info->fGlyphWidths->fAdvance.append(1, &advance);
  /ndk/tests/device/test-gnustl-full/unit/
slist_test.cpp 236 advance(slit, 5);
258 advance(slit, 3);
296 advance(slit, 4);
317 advance(slit, 2);
435 advance(lit, 5);
476 advance(lit, 4);
534 advance(slit, 10);
  /ndk/tests/device/test-stlport/unit/
slist_test.cpp 236 advance(slit, 5);
258 advance(slit, 3);
296 advance(slit, 4);
317 advance(slit, 2);
435 advance(lit, 5);
476 advance(lit, 4);
534 advance(slit, 10);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleIDParser.java 116 * Returns the character at index in the id, and advance index. The returned character
130 * Advance index until the next terminator or id separator, and leave it there.
189 * Advance index past language, and accumulate normalized language code in buffer.
219 * Advance index past language. Index must be at 0 when this is called. Index
230 * Advance index past script, and accumulate normalized script in buffer.
271 * Advance index past script.
293 * Advance index past country, and accumulate normalized country in buffer.
343 * Advance index past country.
367 * Advance index past variant, and accumulate normalized variant in buffer. This ignores
541 * If we have keywords, advance index to the start of the keywords and return true
    [all...]
  /external/svox/pico/lib/
picoktab.c 595 pos++; /* advance to FROM */
596 ktab_getUtf8(&pos, from); /* get FROM and advance */
598 ktab_getUtf8(&pos, to); /* get TO and advance */
603 (*stokenType) = *(pos++); /* get TOKENTYPE and advance */
608 (*stokenSubType) = *(pos++); /* get TOKENSUBTYPE and advance */
613 (*value) = *(pos++); /* get VALUE and advance */
618 ktab_getUtf8(&pos, lowercase); /* get LOWERCASE and advance */
623 ktab_getUtf8(&pos, graphsubs1); /* get GRAPHSUBS1 and advance */
628 ktab_getUtf8(&pos, graphsubs2); /* get GRAPHSUBS2 and advance */
633 (*punct) = *(pos++); /* get PUNCT and advance */
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 495 lexer.advance();
500 lexer.advance();
508 lexer.advance();
519 lexer.advance();
523 lexer.advance();
527 lexer.advance();
533 lexer.advance();
537 lexer.advance();
571 advance(); method
578 public void advance() { method in class:Helpers.Lexer
    [all...]
  /external/v8/src/
parser.cc     [all...]
frames.cc 41 void Advance() {
78 void StackFrameIterator::Advance() {
89 while (!it.done()) it.Advance();
92 // Advance to the calling frame.
144 Advance();
150 void JavaScriptFrameIterator::Advance() {
152 iterator_.Advance();
159 iterator_.Advance();
169 if (!done() && !IsValidFrame()) Advance();
173 void StackTraceFrameIterator::Advance() {
    [all...]
  /external/skia/src/animator/
SkScriptTokenizer.cpp 224 int advance = 1; local
230 return advance;
260 advance += reverseOperands;
273 advance++;
289 return advance;
331 return advance;
455 (*scriptPtr)++; // advance beyond close paren
681 int advance = logicalOp(ch, nextChar); local
682 if (advance == 0)
683 advance = arithmeticOp(ch, nextChar, lastPush)
916 int advance = 1; local
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gen/
fnmatch.c 214 /* XXX: handle locale/MBCS comparison, advance by MBCS char width */
230 /* XXX: handle locale/MBCS comparison, advance by MBCS char width */
259 /* XXX: handle locale/MBCS comparison, advance by the MBCS char width */
268 /* Refuse to advance over trailing slash or nulls
365 /* XXX: Advance 1 char for MBCS locale */
455 /* XXX: Advance 1 char for MBCS locale */
  /external/pcre/dist/doc/html/
pcredemo.html 269 * advance by two characters rather than one. The newline convention can *
344 Perl does: advance the matching position by one character, and continue. We
349 the current position is just before it, advance by an extra byte. (b)
356 ovector[1] = start_offset + 1; /* Advance one byte */
361 ovector[1] += 1; /* Advance by one more. */
363 { /* advance a whole UTF-8 */
  /external/pcre/dist/doc/
pcredemo.3 269 * advance by two characters rather than one. The newline convention can *
344 Perl does: advance the matching position by one character, and continue. We
349 the current position is just before it, advance by an extra byte. (b)
356 ovector[1] = start_offset + 1; /* Advance one byte */
361 ovector[1] += 1; /* Advance by one more. */
363 { /* advance a whole UTF-8 */
  /external/pcre/dist/
pcredemo.c 252 * advance by two characters rather than one. The newline convention can *
327 Perl does: advance the matching position by one character, and continue. We
332 the current position is just before it, advance by an extra byte. (b)
339 ovector[1] = start_offset + 1; /* Advance one byte */
344 ovector[1] += 1; /* Advance by one more. */
346 { /* advance a whole UTF-8 */
  /art/compiler/optimizing/
inliner.cc 238 it.Advance(); // Past the entry block, it does not contain instructions that prevent inlining.
239 for (; !it.Done(); it.Advance()) {
250 instr_it.Advance()) {
  /external/freetype/src/psaux/
t1decode.c 198 FT_Vector left_bearing, advance; local
310 advance = decoder->builder.advance;
329 /* advance width of the base character */
332 decoder->builder.advance = advance;
    [all...]
  /external/icu/icu4c/source/layout/
ArabicLayoutEngine.h 27 * method to guarantee that all vowel and accent glyphs have zero advance width.
121 * and accent glyphs have a zero advance width by calling the adjustMarkGlyphs method.
223 * This method ensures that all vowel and accent glyphs have a zero advance width by calling
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdpostct.c 182 /* but we advance out_row_ctr so outer loop can tell when we're done. */
190 /* Advance if we filled the strip. */
235 /* Advance if we filled the strip. */

Completed in 692 milliseconds

1 2 3 4 5 6 7 8 91011>>