Home | History | Annotate | Download | only in hwui

Lines Matching defs:bitmap

41  * texture. Each bitmap is associated with a location, defined in pixels,
49 * bitmap inside the atlas.
53 * The bitmap that generated this atlas entry.
55 SkBitmap* bitmap;
58 * Location of the bitmap inside the atlas, in pixels.
64 * If set, the bitmap is rotated 90 degrees (clockwise)
96 Entry(SkBitmap* bitmap, int x, int y, bool rotated,
98 bitmap(bitmap), x(x), y(y), rotated(rotated),
161 * bitmap. If the bitmap is not in the atlas, return NULL.
163 Entry* getEntry(const SkBitmap* bitmap) const;
167 * specified bitmap. If the bitmap is not in the atlas, return NULL.
169 Texture* getEntryTexture(const SkBitmap* bitmap) const;