Home | History | Annotate | Download | only in term

Lines Matching defs:srcY

2281                 int srcY = cellY * kCharacterHeight;
2282 srcRect.set(srcX, srcY,
2283 srcX + kCharacterWidth, srcY + kCharacterHeight);