OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dstBPP
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/codec/
SkSwizzler.cpp
789
const int
dstBPP
= dstInfo.bytesPerPixel();
795
srcBPP =
dstBPP
;
[
all
...]
/external/skqp/src/codec/
SkSwizzler.cpp
789
const int
dstBPP
= SkColorTypeBytesPerPixel(dstInfo.colorType());
795
srcBPP =
dstBPP
;
[
all
...]
Completed in 87 milliseconds