Lines Matching refs:one

342 // fcolor is defined when gradients are being expanded, it is the color of one stripe or ring.
519 // select in a stock object to deselect this one, the stock object should
520 // never be used because we always select in a new one before drawing anythingrestore previous brush, necessary??? Would using a default stock object not work?
666 Geom::Point one(1, 1);
668 Geom::Point p1(one * transform);
775 // set the current pen to the stock object NULL_PEN and then delete the defined pen object, if there is one.
780 // select in a stock object to deselect this one, the stock object should
781 // never be used because we always select in a new one before drawing anythingrestore previous brush, necessary??? Would using a default stock object not work?
796 PathVector has more than one path, or that one path is open, or any of its segments are curved, then the
815 if(pit2 != pv.end())return(bad); // there may only be one path
987 /* Examine clip. If there is a (new) one then apply it. If there is one and it is the
988 same as the preceding one, leave the preceding one active. If style is NULL
1003 /* The current implementation converts only one level of clipping. If there were more
1010 /* find the first clip_ref at object or up the stack. There may not be one. */
1698 that calls this one and passes px, but never removes the rest of the pixbuf. The first time
1699 this is called it leaked 5M (in one test) and each subsequent call leaked around 200K more.
1712 Geom::Affine const &tf_rect, /** affine transform only used for defining location and size of rect, for all other tranforms, use the one from m_tr_stack */
1910 rec = U_EMRENDPATH_set(); // there may be only be one of these on a single path
2052 // Get font face name. Use changed font name if unicode mapped to one
2144 // uint32_t *adx = dx_set(textheight, U_FW_NORMAL, slen); // dx is needed, this makes one up
2150 } else { // RTL text, U_TA_RTLREADING should be enough, but set this one too just in case