Lines Matching refs:fWidth
41 , fWidth(width) in TestDrawable()
51 , fWidth(width) in DrawHandlerBasic()
68 clearRect.rect.offset = { fWidth / 2, 0 }; in draw()
69 clearRect.rect.extent = { (uint32_t)fWidth / 2, (uint32_t)fHeight }; in draw()
83 vkInfo.fDrawBounds->offset = { fWidth / 2, 0 }; in draw()
84 vkInfo.fDrawBounds->extent = { (uint32_t)fWidth / 2, (uint32_t)fHeight }; in draw()
88 int32_t fWidth; member in TestDrawable::DrawHandlerBasic
149 SkIRect rect = SkIRect::MakeXYWH(td->fWidth/2, 0, td->fWidth/4, td->fHeight); in ImportDraw()
160 SkRect dstRect = SkRect::MakeXYWH(3*td->fWidth/4, 0, td->fWidth/4, td->fHeight); in ImportDraw()
161 SkRect srcRect = SkRect::MakeIWH(td->fWidth/4, td->fHeight); in ImportDraw()
200 draw = std::make_unique<DrawHandlerBasic>(fInterface, fWidth, fHeight); in onSnapGpuDrawHandler()
206 return SkRect::MakeLTRB(fWidth / 2, 0, fWidth, fHeight); in onGetBounds()
217 int32_t fWidth; member in TestDrawable