Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleAAClip.cpp15 static void testop(const SkIRect& r0, const SkIRect& r1, SkRegion::Op op, in testop() function
37 static void testop() { in testop() function
39 testop(gRec[i].r0, gRec[i].r1, gRec[i].op, gRec[i].expectedR); in testop()
62 testop(); in AAClipView()