Home
last modified time | relevance | path

Searched refs:imageSize (Results 1 – 9 of 9) sorted by relevance

/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
DImageResizer.java59 public ImageResizer(Context context, int imageSize) { in ImageResizer() argument
61 setImageSize(imageSize); in ImageResizer()
DImageFetcher.java73 public ImageFetcher(Context context, int imageSize) { in ImageFetcher() argument
74 super(context, imageSize); in ImageFetcher()
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactDetailFragment.java539 private Bitmap loadContactPhoto(Uri contactUri, int imageSize) { in loadContactPhoto() argument
569 afd.getFileDescriptor(), imageSize, imageSize); in loadContactPhoto()
611 afd.getFileDescriptor(), imageSize, imageSize); in loadContactPhoto()
DContactsListFragment.java567 private Bitmap loadContactPhotoThumbnail(String photoData, int imageSize) { in loadContactPhotoThumbnail() argument
609 fileDescriptor, imageSize, imageSize); in loadContactPhotoThumbnail()
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
DImageLoader.java54 protected ImageLoader(Context context, int imageSize) { in ImageLoader() argument
56 mImageSize = imageSize; in ImageLoader()
/development/ndk/platforms/android-5/include/GLES2/
Dgl2ext.h490 …at, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* d…
491 …t, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* d…
497 …at, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* d…
498 …t, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* d…
Dgl2.h495 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* d…
496 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* d…
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java148 int imageSize, Buffer data) { in glCompressedTexImage2D() argument
150 height, border, imageSize, data); in glCompressedTexImage2D()
154 int yoffset, int width, int height, int format, int imageSize, in glCompressedTexSubImage2D() argument
157 height, format, imageSize, data); in glCompressedTexSubImage2D()
/development/ndk/platforms/android-4/include/GLES/
Dgl.h650 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *d…
651 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *d…