Searched refs:cPixelSize (Results 1 – 1 of 1) sorted by relevance
59 const static int cPixelSize = 4; variable71 int right = static_cast<int>(pixels->get(offset + cPixelSize + 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()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()87 int bottomRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset)); in topRow()94 int left = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset)); in topRight()97 int bottomLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset)); in topRight()106 int right = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset)); in leftColumn()[all …]