Home | History | Annotate | Download | only in fxedit

Lines Matching defs:line

108 						CPVT_Line line;
109 pIterator->GetLine(line);
110 ptNew = CPDF_Point(line.ptLine.x + ptOffset.x, line.ptLine.y + ptOffset.y);
210 CPVT_Line line;
211 if (pIterator->GetWord(word) && pIterator->GetLine(line))
213 //CPDF_Rect rcWordSel = CPDF_Rect(word.ptWord.x,line.ptLine.y + line.fLineDescent,
214 // word.ptWord.x+word.fWidth,line.ptLine.y + line.fLineAscent);
216 sRet << word.ptWord.x + ptOffset.x << " " << line.ptLine.y + line.fLineDescent
217 << " " << word.fWidth << " " << line.fLineAscent - line.fLineDescent << " re\nf\n";