OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ComputeBytesPerPixel
(Results
1 - 2
of
2
) sorted by null
/external/skia/legacy/src/core/
SkBitmap.cpp
156
int SkBitmap::
ComputeBytesPerPixel
(SkBitmap::Config config) {
274
fBytesPerPixel = (uint8_t)
ComputeBytesPerPixel
(c);
[
all
...]
/external/skia/src/core/
SkBitmap.cpp
157
int SkBitmap::
ComputeBytesPerPixel
(SkBitmap::Config config) {
288
fBytesPerPixel = (uint8_t)
ComputeBytesPerPixel
(c);
[
all
...]
Completed in 19 milliseconds