Lines Matching defs:cm
46 CoreMetrics cm;
71 CoreMetrics cm) {
110 if (cm != null) {
111 this.cm = cm;
114 this.cm = ((FontLineMetrics)metrics).cm;
126 CoreMetrics cm) {
127 this(chars, start, len, start, len, level, flags, font, frc, cm);
187 return cm;
205 return new StandardTextSource(chars, this.start + start, length, cstart, clen, level, flags, font, frc, cm);
247 buf.append(", cm:");
248 buf.append(cm);