Home
last modified time | relevance | path

Searched defs:numStops (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/skia/tests/graphite/precompile/
H A DThreadedPrecompileTest.cpp60 std::pair<SkPaint, PaintOptions> linear(int numStops) { in linear()
76 std::pair<SkPaint, PaintOptions> radial(int numStops) { in radial()
92 std::pair<SkPaint, PaintOptions> sweep(int numStops) { in sweep()
110 std::pair<SkPaint, PaintOptions> conical(int numStops) { in conical()
H A DPaintParamsKeyTest.cpp735 int numStops; in create_gradient_shader() local
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DKeyHelpers.cpp314 static int write_color_and_offset_bufdata(int numStops, in write_color_and_offset_bufdata()
342 int numStops, in GradientData()
363 int numStops, in GradientData()
2310 static SkBitmap create_color_and_offset_bitmap(int numStops, in create_color_and_offset_bitmap()
H A DPipelineData.h320 std::pair<float*, int> allocateGradientData(int numStops, const SkGradientBaseShader* shader) { in allocateGradientData()
/aosp_15_r20/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
H A DInteractiveLineGraphView.java1182 int numStops; field in InteractiveLineGraphView.AxisStops
/aosp_15_r20/cts/tests/tests/app.usage/src/android/app/usage/cts/
H A DUsageStatsTest.java1894 int numStops = 0; in testForegroundServiceHelper() local