OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rowBytesAsPixels
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkBitmap.h
125
int
rowBytesAsPixels
() const { return fRowBytes >> (fBytesPerPixel >> 1); }
/external/skia/include/core/
SkBitmap.h
125
int
rowBytesAsPixels
() const { return fRowBytes >> (fBytesPerPixel >> 1); }
Completed in 85 milliseconds