Home | History | Annotate | Download | only in media

Lines Matching full:width

83         this(string, config, config.width, config.height);
86 public StringTexture(String string, Config config, int width, int height) {
89 mWidth = width;
136 // originX = (int)config.width;
184 backWidth = bounds.width() + 2 * padding;
201 if (bounds.width() > backWidth && config.overflowMode == Config.OVERFLOW_FADE) {
250 public int width = 256; // TODO: there is no good default for this,
265 public Config(float fontSize, int width, int height) {
267 this.width = width;