Searched refs:makeOffset (Results 1 – 5 of 5) sorted by relevance
378 return bounds.makeOffset(run.offset().x(), run.offset().y()); in TightRunBounds()423 return bounds.makeOffset(run.offset().x(), run.offset().y()); in ConservativeRunBounds()
2316 storage = blob->bounds().makeOffset(x, y); in onDrawTextBlob()
165 SkIRect makeOffset(int32_t dx, int32_t dy) const { in makeOffset() function614 SkRect makeOffset(SkScalar dx, SkScalar dy) const { in makeOffset() function
631 SkRect bounds = fBlob->bounds().makeOffset(fXPos, fYPos); in render()
334 SkRect srcRect = dstRect.makeOffset(SkIntToScalar(bounds.x()), SkIntToScalar(bounds.y())); in drawRect()