Searched refs:advance (Results 26 - 50 of 51) sorted by relevance

123

/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp173 extractor->advance();
214 extractor->advance();
H A Dcodec.cpp197 extractor->advance();
H A DSimplePlayer.cpp504 err = mExtractor->advance();
H A Dmediafilter.cpp552 extractor->advance();
/frameworks/minikin/libs/minikin/
H A DLayout.cpp292 float advance = font->GetHorizontalAdvance(glyph, *paint); local
293 return 256 * advance + 0.5;
606 float advance = 0; local
609 advance += doLayoutRunCached(buf, runInfo.mRunStart, runInfo.mRunLength, bufSize,
614 return advance;
621 float advance = 0; local
632 advance += doLayoutWord(buf + wordstart, iter - wordstart, wordcount,
647 advance += doLayoutWord(buf + wordstart, bufStart - wordstart, iter - bufStart,
653 return advance;
/frameworks/av/media/libnbaio/
H A DNBLog.cpp364 size_t advance = length + 3; local
412 advance = 0;
424 i += advance;
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc72 // read one entry for advance the end element of the cache.
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp98 void advance();
154 status_t advance();
292 void BlockIterator::advance() { function in class:android::BlockIterator
624 mBlockIter.advance();
632 mBlockIter.advance();
1346 iter.advance();
/frameworks/native/libs/gui/
H A DSensor.cpp529 FlattenableUtils::advance(buffer, size, FlattenableUtils::align<4>(len));
542 FlattenableUtils::advance(buffer, size, FlattenableUtils::align<4>(len));
/frameworks/base/media/java/android/media/
H A DMediaExtractor.java65 * extractor.advance();
500 public native boolean advance(); method in class:MediaExtractor
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1942 * Return the advance widths for the characters in the string.
1947 * @param widths array to receive the advance widths of the characters.
1982 * Return the advance widths for the characters in the string.
1987 * @param widths array to receive the advance widths of the characters.
2026 * Return the advance widths for the characters in the string.
2031 * @param widths array to receive the advance widths of the characters.
2067 * Return the advance widths for the characters in the string.
2070 * @param widths array to receive the advance widths of the characters.
2174 * Returns the total advance width for the characters in the run
2175 * between start and end, and if advances is not null, the advance
2599 getOffsetForAdvance(char[] text, int start, int end, int contextStart, int contextEnd, boolean isRtl, float advance) argument
2626 getOffsetForAdvance(CharSequence text, int start, int end, int contextStart, int contextEnd, boolean isRtl, float advance) argument
2718 nGetOffsetForAdvance(long paintPtr, long typefacePtr, char[] text, int start, int end, int contextStart, int contextEnd, boolean isRtl, float advance) argument
[all...]
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp500 const float advance = MinikinUtils::measureText(paint, bidiFlags, typeface, text, local
505 return advance;
890 jint start, jint count, jint bufSize, jboolean isRtl, jfloat advance) {
895 return getOffsetForAdvance(advancesArray.get(), buf, start, count, advance);
900 jint contextEnd, jboolean isRtl, jfloat advance) {
905 start - contextStart, end - start, contextEnd - contextStart, isRtl, advance);
889 doOffsetForAdvance(const Paint* paint, Typeface* typeface, const jchar buf[], jint start, jint count, jint bufSize, jboolean isRtl, jfloat advance) argument
898 getOffsetForAdvance___CIIIIZF_I(JNIEnv *env, jclass, jlong paintHandle, jlong typefaceHandle, jcharArray text, jint start, jint end, jint contextStart, jint contextEnd, jboolean isRtl, jfloat advance) argument
/frameworks/av/media/ndk/
H A DNdkMediaExtractor.cpp150 //ALOGV("advance");
151 return mData->mImpl->advance();
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java1160 float advance) {
1168 for (i = 0; i < count && sum < advance; i++) {
1171 float distanceToI = sum - advance;
1172 float distanceToIMinus1 = advance - (sum - advances[i]);
1158 nGetOffsetForAdvance(long nativePaint, long nativeTypeface, char[] text, int start, int end, int contextStart, int contextEnd, boolean isRtl, float advance) argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.cpp131 status_t JMediaExtractor::advance() { function in class:android::JMediaExtractor
132 return mImpl->advance();
394 status_t err = extractor->advance();
790 { "advance", "()Z", (void *)android_media_MediaExtractor_advance },
/frameworks/rs/api/
H A DGenerateStubsWhiteList.cpp130 // Replace the token with the substitution. Don't advance, as the new substitution
136 advance(i, -newTokens.size());
/frameworks/native/libs/ui/
H A DRegion.cpp782 FlattenableUtils::advance(buffer, size, sizeof(rect));
806 FlattenableUtils::advance(buffer, size, sizeof(rect));
/frameworks/rs/
H A DrsFont.cpp247 glyph->mAdvanceX = mFace->glyph->advance.x;
248 glyph->mAdvanceY = mFace->glyph->advance.y;
/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp452 status_t NuMediaExtractor::advance() { function in class:android::NuMediaExtractor
/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java1068 * Called by an {@link android.appwidget.AppWidgetHost} in order to advance the current view when
1071 public void advance() { method in class:AdapterViewAnimator
1078 * {@link AdapterViewAnimator#advance()} at some point in the future. This allows subclasses to
H A DStackView.java1117 public void advance() { method in class:StackView
/frameworks/base/core/java/android/text/
H A DLayout.java1324 boolean advance = toLeft == (lineDir == DIR_RIGHT_TO_LEFT);
1326 if (advance) {
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp877 mExtractor->advance();
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2319 BitstreamEntry Entry = Stream.advance();
2615 Stream.advance(BitstreamCursor::AF_DontAutoprocessAbbrevs);
2723 BitstreamEntry Entry = Stream.advance();
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2350 Stream.advance(BitstreamCursor::AF_DontAutoprocessAbbrevs);
2458 BitstreamEntry Entry = Stream.advance();

Completed in 8507 milliseconds

123