Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleImageFilterDAG.cpp310 static const SkRect kFilterRect = SkRect::MakeXYWH(20.f, 20.f, 60.f, 60.f); in onDrawContent() local
312 2 * (kFilterRect.fRight + kFilterRect.fLeft), in onDrawContent()
313 2 * (kFilterRect.fBottom + kFilterRect.fTop)); in onDrawContent()
335 draw_dag(canvas, std::move(merge0), kFilterRect, kFilterSurfaceSize); in onDrawContent()