Home | History | Annotate | Download | only in image

Lines Matching defs:origin

84     GrSurfaceOrigin origin = fDevice->accessRenderTargetContext()->origin();
88 origin, &this->props());
110 SkASSERT(rtc->origin() == rtc->asSurfaceProxy()->origin());
178 rtc->origin(), rtc->width(), rtc->height(),
219 data.origin() == rtc->origin() && data.width() == rtc->width() &&
280 GrSurfaceOrigin origin, const SkSurfaceProps* props,
296 ctx, budgeted, info, sampleCount, origin, props, mipMapped,
322 GrSurfaceOrigin origin, int sampleCnt,
335 origin,
379 GrSurfaceOrigin origin, int sampleCnt,
393 return MakeFromBackendTexture(context, texCopy, origin, sampleCnt, colorSpace, props);
398 GrSurfaceOrigin origin,
410 origin,
454 GrSurfaceOrigin origin,
466 return MakeFromBackendRenderTarget(context, rtCopy, origin, colorSpace, props);
471 GrSurfaceOrigin origin,
486 origin,
504 GrSurfaceOrigin origin,
519 return MakeFromBackendTextureAsRenderTarget(context, texCopy, origin, sampleCnt, colorSpace,