Lines Matching refs:fWidth
38 , fWidth(width) in TestDrawable()
48 , fWidth(width) in DrawHandlerBasic()
65 clearRect.rect.offset = { fWidth / 2, 0 }; in draw()
66 clearRect.rect.extent = { (uint32_t)fWidth / 2, (uint32_t)fHeight }; in draw()
80 vkInfo.fDrawBounds->offset = { fWidth / 2, 0 }; in draw()
81 vkInfo.fDrawBounds->extent = { (uint32_t)fWidth / 2, (uint32_t)fHeight }; in draw()
85 int32_t fWidth; member in TestDrawable::DrawHandlerBasic
145 SkIRect rect = SkIRect::MakeXYWH(td->fWidth/2, 0, td->fWidth/4, td->fHeight); in ImportDraw()
156 SkRect dstRect = SkRect::MakeXYWH(3*td->fWidth/4, 0, td->fWidth/4, td->fHeight); in ImportDraw()
157 SkIRect srcRect = SkIRect::MakeWH(td->fWidth/4, td->fHeight); in ImportDraw()
195 draw.reset(new DrawHandlerBasic(fInterface, fWidth, fHeight)); in onSnapGpuDrawHandler()
201 return SkRect::MakeLTRB(fWidth / 2, 0, fWidth, fHeight); in onGetBounds()
212 int32_t fWidth; member in TestDrawable