Home | History | Annotate | Download | only in gpu

Lines Matching refs:topLeft

1551 void GrContext::copyTexture(GrTexture* src, GrRenderTarget* dst, const SkIPoint* topLeft) {
1569 if (NULL != topLeft) {
1570 srcRect.offset(*topLeft);