Home
last modified time | relevance | path

Searched refs:requestedRowBytes (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkMallocPixelRef.cpp53 size_t requestedRowBytes, in NewUsing() argument
64 if (requestedRowBytes > 0 && (int32_t)requestedRowBytes < minRB) { in NewUsing()
69 if (requestedRowBytes) { in NewUsing()
70 rowBytes = SkToS32(requestedRowBytes); in NewUsing()