Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/filters/
DFELighting.cpp60 const static int cAlphaChannelOffset = 3; variable
70 int center = static_cast<int>(pixels->get(offset + cAlphaChannelOffset)); in topLeft()
71 int right = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset)); in topLeft()
73 int bottom = static_cast<int>(pixels->get(offset + cAlphaChannelOffset)); in topLeft()
74 int bottomRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset)); in topLeft()
81 int left = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset)); in topRow()
82 int center = static_cast<int>(pixels->get(offset + cAlphaChannelOffset)); in topRow()
83 int right = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset)); in topRow()
85 int bottomLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset)); in topRow()
86 int bottom = static_cast<int>(pixels->get(offset + cAlphaChannelOffset)); in topRow()
[all …]