Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrClipStackClip.h26 : fDeviceSize(dimensions) in fDeviceSize() function
65 SkISize fDeviceSize; variable
DGrClipStackClip.cpp38 SkIRect deviceRect = SkIRect::MakeSize(fDeviceSize); in preApply()
64 fStack->getConservativeBounds(0, 0, fDeviceSize.fWidth, fDeviceSize.fHeight, &devBounds); in getConservativeBounds()
67 return SkIRect::MakeSize(fDeviceSize); in getConservativeBounds()
189 SkASSERT(surfaceDrawContext->width() == fDeviceSize.fWidth && in apply()
190 surfaceDrawContext->height() == fDeviceSize.fHeight); in apply()
191 SkRect devBounds = SkRect::MakeIWH(fDeviceSize.fWidth, fDeviceSize.fHeight); in apply()