Searched refs:bitmapSize (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/gesture/ |
D | GestureUtils.java | 73 public static float[] spatialSampling(Gesture gesture, int bitmapSize) { in spatialSampling() argument 74 return spatialSampling(gesture, bitmapSize, false); in spatialSampling() 90 public static float[] spatialSampling(Gesture gesture, int bitmapSize, in spatialSampling() argument 92 final float targetPatchSize = bitmapSize - 1; in spatialSampling() 93 float[] sample = new float[bitmapSize * bitmapSize]; in spatialSampling() 159 plot(segmentStartX, segmentStartY, sample, bitmapSize); in spatialSampling() 168 plot(xpos, ypos, sample, bitmapSize); in spatialSampling() 177 plot(xpos, ypos, sample, bitmapSize); in spatialSampling() 188 plot(xpos, ypos, sample, bitmapSize); in spatialSampling() 197 plot(xpos, ypos, sample, bitmapSize); in spatialSampling()
|
/frameworks/base/libs/hwui/ |
D | TextDropShadowCache.cpp | 152 mSize -= texture->bitmapSize; in operator ()() 155 ALOGD("Shadow texture deleted, size = %d", texture->bitmapSize); in operator ()() 197 texture->bitmapSize = size; in get() 220 ALOGD("Shadow texture created, size = %d", texture->bitmapSize); in get()
|
D | TextureCache.cpp | 113 mSize -= texture->bitmapSize; in operator ()() 115 texture->id, texture->bitmapSize, mSize); in operator ()() 117 ALOGD("Texture deleted, size = %d", texture->bitmapSize); in operator ()() 179 texture->bitmapSize = size; in getCachedTexture() 217 texture->bitmapSize = size; in get() 227 texture->bitmapSize = bitmap->rowBytes() * bitmap->height(); in getTransient()
|
D | Texture.cpp | 28 cleanup(false), bitmapSize(0), mipMap(false), uvMapper(NULL), isInUse(false), in Texture() 35 cleanup(false), bitmapSize(0), mipMap(false), uvMapper(NULL), isInUse(false), in Texture()
|
D | Texture.h | 86 uint32_t bitmapSize; variable
|