Searched refs:dst_top (Results 1 – 1 of 1) sorted by relevance
299 CFX_RectF(float dst_left, float dst_top, float dst_width, float dst_height) in CFX_RectF() argument300 : left(dst_left), top(dst_top), width(dst_width), height(dst_height) {} in CFX_RectF()301 CFX_RectF(float dst_left, float dst_top, const SizeType& dst_size) in CFX_RectF() argument303 top(dst_top), in CFX_RectF()