Searched refs:surfaceDims (Results 1 – 2 of 2) sorted by relevance
197 SkISize surfaceDims = {100, 100}; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local216 auto texture1 = context->createBackendTexture(surfaceDims.width(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()217 surfaceDims.height(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()224 auto texture2 = context->createBackendTexture(surfaceDims.width(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()225 surfaceDims.height(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
42 DERIVED clip(SkISize surfaceDims, SkIPoint* surfacePt) { in clip() argument43 auto bounds = SkIRect::MakeSize(surfaceDims); in clip()