Searched refs:flipped_cr (Results 1 – 1 of 1) sorted by relevance
230 cairo_t* flipped_cr = gdk_cairo_create(flipped_mask); in ContourWidget() local233 cairo_set_operator(flipped_cr, CAIRO_OPERATOR_CLEAR); in ContourWidget()234 cairo_paint(flipped_cr); in ContourWidget()237 cairo_translate(flipped_cr, width, 0.0f); in ContourWidget()238 cairo_scale(flipped_cr, -1.0f, 1.0f); in ContourWidget()241 cairo_set_operator(flipped_cr, CAIRO_OPERATOR_SOURCE); in ContourWidget()242 gdk_cairo_set_source_pixmap(flipped_cr, mask, 0, 0); in ContourWidget()243 cairo_paint(flipped_cr); in ContourWidget()244 cairo_destroy(flipped_cr); in ContourWidget()