Home | History | Annotate | Download | only in gpu

Lines Matching full:drawatlas

1735 void SkGpuDevice::drawAtlas(const SkDraw& draw, const SkImage* atlas, const SkRSXform xform[],
1740 this->INHERITED::drawAtlas(draw, atlas, xform, texRect, colors, count, mode, paint);
1763 fDrawContext->drawAtlas(fClip, grPaint, *draw.fMatrix, count, xform, texRect, colors);