Home
last modified time | relevance | path

Searched defs:fIntervals (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/skia/modules/sksg/include/
H A DSkSGGeometryEffect.h119 SG_ATTRIBUTE(Intervals, std::vector<float>, fIntervals) in SG_ATTRIBUTE() argument
127 std::vector<float> fIntervals; variable
/aosp_15_r20/external/skia/src/effects/
H A DSkDashImpl.h37 SkScalar* fIntervals; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrTestUtils.h99 skia_private::AutoTArray<SkScalar> fIntervals; variable
H A DGrStyle.h219 skia_private::AutoSTArray<4, SkScalar> fIntervals; member
/aosp_15_r20/external/skia/src/core/
H A DSkPathEffectBase.h121 SkScalar* fIntervals; //!< Length of on/off intervals for dashed lines member
/aosp_15_r20/external/skia/modules/skottie/src/layers/shapelayer/
H A DFillStroke.cpp133 std::vector<ScalarValue> fIntervals; member in skottie::internal::__anon89f73d1b0111::DashAdapter
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DDashOp.cpp233 SkScalar fIntervals[2]; member
315 SkScalar fIntervals[2]; member
/aosp_15_r20/external/skia/bench/
H A DDashBench.cpp35 SkTDArray<SkScalar> fIntervals; member in DashBench
/aosp_15_r20/external/skia/tests/
H A DResourceAllocatorTest.cpp419 TArray<Interval> fIntervals; member