Searched defs:_alpha (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/
H A Dselected-color.h61 gfloat _alpha; member in class:Inkscape::UI::SelectedColor
/inkscape/src/widgets/
H A Dsp-color-selector.h45 gfloat _alpha; // guaranteed to be in [0, 1]. member in class:ColorSelector
/inkscape/src/display/
H A Dcairo-templates.h388 , _alpha(cairo_surface_get_content(surface) == CAIRO_CONTENT_ALPHA)
394 if (_alpha) {
403 if (_alpha) {
415 if (_alpha) {
456 if (_alpha) {
619 bool _alpha; member in struct:SurfaceSynth
641 , _alpha(cairo_image_surface_get_format(s) == CAIRO_FORMAT_A8)
663 if (_alpha) {
675 bool _alpha;

Completed in 27 milliseconds