Searched defs:texRect (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/gpu/ops/
H A DGrDrawAtlasOp.cpp205 SkRect texRect = SkRect::MakeLTRB(random->nextRangeScalar(kMinCoord, kMaxCoord), local
209 texRect.sort();
210 return texRect;
/external/skia/src/gpu/
H A DGrRenderTargetContext.cpp968 const SkRect texRect[],
978 GrDrawAtlasOp::Make(paint.getColor(), viewMatrix, spriteCount, xform, texRect, colors);
963 drawAtlas(const GrClip& clip, GrPaint&& paint, const SkMatrix& viewMatrix, int spriteCount, const SkRSXform xform[], const SkRect texRect[], const SkColor colors[]) argument
H A DSkGpuDevice.cpp1674 const SkRect texRect[], const SkColor colors[], int count,
1678 this->INHERITED::drawAtlas(atlas, xform, texRect, colors, count, mode, paint);
1703 this->clip(), std::move(grPaint), this->ctm(), count, xform, texRect, colors);
1673 drawAtlas(const SkImage* atlas, const SkRSXform xform[], const SkRect texRect[], const SkColor colors[], int count, SkBlendMode mode, const SkPaint& paint) argument

Completed in 148 milliseconds