Searched refs:maxCountForBufferSize (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkBitmapProcState.h96 int maxCountForBufferSize(size_t bufferSize) const;
H A DSkBitmapProcShader.cpp172 int max = fState.maxCountForBufferSize(sizeof(buffer[0]) * BUF_MAX);
216 int max = fState.maxCountForBufferSize(sizeof(buffer));
H A DSkBitmapProcState.cpp551 int SkBitmapProcState::maxCountForBufferSize(size_t bufferSize) const { function in class:SkBitmapProcState

Completed in 59 milliseconds