HomeSort by relevance Sort by last modified time
    Searched full:advances (Results 26 - 50 of 306) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libunwind/doc/
unw_step.man 32 routine advances the unwind cursor cp
unw_step.tex 19 The \Func{unw\_step}() routine advances the unwind cursor \Var{cp} to
  /frameworks/base/core/java/android/text/
GraphicsOperations.java 58 boolean isRtl, float[] advances, int advancesIndex, Paint paint);
  /external/icu/icu4c/source/common/unicode/
uchriter.h 231 * Advances to the next code unit in the iteration range (toward
240 * Gets the current code unit for returning and advances to the next code unit
250 * Advances to the next code point in the iteration range (toward
262 * Gets the current code point for returning and advances to the next code point
283 * Advances to the previous code unit in the iteration range (toward
292 * Advances to the previous code point in the iteration range (toward
  /external/freetype/src/truetype/
ttdriver.c 194 FT_Fixed *advances )
212 advances[nn] = ah;
224 advances[nn] = aw;
  /external/pdfium/third_party/freetype/src/truetype/
ttdriver.c 202 FT_Fixed *advances )
220 advances[nn] = ah;
232 advances[nn] = aw;
  /external/icu/icu4c/source/i18n/unicode/
fpositer.h 93 * If the current position is valid, updates the FieldPosition values, advances the iterator,
  /frameworks/base/media/java/android/media/
MediaTimestamp.java 57 * It is 1.0 if media clock advances in sync with the system clock;
  /libcore/luni/src/main/java/java/util/
Iterator.java 43 * Returns the next object and advances the iterator.
  /system/bt/osi/include/
ringbuffer.h 55 // Does the same as |ringbuffer_peek|, but also advances the ring buffer head
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoConstants.java 36 * Advances the program counter/address register without emitting
47 * Advances the line register without emitting
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoConstants.java 36 * Advances the program counter/address register without emitting
47 * Advances the line register without emitting
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoConstants.java 36 * Advances the program counter/address register without emitting
47 * Advances the line register without emitting
  /frameworks/minikin/include/minikin/
Layout.h 112 // Get advances, copying into caller-provided buffer. The size of this
114 void getAdvances(float* advances);
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 51 int contextIndex, int contextCount, boolean isRtl, float[] advances,
63 | (advances == null ? 0 :
64 (advances.length - (advancesIndex + count)))) < 0) {
70 if (advances != null) {
73 advances[advancesIndex + i] = width;
  /frameworks/base/graphics/java/android/graphics/
Paint.java 156 * <p>Enabling this flag causes glyph advances to be computed with subpixel
    [all...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 702 jfloatArray advances, jint advancesIndex) {
713 if (advances) {
714 size_t advancesLength = env->GetArrayLength(advances);
730 if (advances != NULL) {
731 env->SetFloatArrayRegion(advances, advancesIndex, count, advancesArray);
740 jboolean isRtl, jfloatArray advances, jint advancesIndex) {
745 index - contextIndex, count, contextCount, isRtl, advances, advancesIndex);
753 jfloatArray advances, jint advancesIndex) {
759 advances, advancesIndex);
888 float* advances = new float[count]; local
    [all...]
  /external/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 142 // b. Removing 3 repeating advances is a win
143 // c. Removing 2 repeating advances and 3 don't cares is a win
147 // e. Removing 2 repeating advances is a win
  /external/android-clat/
ring.c 87 * advances to the next position in the packet ring
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
ChildIterator.java 77 * Returns the next node in the set and advances the position of the
SelfIteratorNoPredicate.java 66 * Returns the next node in the set and advances the position of the
  /external/fonttools/Lib/fontTools/ttLib/tables/
_h_m_t_x.py 54 # all advances are equal
  /external/freetype/src/cff/
cffdrivr.c 191 FT_Fixed* advances )
230 advances[nn] = ah;
252 advances[nn] = aw;
268 advances[nn] = ( flags & FT_LOAD_VERTICAL_LAYOUT )
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSState.java 85 * In general, this advances one step in the following sequence: PROBING_1, PROBING_2, PROBING_3, ANNOUNCING_1, ANNOUNCING_2, ANNOUNCED.<br/>
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 154 // Advances matcher to next open paren if it exists, returning true.
158 // Advances matcher to next open paren if it exists, returning true.
245 // Advances matcher to next open paren if it exists, returning true.
260 // Advances matcher to next close paren if it exists, returning true.

Completed in 265 milliseconds

12 3 4 5 6 7 8 91011>>