Lines Matching refs:_local
193 this._local.measureUnit = iconWidthUnit;
194 this._local.levelOfs = parseFloat(levelOfs);
195 this._local.lineOfs =
201 this._local.labelOfs = labelSpacing;
202 this._local.maxDepth = 10;
209 this._local.maxDepth,
210 this._local.levelOfs,
211 this._local.lineOfs,
212 this._local.labelOfs,
213 this._local.measureUnit
231 if (level > this._local.maxDepth) {
233 this._local.maxDepth *= 2;
236 this._local.maxDepth
240 this._local.maxDepth,
241 this._local.levelOfs,
242 this._local.lineOfs,
243 this._local.labelSpacing,
244 this._local.measureUnit