Lines Matching refs:fFront
34 fFront.reset(user.fFront, hasStencilClip, numStencilBits); in reset()
45 fFront.reset(user.fFront, hasStencilClip, numStencilBits); in reset()
47 fFront.setDisabled(); in reset()
62 memcpy(&fFront, &that.fFront, sizeof(Face)); in reset()
64 memcpy(&fFront, &that.fFront, 2 * sizeof(Face)); in reset()
66 offsetof(GrStencilSettings, fBack) - offsetof(GrStencilSettings, fFront)); in reset()
80 return 0 == memcmp(&fFront, &that.fFront, sizeof(Face)); // Both are single sided. in operator ==()
84 return 0 == memcmp(&fFront, &that.fFront, 2 * sizeof(Face)); in operator ==()
86 offsetof(GrStencilSettings, fBack) - offsetof(GrStencilSettings, fFront)); in operator ==()
481 memcpy(key, &fFront, sizeof(Face)); in genKey()
488 memcpy(key, &fFront, 2 * sizeof(Face)); in genKey()
490 offsetof(GrStencilSettings, fBack) - offsetof(GrStencilSettings, fFront)); in genKey()