Home
last modified time | relevance | path

Searched defs:stops (Results 1 – 25 of 237) sorted by relevance

12345678910

/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/text/
H A DTextLineTest.java212 final TabStops stops = new TabStops(100, spans); in testMeasure_Tab_LTR() local
227 final TabStops stops = new TabStops(100, spans); in testMeasure_Tab_RTL() local
242 final TabStops stops = new TabStops(100, spans); in testMeasure_Tab_BiDi() local
257 final TabStops stops = new TabStops(100, spans); in testMeasure_Tab_BiDi2() local
492 final TabStops stops = new TabStops(100, spans); in testMeasureAllBounds_Tab_LTR() local
509 final TabStops stops = new TabStops(100, spans); in testMeasureAllBounds_Tab_RTL() local
526 final TabStops stops = new TabStops(100, spans); in testMeasureAllBounds_Tab_BiDi() local
543 final TabStops stops = new TabStops(100, spans); in testMeasureAllBounds_Tab_BiDi2() local
/aosp_15_r20/hardware/interfaces/drm/1.1/vts/functional/
H A Ddrm_hal_clearkey_test.cpp413 [&](Status status, const hidl_vec<SecureStop>& stops) { in TEST_P()
432 [&](Status status, const hidl_vec<SecureStop>& stops) { in TEST_P()
442 [&](Status status, const hidl_vec<SecureStop>& stops) { in TEST_P()
462 [&](Status status, const hidl_vec<SecureStop>& stops) { in TEST_P()
481 [&](Status status, const hidl_vec<SecureStop>& stops) { in TEST_P()
491 [&](Status status, const hidl_vec<SecureStop>& stops) { in TEST_P()
542 [&](Status status, const hidl_vec<SecureStop>& stops) { in TEST_P()
553 [&](Status status, const hidl_vec<SecureStop>& stops) { in TEST_P()
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DRadialGradient.java71 @NonNull @ColorInt int[] colors, @Nullable float[] stops, in RadialGradient()
95 @NonNull @ColorLong long[] colors, @Nullable float[] stops, in RadialGradient()
140 @NonNull @ColorLong long[] colors, @Nullable float[] stops, in RadialGradient()
151 float endRadius, @NonNull @ColorLong long[] colors, @Nullable float[] stops, in RadialGradient()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/paint/
H A DPaintBundle.java363 String[] stops = null; in callPrintGradient() local
460 float[] stops = null; in callSetGradient() local
618 @Nullable float[] stops, in setLinearGradient()
658 @Nullable float[] stops, // TODO: rename positions to stops or stops to positions, but in setSweepGradient()
693 @Nullable float[] stops, in setRadialGradient()
1209 float[] stops = null; in updateFloatsInGradient() local
/aosp_15_r20/external/skia/src/ports/
H A DSkTypeface_fontations_priv.h143 fontations_ffi::BridgeColorStops& stops, in fill_radial()
146 fontations_ffi::BridgeColorStops& stops, in fill_linear()
149 fontations_ffi::BridgeColorStops& stops, in fill_sweep()
H A DSkFontHost_FreeType_common.cpp467 std::vector<SkScalar>& stops, in truncateToStopInterpolating()
611 std::vector<SkColor4f>& colors) -> bool { in colrv1_configure_skpaint()
675 std::vector<SkScalar> stops; in colrv1_configure_skpaint() local
792 std::vector<SkScalar> stops; in colrv1_configure_skpaint() local
975 std::vector<SkScalar> stops; in colrv1_configure_skpaint() local
H A DSkTypeface_fontations.cpp1061 std::vector<SkScalar>& stops, in truncateToStopInterpolating()
1235 std::vector<SkScalar> stops; in configure_linear_paint() local
1306 std::vector<SkScalar> stops; in configure_radial_paint() local
1458 std::vector<SkScalar> stops; in configure_sweep_paint() local
H A DSkScalerContext_win_dw.cpp587 std::vector<D2D1_GRADIENT_STOP>& stops, in truncateToStopInterpolating()
698 std::vector<D2D1_GRADIENT_STOP> stops; in drawColorV1Paint() local
824 std::vector<D2D1_GRADIENT_STOP> stops; in drawColorV1Paint() local
1007 std::vector<D2D1_GRADIENT_STOP> stops; in drawColorV1Paint() local
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-cairo-utils.cc256 _hb_cairo_normalize_color_line (hb_color_stop_t *stops, in _hb_cairo_normalize_color_line()
286 hb_color_stop_t **stops) in _hb_cairo_get_color_stops()
325 hb_color_stop_t *stops = stops_; in _hb_cairo_paint_linear_gradient() local
373 hb_color_stop_t *stops = stops_; in _hb_cairo_paint_radial_gradient() local
578 _hb_cairo_add_sweep_gradient_patches (hb_color_stop_t *stops, in _hb_cairo_add_sweep_gradient_patches()
843 hb_color_stop_t *stops = stops_; in _hb_cairo_paint_sweep_gradient() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/example/
Ddemo.cpp177 std::list<bus_stop_pointer> stops; member in bus_route
190 ar & stops; in serialize() local
Ddemo_xml.hpp174 std::list<bus_stop_pointer> stops; member in bus_route
Ddemo_gps.hpp174 std::list<bus_stop_pointer> stops; member in bus_route
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
H A DAndroidPaintContext.java585 @NonNull float[] stops, in applyPaint()
605 @NonNull float[] stops, in applyPaint()
623 @NonNull float[] stops, in applyPaint()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/startingsurface/
H A DSplashScreenExitAnimationUtils.java147 final float[] stops = {0f, transparentRatio, 1f}; in createRadialVanishSlideUpAnimator() local
353 void setRadialPaintParam(int[] colors, float[] stops) { in setRadialPaintParam()
/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-paint.c192 hb_color_stop_t *stops; in print_color_line() local
569 hb_color_stop_t *stops; in scrutinize_linear_gradient() local
/aosp_15_r20/external/skia/gm/
H A Dfillrect_gradient.cpp51 void drawGradient(SkCanvas* canvas, std::initializer_list<GradientStop> stops) { in drawGradient()
/aosp_15_r20/frameworks/minikin/include/minikin/
H A DLineBreaker.h56 TabStops(const float* stops, size_t nStops, float tabWidth) in TabStops()
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DStridedSlice.cpp56 std::vector<int> stops; in compute() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DProfileServiceTest.java236 ArgumentCaptor<ProfileService> stops = ArgumentCaptor.forClass(ProfileService.class); in testEnableDisableInterleaved() local
/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/
H A Dplot.py15 def stops(support, count=10): function
/aosp_15_r20/external/skia/src/codec/
H A DSkExif.cpp73 float stops = 0.f; in get_maker_note_hdr_headroom() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DTabber.java60 private List stops = new ArrayList(); field in Tabber.MonoTabber
/aosp_15_r20/external/skia/modules/skottie/src/layers/shapelayer/
H A DGradient.cpp172 std::vector<sksg::Gradient::ColorStop> stops; in onSync() local
/aosp_15_r20/cts/tests/tests/app.usage/src/android/app/usage/cts/
H A DUsageStatsTest.java2024 int stops = 0; in testInstantAppUsageEventsObfuscated() local
2075 int stops = 0; in testSuddenDestroy() local
2131 int stops = 0; in testPipActivity() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/color/
H A Dinstance.rs136 stops: &'a [ColorStop], field

12345678910