Home
last modified time | relevance | path

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

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