Searched refs:advance (Results 1 - 25 of 67) sorted by relevance

123

/frameworks/base/core/java/android/widget/
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
/frameworks/base/graphics/java/android/graphics/
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.readOnlyNI(), advance, phase,
48 private static native long nativeCreate(long native_path, float advance, argument
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestLayer.cpp113 bool Hwc2TestLayer::advance() function in class:Hwc2TestLayer
117 if (property->advance())
191 return mBlendMode.advance();
196 return mBufferArea.advance();
201 return mColor.advance();
206 return mComposition.advance();
211 return mDisplayFrame.advance();
216 return mDataspace.advance();
221 return mDisplayFrame.advance();
226 return mPlaneAlpha.advance();
[all...]
H A DHwc2TestVirtualDisplay.cpp53 bool Hwc2TestVirtualDisplay::advance() function in class:Hwc2TestVirtualDisplay
55 return mDisplayDimension.advance();
H A DHwc2TestVirtualDisplay.h39 bool advance();
H A DHwc2TestClientTarget.cpp80 bool Hwc2TestClientTargetSupport::advance() function in class:Hwc2TestClientTargetSupport
83 if (property->advance())
H A DHwc2TestClientTarget.h53 bool advance();
H A DHwc2TestLayers.h45 bool advance();
/frameworks/base/tools/preload2/src/com/android/preload/ui/
H A DNullProgressMonitor.java24 public void advance(int arg0) {} method in class:NullProgressMonitor
/frameworks/minikin/include/minikin/
H A DMeasurement.h28 float advance);
/frameworks/minikin/libs/minikin/
H A DMeasurement.cpp34 float advance = 0.0f; local
40 advance += charAdvance;
66 advance -= clusterWidth * numGraphemeClustersAfter / numGraphemeClusters;
69 return advance;
79 * measured caret comes closest to the provided advance param, and which is on a grapheme
86 float advance) {
99 if (x > advance) {
108 // "getRunAdvance(layout, buf, start, count, i) - advance" but more efficient
111 + xSearchStart - advance;
85 getOffsetForAdvance(const float* advances, const uint16_t* buf, size_t start, size_t count, float advance) argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPathDashPathEffect_Delegate.java65 /*package*/ static long nativeCreate(long native_path, float advance, float phase, 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/av/media/libaudioprocessing/
H A DAudioResamplerCubic.cpp107 // advance sample state
108 advance(&left, in[inputIndex*2]);
109 advance(&right, in[inputIndex*2+1]);
175 // advance sample state
176 advance(&left, in[inputIndex]);
H A DAudioResamplerCubic.h53 static inline void advance(state* p, int16_t in) { function in class:android::AudioResamplerCubic
/frameworks/base/core/jni/android/graphics/
H A DHarfBuzzNGFaceSkia.cpp103 hb_position_t advance = 0; local
105 SkiaGetGlyphWidthAndExtents(hbFontData->m_paint, glyph, &advance, 0);
106 return advance;
H A DPathEffect.cpp51 jlong shapeHandle, jfloat advance, jfloat phase, jint style) {
54 SkPathEffect* effect = SkPath1DPathEffect::Make(*shape, advance, phase,
50 OneD_constructor(JNIEnv* env, jobject, jlong shapeHandle, jfloat advance, jfloat phase, jint style) argument
/frameworks/native/include/private/ui/
H A DRegionHelper.h189 advance(lhs, SpannerBase::lhs_head, SpannerBase::lhs_tail);
192 advance(rhs, SpannerBase::rhs_head, SpannerBase::rhs_tail);
199 void advance(region& reg, TYPE& aTop, TYPE& aBottom) { function in class:android::region_operator::Spanner
270 advance(lhs, SpannerBase::lhs_head, SpannerBase::lhs_tail);
273 advance(rhs, SpannerBase::rhs_head, SpannerBase::rhs_tail);
280 void advance(region& reg, TYPE& left, TYPE& right) { function in class:android::region_operator::SpannerInner
/frameworks/base/core/java/android/text/
H A DTextLine.java332 boolean advance = (mDir == Layout.DIR_RIGHT_TO_LEFT) == runIsRtl;
333 if (inSegment && advance) {
338 h += advance ? w : -w;
508 boolean advance = toLeft == runIsRtl;
509 if (cursor != (advance ? runLimit : runStart) || advance != trailing) {
512 runIsRtl, cursor, advance);
515 if (newCaret != (advance ? runLimit : runStart)) {
528 boolean advance = toLeft == paraIsRtl;
529 int otherRunIndex = runIndex + (advance
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
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();
H A Dilist_sort.h48 std::advance(mid_iter, mid);
/frameworks/base/core/tests/coretests/src/android/graphics/
H A DPaintTest.java186 final float advance = p.getTextRunAdvances(str, start, end, contextStart, contextEnd,
192 assertEquals(advance, advance_c, 1.0f);
199 assertEquals(advance, firstPartAdvance + secondPartAdvance, 1.0f);
207 assertEquals(advance, firstPartAdvance_c + secondPartAdvance_c, 1.0f);
219 assertEquals(advance, p.measureText(str, start, end), 1.0f);
220 assertEquals(advance, p.getRunAdvance(
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dpayload.h102 std::advance(this->ConstCursor(),
141 std::advance(this->ConstCursor(),
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.h63 status_t advance();
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h48 IteratorType::advance();
51 IteratorType::advance();
57 IteratorType::advance();
60 IteratorType::advance();

Completed in 452 milliseconds

123