Lines Matching defs:rect
825 SkIRect rect,
861 rect,
868 SkIRect rect,
892 SkASSERT(SkIRect::MakeSize(texture->dimensions()).contains(rect));
895 const size_t trimRowBytes = rect.width() * bpp;
919 rect.left(),
920 rect.top(),
921 rect.width(),
922 rect.height(),
935 SkIRect rect,
944 rect,
948 rect.width());
1990 this->flushRenderTarget(glRT, useMultisampleFBO, origin, scissor.rect());
2144 SkIRect rect,
2181 if (rowWidthInPixels != rect.width()) {
2187 GL_CALL(ReadPixels(rect.left(),
2188 rect.top(),
2189 rect.width(),
2190 rect.height(),
2195 if (rowWidthInPixels != rect.width()) {
2207 SkIRect rect,
2219 if (rowBytes == SkToSizeT(rect.width()*bytesPerPixel)) {
2220 rowPixelWidth = rect.width();
2227 rect,
2391 // Passing in kTopLeft_GrSurfaceOrigin will make sure no transformation of the rect
3373 // dst rect edges in NDC (-1 to 1)
3387 // src rect edges in normalized texture space (0 to 1)
3408 // The rect is already in device space so we pass in kTopLeft so no flip is done.
3430 // The rect is already in device space so we pass in kTopLeft so no flip is done.
3466 // The rect is already in device space so we pass in kTopLeft so no flip is done.