Home | History | Annotate | Download | only in media

Lines Matching refs:texture

106         public StringTexture texture;
130 this.texture = new StringTexture(label, sPathFormat);
172 float thisComponentWidth = (i != numComponents - 1) ? iconWidth + offset : component.texture.computeTextWidth()
196 final Texture fill = view.getResource(FILL);
197 final Texture join = view.getResource(JOIN);
198 final Texture cap = view.getResource(CAP);
230 final Texture icon = view.getResource(iconId);
236 final StringTexture texture = component.texture;
237 view.loadTexture(texture);
239 if (texture.computeTextWidth() <= (width - iconWidth)) {
241 view.draw2D(texture, x + textOffset, y + 5);