Lines Matching refs:blit_count
152 int blit_count; // Total blit objects. member
245 ctx->blit_count = 0; in c2d_wait_loop()
615 if (ctx->blit_count == 0) { in msm_copybit()
619 for (int i = 0; i < ctx->blit_count; i++) in msm_copybit()
623 ctx->blit_list[ctx->blit_count-1].next = NULL; in msm_copybit()
631 ctx->blit_count)) { in msm_copybit()
694 ctx->blit_count = 0; in finish_copybit()
1153 ctx->blit_count == MAX_BLIT_OBJECT_COUNT || in stretch_copybit_internal()
1355 if (ctx->blit_count == MAX_BLIT_OBJECT_COUNT) { in stretch_copybit_internal()
1359 ctx->blit_list[ctx->blit_count] = src_surface; in stretch_copybit_internal()
1360 ctx->blit_count++; in stretch_copybit_internal()
1759 ctx->blit_count = 0; in open_copybit()