HomeSort by relevance Sort by last modified time
    Searched defs:BitmapTexture (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
BitmapTexture.java 23 // BitmapTexture is a texture whose content is specified by a fixed Bitmap.
28 public class BitmapTexture extends UploadedTexture {
31 public BitmapTexture(Bitmap bitmap) {
35 public BitmapTexture(Bitmap bitmap, boolean hasBorder) {
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapper.h 46 class BitmapTexture : public RefCounted<BitmapTexture> {
48 BitmapTexture() : m_lockCount(0) {}
49 virtual ~BitmapTexture() { }
93 friend class BitmapTexture;
99 virtual void drawTexture(const BitmapTexture& texture, const IntRect& target, const TransformationMatrix& matrix = TransformationMatrix(), float opacity = 1.0f, const BitmapTexture* maskTexture = 0) = 0;
102 virtual void bindSurface(BitmapTexture* surface) = 0;
103 virtual void paintToTarget(const BitmapTexture& texture, const IntSize&, const TransformationMatrix& matrix, float opacity, const IntRect& visibleRect)
112 virtual PassRefPtr<BitmapTexture> createTexture() = 0
    [all...]

Completed in 191 milliseconds