Searched refs:dashInfo (Results 1 – 1 of 1) sorted by relevance
851 SkPathEffect::DashInfo dashInfo; in apply_paint_patheffect() local852 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo); in apply_paint_patheffect()854 dashInfo.fIntervals = (SkScalar*)sk_malloc_throw(dashInfo.fCount * sizeof(SkScalar)); in apply_paint_patheffect()855 pathEffect->asADash(&dashInfo); in apply_paint_patheffect()858 for (int32_t i = 0; i < dashInfo.fCount; i++) { in apply_paint_patheffect()859 writer.appendFloat(dashInfo.fIntervals[i]); in apply_paint_patheffect()862 sk_free(dashInfo.fIntervals); in apply_paint_patheffect()863 writer.appendFloat(DEBUGCANVAS_ATTRIBUTE_PHASE, dashInfo.fPhase); in apply_paint_patheffect()