Home | History | Annotate | Download | only in libcopybit

Lines Matching full:mflags

60     uint8_t mFlags;
171 if (dev->mFlags & COPYBIT_TRANSFORM_ROT_90) {
188 if (dev->mFlags & COPYBIT_TRANSFORM_FLIP_V) {
191 if (dev->mFlags & COPYBIT_TRANSFORM_FLIP_H) {
200 req->flags = dev->mFlags | MDP_BLEND_FG_PREMULT;
257 ctx->mFlags &= ~0x7;
260 ctx->mFlags &= ~0x7;
261 ctx->mFlags |= MDP_ROT_90;
264 ctx->mFlags &= ~0x7;
265 ctx->mFlags |= MDP_ROT_180;
268 ctx->mFlags &= ~0x7;
269 ctx->mFlags |= MDP_ROT_270;
284 ctx->mFlags |= MDP_DITHER;
286 ctx->mFlags &= ~MDP_DITHER;
291 ctx->mFlags |= MDP_BLUR;
293 ctx->mFlags &= ~MDP_BLUR;
297 ctx->mFlags &= ~0x7;
298 ctx->mFlags |= value & 0x7;
454 ctx->mFlags = 0;