Searched refs:copiedSrcRect (Results 1 – 1 of 1) sorted by relevance
94 SkIRect copiedSrcRect; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local95 if (!copiedSrcRect.intersect(srcRect, SkIRect::MakeWH(kW, kH))) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()100 copiedDstRect.fLeft += copiedSrcRect.fLeft - srcRect.fLeft; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()101 copiedDstRect.fTop += copiedSrcRect.fTop - srcRect.fTop; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()102 copiedDstRect.fRight -= copiedSrcRect.fRight - srcRect.fRight; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()103 copiedDstRect.fBottom -= copiedSrcRect.fBottom - srcRect.fBottom; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()