Searched refs:cAlphaChannelOffset (Results 1 – 1 of 1) sorted by relevance
60 const static int cAlphaChannelOffset = 3; variable70 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 …]