Home | History | Annotate | Download | only in core

Lines Matching defs:cull

389         DrawTextRSXform(size_t bytes, const SkRect* cull, const SkPaint& paint)
391 if (cull) { this->cull = *cull; }
394 SkRect cull = kUnset;
398 cull), paint);
460 const SkRect* cull, const SkPaint* paint, bool has_colors)
462 if (cull) { this->cull = *cull; }
468 SkRect cull = kUnset;
478 maybe_unset(cull), &paint);
643 const SkRSXform xforms[], const SkRect* cull, const SkPaint& paint) {
645 void* pod = this->push<DrawTextRSXform>(bytes+n*sizeof(SkRSXform), bytes, cull, paint);
666 const SkRect* cull, const SkPaint* paint) {
672 atlas, count, xfermode, cull, paint, colors != nullptr);