Home
last modified time | relevance | path

Searched refs:wave_count (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DDecorations.cpp228 int wave_count = 0; in calculateWaves() local
234 wave_count % 2 != 0 ? quarterWave : -quarterWave, in calculateWaves()
238 ++wave_count; in calculateWaves()
245 double y1 = remaining / 2 * (wave_count % 2 == 0 ? -1 : 1); in calculateWaves()
248 (wave_count % 2 == 0 ? -1 : 1); in calculateWaves()
/third_party/flutter/skia/modules/skparagraph/src/
DTextLine.cpp374 int wave_count = 0; in computeDecorationPaint() local
381 wave_count % 2 != 0 ? wavelength : -wavelength, in computeDecorationPaint()
385 ++wave_count; in computeDecorationPaint()
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_txt.cc1466 int wave_count = 0; in ComputeWavyDecoration() local
1473 path.rQuadTo(quarter, wave_count % 2 == 0 ? -quarter : quarter, quarter * 2, in ComputeWavyDecoration()
1477 ++wave_count; in ComputeWavyDecoration()
1496 double y1 = remaining / 2 * (wave_count % 2 == 0 ? -1 : 1); in ComputeWavyDecoration()
1499 (wave_count % 2 == 0 ? -1 : 1); in ComputeWavyDecoration()
/third_party/flutter/txt/src/txt/
Dparagraph_txt.cc1602 int wave_count = 0; in ComputeWavyDecoration() local
1609 path.rQuadTo(quarter, wave_count % 2 == 0 ? -quarter : quarter, quarter * 2, in ComputeWavyDecoration()
1613 ++wave_count; in ComputeWavyDecoration()
1632 double y1 = remaining / 2 * (wave_count % 2 == 0 ? -1 : 1); in ComputeWavyDecoration()
1635 (wave_count % 2 == 0 ? -1 : 1); in ComputeWavyDecoration()