OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flipped_mask
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
nine_box.cc
229
GdkBitmap*
flipped_mask
= gdk_pixmap_new(NULL, width, height, 1);
local
230
cairo_t* flipped_cr = gdk_cairo_create(
flipped_mask
);
247
gtk_widget_shape_combine_mask(widget,
flipped_mask
, 0, 0);
248
g_object_unref(
flipped_mask
);
Completed in 210 milliseconds