HomeSort by relevance Sort by last modified time
    Searched refs:unlockRow (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/effects/
GrTextureStripAtlas.h 46 * is responsible for calling unlockRow() with this row index when it's done with it.
49 void unlockRow(int row);
GrTextureStripAtlas.cpp 172 void GrTextureStripAtlas::unlockRow(int row) {
  /external/skia/src/effects/gradients/
SkGradientShader.cpp 805 fAtlas->unlockRow(fRow);

Completed in 478 milliseconds