OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alignedrowbytes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/image/
SkSurface_Raster.cpp
66
size_t
alignedRowBytes
= rowBytes >> shift << shift;
67
if (
alignedRowBytes
!= rowBytes) {
/external/skia/src/image/
SkSurface_Raster.cpp
66
size_t
alignedRowBytes
= rowBytes >> shift << shift;
67
if (
alignedRowBytes
!= rowBytes) {
Completed in 218 milliseconds