Searched refs:dst_bottom (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/engine/flutter/lib/ui/painting/ |
D | canvas.cc | 308 double dst_bottom, in drawImageRect() argument 319 SkRect dst = SkRect::MakeLTRB(dst_left, dst_top, dst_right, dst_bottom); in drawImageRect() 332 double dst_bottom, in drawImageNine() argument 345 SkRect dst = SkRect::MakeLTRB(dst_left, dst_top, dst_right, dst_bottom); in drawImageNine()
|
D | canvas.h | 121 double dst_bottom, 132 double dst_bottom,
|