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