Home | History | Annotate | Download | only in rendering

Lines Matching defs:endpoint

102         InlineIterator& endpoint = midpoints[lineMidpointState.numMidpoints - 2];
104 InlineIterator currpoint = endpoint;
110 if (endpoint.obj->style()->collapseWhiteSpace()) {
111 if (endpoint.obj->isText()) {
112 // Don't shave a character off the endpoint if it was from a soft hyphen.
113 RenderText* textObj = toRenderText(endpoint.obj);
114 if (endpoint.pos + 1 < textObj->textLength()) {
115 if (textObj->characters()[endpoint.pos+1] == softHyphen)
123 endpoint.pos--;
166 // need to go ahead and append a run with our endpoint.
1995 // to be the actual endpoint. In both cases we just decrease our pos by 1 level to