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

/external/skia/samplecode/
H A DSampleAAClip.cpp15 const SkIRect& expectedR) {
22 SkASSERT(r2 == expectedR);
29 SkIRect expectedR; member in struct:__anon18111
38 testop(gRec[i].r0, gRec[i].r1, gRec[i].op, gRec[i].expectedR);
14 testop(const SkIRect& r0, const SkIRect& r1, SkRegion::Op op, const SkIRect& expectedR) argument
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
H A DGlRectDrawerTest.java66 final int expectedR = expected.get() & 0xFF;
69 if (actualR != expectedR || actualG != expectedG || actualB != expectedB) {
72 + "(" + expectedR + ", " + expectedG + ", " + expectedB + ")"
/external/skia/src/core/
H A DSkAAClip.cpp328 const int expectedR = *data++; local
332 SkASSERT(expectedR == R);

Completed in 294 milliseconds