Searched refs:fDeviceSize (Results 1 – 2 of 2) sorted by relevance
26 : fDeviceSize(dimensions) in fDeviceSize() function65 SkISize fDeviceSize; variable
38 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()