/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | TextLineTest.java | 212 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 D | drm_hal_clearkey_test.cpp | 413 [&](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 D | RadialGradient.java | 71 @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 D | PaintBundle.java | 363 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 D | SkTypeface_fontations_priv.h | 143 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 D | SkFontHost_FreeType_common.cpp | 467 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 D | SkTypeface_fontations.cpp | 1061 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 D | SkScalerContext_win_dw.cpp | 587 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 D | hb-cairo-utils.cc | 256 _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/ |
D | demo.cpp | 177 std::list<bus_stop_pointer> stops; member in bus_route 190 ar & stops; in serialize() local
|
D | demo_xml.hpp | 174 std::list<bus_stop_pointer> stops; member in bus_route
|
D | demo_gps.hpp | 174 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 D | AndroidPaintContext.java | 585 @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 D | SplashScreenExitAnimationUtils.java | 147 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 D | test-paint.c | 192 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 D | fillrect_gradient.cpp | 51 void drawGradient(SkCanvas* canvas, std::initializer_list<GradientStop> stops) { in drawGradient()
|
/aosp_15_r20/frameworks/minikin/include/minikin/ |
H A D | LineBreaker.h | 56 TabStops(const float* stops, size_t nStops, float tabWidth) in TabStops()
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | StridedSlice.cpp | 56 std::vector<int> stops; in compute() local
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | ProfileServiceTest.java | 236 ArgumentCaptor<ProfileService> stops = ArgumentCaptor.forClass(ProfileService.class); in testEnableDisableInterleaved() local
|
/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/ |
H A D | plot.py | 15 def stops(support, count=10): function
|
/aosp_15_r20/external/skia/src/codec/ |
H A D | SkExif.cpp | 73 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 D | Tabber.java | 60 private List stops = new ArrayList(); field in Tabber.MonoTabber
|
/aosp_15_r20/external/skia/modules/skottie/src/layers/shapelayer/ |
H A D | Gradient.cpp | 172 std::vector<sksg::Gradient::ColorStop> stops; in onSync() local
|
/aosp_15_r20/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
H A D | UsageStatsTest.java | 2024 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 D | instance.rs | 136 stops: &'a [ColorStop], field
|