Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapProcState.h102 int maxCountForBufferSize(size_t bufferSize) const;
DSkLightingShader.cpp489 int diffMax = fDiffuseState->maxCountForBufferSize(sizeof(tmpColor[0]) * TMP_COUNT); in shadeSpan()
490 int normMax = fNormalState->maxCountForBufferSize(sizeof(tmpNormal[0]) * TMP_COUNT); in shadeSpan()
DSkBitmapProcShader.cpp151 int max = state.maxCountForBufferSize(sizeof(buffer[0]) * BUF_MAX); in shadeSpan()
DSkBitmapProcState.cpp749 int SkBitmapProcState::maxCountForBufferSize(size_t bufferSize) const { in maxCountForBufferSize() function in SkBitmapProcState