HomeSort by relevance Sort by last modified time
    Searched defs:bottomRow (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
VariablePacker.cpp 120 int bottomRow = bottomNonFullRow_ + 1;
122 for (int row = topNonFullRow_; row <= bottomRow; ++row) {
123 bool rowEmpty = row < bottomRow ? ((rows_[row] & columnFlags) == 0) : false;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.cpp 162 inline void FELighting::LightingData::bottomRow(int offset, IntPoint& normalVector)
371 data.bottomRow(offset, normalVector);

Completed in 321 milliseconds