Searched defs:numStops (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/skia/tests/graphite/precompile/ |
H A D | ThreadedPrecompileTest.cpp | 60 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 D | PaintParamsKeyTest.cpp | 735 int numStops; in create_gradient_shader() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | KeyHelpers.cpp | 314 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 D | PipelineData.h | 320 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 D | InteractiveLineGraphView.java | 1182 int numStops; field in InteractiveLineGraphView.AxisStops
|
/aosp_15_r20/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
H A D | UsageStatsTest.java | 1894 int numStops = 0; in testForegroundServiceHelper() local
|