Lines Matching defs:drawVBuffer
3912 protected VolatileImage drawVBuffer; // = null
3996 drawVBuffer = null;
4028 drawVBuffer = (VolatileImage)drawBuffer;
4030 drawVBuffer = null;
4144 if (drawVBuffer != null) {
4147 int returnCode = drawVBuffer.validate(gc);
4154 if (drawVBuffer != null) {
4156 drawVBuffer.validate(gc);
4170 if (drawVBuffer == null) {
4173 return drawVBuffer.contentsLost();