Home
last modified time | relevance | path

Searched refs:copiedDstRect (Results 1 – 1 of 1) sorted by relevance

/external/skia/tests/
DCopySurfaceTest.cpp102 SkIRect copiedDstRect = SkIRect::MakeXYWH(dstPoint.fX, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
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()
118 if (copiedDstRect.isEmpty() || in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
119 !copiedDstRect.intersect(SkIRect::MakeWH(kW, kH))) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
146 if (copiedDstRect.contains(x, y)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()