OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeBytesPerPixel
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkBitmap.h
211
static int
ComputeBytesPerPixel
(Config c);
217
return
ComputeBytesPerPixel
(c) >> 1;
/external/skia/include/core/
SkBitmap.h
211
static int
ComputeBytesPerPixel
(Config c);
217
return
ComputeBytesPerPixel
(c) >> 1;
/external/chromium_org/third_party/skia/src/images/
SkDecodingImageGenerator.cpp
164
int bpp = SkBitmap::
ComputeBytesPerPixel
(SkImageInfoToBitmapConfig(info));
/external/skia/src/images/
SkDecodingImageGenerator.cpp
164
int bpp = SkBitmap::
ComputeBytesPerPixel
(SkImageInfoToBitmapConfig(info));
/external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp
158
int SkBitmap::
ComputeBytesPerPixel
(SkBitmap::Config config) {
318
fBytesPerPixel = (uint8_t)
ComputeBytesPerPixel
(config);
[
all
...]
/external/skia/src/core/
SkBitmap.cpp
158
int SkBitmap::
ComputeBytesPerPixel
(SkBitmap::Config config) {
318
fBytesPerPixel = (uint8_t)
ComputeBytesPerPixel
(config);
[
all
...]
/frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp
166
const int bytesPerPixel = SkBitmap::
ComputeBytesPerPixel
(
Bitmap.cpp
358
if (width * height * SkBitmap::
ComputeBytesPerPixel
(config) > allocSize) {
Completed in 86 milliseconds