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

/inkscape/src/
H A Dgradient-drag.cpp829 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 23 milliseconds