Lines Matching defs:pos_obj
137 SPObject const *pos_obj = sp_te_object_at_position(text, position);
138 SPStyle *result = (pos_obj) ? pos_obj->style : 0;
148 SPObject const *pos_obj = 0;
151 pos_obj = SP_OBJECT(rawptr);
152 if (pos_obj == 0) {
153 pos_obj = text;
155 while (pos_obj->style == NULL) {
156 pos_obj = pos_obj->parent; // not interested in SPStrings
158 return pos_obj;