OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minRowBytes64
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/core/
SkImageInfo.h
259
uint64_t
minRowBytes64
() const {
264
return (size_t)this->
minRowBytes64
();
/external/skia/src/core/
SkMallocPixelRef.cpp
60
int64_t minRB = (int64_t)info.
minRowBytes64
();
SkBitmap.cpp
124
int64_t mrb = info.
minRowBytes64
();
[
all
...]
Completed in 80 milliseconds