Searched refs:_style (Results 1 - 19 of 19) sorted by relevance

/inkscape/src/display/
H A Ddrawing-shape.cpp68 _nrstyle.set(_style, _context_style);
75 _nrstyle.set(_style, _context_style);
139 !_style ||
201 if (!_curve || !_style) return RENDER_OK;
286 if (_style) {
287 if (_style->clip_rule.computed == SP_WIND_RULE_EVENODD) {
308 if (!_style) return NULL;
313 if (SP_SCALE24_TO_FLOAT(_style->opacity.value) == 0 && !outline && !pick_as_clip)
339 bool wind_evenodd = pick_as_clip ? (_style->clip_rule.computed == SP_WIND_RULE_EVENODD) :
340 (_style
[all...]
H A Dnr-filter-primitive.cpp50 _style = NULL;
55 if(_style)
56 sp_style_unref(_style);
177 if( style != _style ) {
179 if (_style) sp_style_unref(_style);
180 _style = style;
H A Dnr-filter-merge.cpp37 if( _style ) {
38 ci_fp = (SPColorInterpolation)_style->color_interpolation_filters.computed;
H A Dnr-filter-blend.cpp56 if( _style ) {
57 ci_fp = (SPColorInterpolation)_style->color_interpolation_filters.computed;
H A Dnr-filter-flood.cpp60 if( _style ) {
61 ci_fp = (SPColorInterpolation)_style->color_interpolation_filters.computed;
H A Dnr-filter-primitive.h134 SPStyle *_style; member in class:Inkscape::Filters::FilterPrimitive
H A Dnr-filter-composite.cpp73 if( _style ) {
74 ci_fp = (SPColorInterpolation)_style->color_interpolation_filters.computed;
H A Dnr-filter-displacement-map.cpp84 if( _style ) {
85 ci_fp = (SPColorInterpolation)_style->color_interpolation_filters.computed;
H A Ddrawing-image.cpp116 if (_style) {
120 switch (_style->image_rendering.computed) {
H A Dnr-filter-colormatrix.cpp160 if( _style ) {
161 ci_fp = (SPColorInterpolation)_style->color_interpolation_filters.computed;
H A Dnr-filter-component-transfer.cpp158 if( _style ) {
159 ci_fp = (SPColorInterpolation)_style->color_interpolation_filters.computed;
H A Dnr-filter-convolve-matrix.cpp127 if( _style ) {
128 ci_fp = (SPColorInterpolation)_style->color_interpolation_filters.computed;
H A Dnr-filter-diffuselighting.cpp148 if( _style ) {
149 ci_fp = (SPColorInterpolation)_style->color_interpolation_filters.computed;
H A Dnr-filter-specularlighting.cpp161 if( _style ) {
162 ci_fp = (SPColorInterpolation)_style->color_interpolation_filters.computed;
H A Ddrawing-text.cpp72 if (!_font || !ggroup->_style) {
246 _nrstyle.set(_style, _context_style);
253 _nrstyle.set(_style, _context_style);
655 if (_style) {
656 if (_style->clip_rule.computed == SP_WIND_RULE_EVENODD) {
H A Ddrawing-item.cpp112 , _style(NULL)
193 if(_style)
194 sp_style_unref(_style);
361 * Note: _style is not used by DrawingGlyphs which uses its parent style.
369 if( style != _style ) {
371 if (_style) sp_style_unref(_style);
372 _style = style;
H A Dnr-filter-turbulence.cpp394 if( _style ) {
395 set_cairo_surface_ci(out, (SPColorInterpolation)_style->color_interpolation_filters.computed );
H A Ddrawing-item.h187 SPStyle *_style; // Not used by DrawingGlyphs member in class:Inkscape::DrawingItem
H A Dnr-filter-gaussian.cpp558 if( _style ) {
559 ci_fp = (SPColorInterpolation)_style->color_interpolation_filters.computed;

Completed in 2775 milliseconds