Home | History | Annotate | Download | only in core

Lines Matching defs:texs

429         DrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texs[4],
435 if (texs ) { copy_v(this->texs , texs , 4); has_texs = true; }
439 SkPoint texs[4];
445 c->drawPatch(cubics, has_colors ? colors : nullptr, has_texs ? texs : nullptr,
487 auto texs = pod<SkRect>(this, count*sizeof(SkRSXform));
491 c->drawAtlas(atlas.get(), xforms, texs, colors, count, xfermode,
670 void SkLiteDL::drawPatch(const SkPoint points[12], const SkColor colors[4], const SkPoint texs[4],
672 this->push<DrawPatch>(0, points, colors, texs, bmode, paint);
682 void SkLiteDL::drawAtlas(const SkImage* atlas, const SkRSXform xforms[], const SkRect texs[],
692 texs, count,