Lines Matching defs:p0
283 * @param p0 the position to convert >= 0
285 * next character represented by p0, in case the
300 public Shape modelToView(int p0, Position.Bias b0, int p1, Position.Bias b1, Shape a) throws BadLocationException {
301 if (p0 == getStartOffset() && p1 == getEndOffset()) {
307 Math.max(0, p0 - 1) : p0, r0);
316 return v0.modelToView(p0, b0, p1, b1, r0);
331 retRect = v0.modelToView(p0, b0, v0.getEndOffset(),
360 endShape = v0.modelToView(p0, b0, v0.getEndOffset(),
374 throw new BadLocationException("Position not represented by view", p0);