OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rowBytesAsPixels
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/
TextureCache.cpp
196
uploadToTexture(resize, GL_ALPHA, bitmap->
rowBytesAsPixels
(), texture->height,
201
uploadToTexture(resize, GL_RGB, bitmap->
rowBytesAsPixels
(), texture->height,
206
uploadToTexture(resize, GL_RGBA, bitmap->
rowBytesAsPixels
(), texture->height,
237
uploadToTexture(resize, GL_RGBA, rgbaBitmap.
rowBytesAsPixels
(), height,
GradientCache.cpp
171
glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, bitmap->
rowBytesAsPixels
(), texture->height, 0,
/external/webkit/Source/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp
158
unsigned srcPixelsPerRow = src.
rowBytesAsPixels
();
219
unsigned dstPixelsPerRow = dst.
rowBytesAsPixels
();
/external/skia/include/core/
SkBitmap.h
136
int
rowBytesAsPixels
() const { return fRowBytes >> (fBytesPerPixel >> 1); }
Completed in 83 milliseconds