Searched defs:bitmapSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DTexture.h31 bitmapSize = 0;
122 uint32_t bitmapSize; member in struct:android::uirenderer::Texture
/frameworks/base/core/java/android/gesture/
H A DGestureUtils.java68 * @param bitmapSize the size of the bitmap
69 * @return a bitmapSize x bitmapSize grayscale bitmap that is represented
71 * value at pixel [i%bitmapSize, i/bitmapSize]
73 public static float[] spatialSampling(Gesture gesture, int bitmapSize) { argument
74 return spatialSampling(gesture, bitmapSize, false);
82 * @param bitmapSize the size of the bitmap
86 * @return a bitmapSize x bitmapSize grayscal
90 spatialSampling(Gesture gesture, int bitmapSize, boolean keepAspectRatio) argument
[all...]

Completed in 69 milliseconds