Lines Matching defs:is
194 TRACE(("popNode() called when stack is empty\n"));
206 // Set as a layer if this is a top-level group
218 _ttm[0] = _ttm[3] = 1.0; // clear ttm if parent is a layer
324 // emit a stroke which is 1px in toplevel user units
459 * The path is set to be filled with the given shading.
571 // do not remember the group which is a layer
720 // Set fill/stroke colors if this is an uncolored tiling pattern
776 // FIXME: the inner circle's radius is ignored here
932 size_t is = 0;
935 while(is < s1.length() && ip < sp.length()) {
936 if (s1[is] == sp[ip]) {
937 is++; ip++;
940 if (s1[is] == '_') { // Valid matches to spaces in sp.
941 is++;
1049 if (font->getFamily()) { // if font family is explicitly given use it.