Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleAAClip.cpp15 const SkIRect& expectedR) { in testop() argument
22 SkASSERT(r2 == expectedR); in testop()
29 SkIRect expectedR; member
38 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()
/external/skia/src/core/
DSkAAClip.cpp328 const int expectedR = *data++; in test_count_left_right_zeros() local
332 SkASSERT(expectedR == R); in test_count_left_right_zeros()