Home
last modified time | relevance | path

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

/external/skqp/samplecode/
DSampleAAClip.cpp14 const SkIRect& expectedR) { in testop() argument
21 SkASSERT(r2 == expectedR); in testop()
28 SkIRect expectedR; member
37 testop(gRec[i].r0, gRec[i].r1, gRec[i].op, gRec[i].expectedR); in testop()
/external/skia/samplecode/
DSampleAAClip.cpp14 const SkIRect& expectedR) { in testop() argument
21 SkASSERT(r2 == expectedR); in testop()
28 SkIRect expectedR; member
37 testop(gRec[i].r0, gRec[i].r1, gRec[i].op, gRec[i].expectedR); in testop()
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DGlRectDrawerTest.java66 final int expectedR = expected.get() & 0xFF; in assertEquals() local
69 if (actualR != expectedR || actualG != expectedG || actualB != expectedB) { in assertEquals()
72 + "(" + expectedR + ", " + expectedG + ", " + expectedB + ")" in assertEquals()