Lines Matching refs:fHeight
42 , fHeight(height) {}
52 , fHeight(height) {}
69 clearRect.rect.extent = { (uint32_t)fWidth / 2, (uint32_t)fHeight };
84 vkInfo.fDrawBounds->extent = { (uint32_t)fWidth / 2, (uint32_t)fHeight };
89 int32_t fHeight;
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);
218 int32_t fHeight;