Searched refs:copiedSrcRect (Results 1 – 1 of 1) sorted by relevance
107 SkIRect copiedSrcRect; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local108 if (!copiedSrcRect.intersect(srcRect, SkIRect::MakeWH(kW, kH))) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()113 copiedDstRect.fLeft += copiedSrcRect.fLeft - srcRect.fLeft; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()114 copiedDstRect.fTop += copiedSrcRect.fTop - srcRect.fTop; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()115 copiedDstRect.fRight -= copiedSrcRect.fRight - srcRect.fRight; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()116 copiedDstRect.fBottom -= copiedSrcRect.fBottom - srcRect.fBottom; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()