Searched refs:isA (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ |
H A D | gradient-drag.h | 113 bool isA(GrPointType point_type); 114 bool isA(SPItem *item, GrPointType point_type, Inkscape::PaintTarget fill_or_stroke); 115 bool isA(SPItem *item, GrPointType point_type, gint point_i, Inkscape::PaintTarget fill_or_stroke);
|
H A D | gradient-drag.cpp | 829 if (d_new->isA (draggable->item, 848 if (d_new->isA (draggable->item, 1208 !(draggable->point_type == POINT_RG_FOCUS && this->isA(draggable->item, POINT_RG_CENTER, draggable->point_i, draggable->fill_or_stroke))) 1218 bool GrDragger::isA(GrPointType point_type) function in class:GrDragger 1232 bool GrDragger::isA(SPItem *item, GrPointType point_type, gint point_i, Inkscape::PaintTarget fill_or_stroke) function in class:GrDragger 1246 bool GrDragger::isA(SPItem *item, GrPointType point_type, Inkscape::PaintTarget fill_or_stroke) function in class:GrDragger 1329 if( !isA (POINT_MG_CORNER ) ) return; 1438 } else if (draggables.size() == 2 && isA (POINT_RG_CENTER) && isA (POINT_RG_FOCUS)) { 1691 //if( isA(POINT_MG_CORNE [all...] |
Completed in 227 milliseconds