OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:minRB
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkMallocPixelRef.cpp
59
int32_t
minRB
= SkToS32(info.minRowBytes());
60
if (
minRB
< 0) {
63
if (requestedRowBytes > 0 && (int32_t)requestedRowBytes <
minRB
) {
71
rowBytes =
minRB
;
/external/chromium_org/third_party/skia/src/image/
SkSurface_Raster.cpp
63
uint64_t
minRB
= (uint64_t)info.width() << shift;
64
if (
minRB
> rowBytes) {
Completed in 92 milliseconds