Searched refs:topRow (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/
H A DVariablePacker.h32 void fillColumns(int topRow, int numRows, int column, int numComponentsPerRow);
H A DVariablePacker.cpp131 void VariablePacker::fillColumns(int topRow, int numRows, int column, int numComponentsPerRow) argument
135 int row = topRow + r;
271 int topRow = -1;
279 topRow = row;
288 fillColumns(topRow, numRows, smallestColumn, 1);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFELighting.h68 inline void topRow(int offset, IntPoint& normalVector);
H A DFELighting.cpp76 inline void FELighting::LightingData::topRow(int offset, IntPoint& normalVector) function in class:WebCore::FELighting::LightingData
343 data.topRow(offset, normalVector);

Completed in 120 milliseconds