Lines Matching defs:is
11 * distributed under the License is distributed on an "AS IS" BASIS,
34 * rendered glyph bitmaps is maintained. Each font object represents a combination of a typeface,
39 * font to the RenderScript is required. A note of caution on performance, though the state changes
40 * are transparent to the user, they do happen internally, and it is more efficient to
41 * render large batches of text in sequence. It is also more efficient to render multiple
202 InputStream is = null;
204 is = res.openRawResource(id);
212 if (is instanceof AssetManager.AssetInputStream) {
213 long asset = ((AssetManager.AssetInputStream) is).getNativeAsset();