Searched defs:advance (Results 1 - 25 of 27) sorted by last modified time

12

/frameworks/native/include/private/ui/
H A DRegionHelper.h188 advance(lhs, SpannerBase::lhs_head, SpannerBase::lhs_tail);
191 advance(rhs, SpannerBase::rhs_head, SpannerBase::rhs_tail);
198 void advance(region& reg, TYPE& aTop, TYPE& aBottom) { function in class:android::region_operator::Spanner
269 advance(lhs, SpannerBase::lhs_head, SpannerBase::lhs_tail);
272 advance(rhs, SpannerBase::rhs_head, SpannerBase::rhs_tail);
279 void advance(region& reg, TYPE& left, TYPE& right) { function in class:android::region_operator::SpannerInner
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/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;
H A DMeasurement.cpp33 float advance = 0.0f; local
39 advance += charAdvance;
64 advance -= clusterWidth * numGraphemeClustersAfter / numGraphemeClusters;
67 return advance;
77 * measured caret comes closest to the provided advance param, and which is on a grapheme
84 float advance) {
97 if (x > advance) {
106 // "getRunAdvance(layout, buf, start, count, i) - advance" but more efficient
109 + xSearchStart - advance;
83 getOffsetForAdvance(const float* advances, const uint16_t* buf, size_t start, size_t count, float advance) argument
H A DMinikinFontFreeType.cpp45 FT_Fixed advance; local
46 FT_Get_Advance(mTypeface, glyph_id, flags, &advance);
47 return advance * (1.0 / 65536);
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h40 void advance() { function in class:mcld::DFSIterator
70 void advance() { function in class:mcld::BFSIterator
156 IteratorType::advance();
162 IteratorType::advance();
H A DHashIterator.h102 inline void advance() { function in class:mcld::ChainIteratorBase
204 inline void advance() { function in class:mcld::EntryIteratorBase
286 this->Base::advance();
292 this->Base::advance();
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h34 inline void advance() { function in struct:mcld::DataIteratorBase
91 this->Base::advance();
97 this->Base::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
H A DPathDashPathEffect_Delegate.java65 /*package*/ static long nativeCreate(long native_path, float advance, float phase, argument
/frameworks/base/tools/preload2/src/com/android/preload/ui/
H A DNullProgressMonitor.java24 public void advance(int arg0) {} method in class:NullProgressMonitor
/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/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...]
H A DPathDashPathEffect.java38 * @param advance spacing between each stamp of shape
42 public PathDashPathEffect(Path shape, float advance, float phase, argument
44 native_instance = nativeCreate(shape.ni(), advance, phase,
48 private static native long nativeCreate(long native_path, float advance, argument
/frameworks/base/media/java/android/media/
H A DMediaExtractor.java65 * extractor.advance();
500 public native boolean advance(); method in class:MediaExtractor
/frameworks/base/core/jni/android/graphics/
H A DHarfBuzzNGFaceSkia.cpp101 hb_position_t advance = 0; local
103 SkiaGetGlyphWidthAndExtents(hbFontData->m_paint, glyph, &advance, 0);
104 return advance;
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
H A DPathEffect.cpp49 jlong shapeHandle, jfloat advance, jfloat phase, jint style) {
52 SkPathEffect* effect = SkPath1DPathEffect::Create(*shape, advance, phase,
48 OneD_constructor(JNIEnv* env, jobject, jlong shapeHandle, jfloat advance, jfloat phase, jint style) argument
/frameworks/base/core/java/android/util/
H A DJsonReader.java212 * #advance}. If null, peek() will assign a value.
312 advance();
370 private JsonToken advance() throws IOException { method in class:JsonReader
393 advance();
412 advance();
430 advance();
447 advance();
464 advance();
495 advance();
526 advance();
[all...]
/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 DAdvanceable.java30 public void advance(); method in interface:Advanceable
33 * Called by the AppWidgetHost once before it begins to call advance(), allowing the
H A DStackView.java1117 public void advance() { method in class:StackView
/frameworks/av/media/libnbaio/
H A DNBLog.cpp364 size_t advance = length + 3; local
412 advance = 0;
424 i += advance;
/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp452 status_t NuMediaExtractor::advance() { function in class:android::NuMediaExtractor
/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();

Completed in 246 milliseconds

12