Lines Matching refs:blit_count
154 int blit_count; // Total blit objects. member
243 ctx->blit_count = 0; in c2d_wait_loop()
594 if (ctx->blit_count == 0) { in msm_copybit()
598 for (int i = 0; i < ctx->blit_count; i++) in msm_copybit()
602 ctx->blit_list[ctx->blit_count-1].next = NULL; in msm_copybit()
610 ctx->blit_count)) { in msm_copybit()
673 ctx->blit_count = 0; in finish_copybit()
1127 ctx->blit_count == MAX_BLIT_OBJECT_COUNT || in stretch_copybit_internal()
1319 if (ctx->blit_count == MAX_BLIT_OBJECT_COUNT) { in stretch_copybit_internal()
1323 ctx->blit_list[ctx->blit_count] = src_surface; in stretch_copybit_internal()
1324 ctx->blit_count++; in stretch_copybit_internal()
1697 ctx->blit_count = 0; in open_copybit()