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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
IconMerger.java 59 checkOverflow(r - l);
62 private void checkOverflow(int width) {
  /frameworks/base/libs/hwui/
ShadowTessellator.h 107 static void checkOverflow(int used, int total, const char* bufferName);
AmbientShadow.cpp 329 ShadowTessellator::checkOverflow(vertexBufferIndex, totalVertexCount, "Vertex Buffer");
330 ShadowTessellator::checkOverflow(indexBufferIndex, totalIndexCount, "Index Buffer");
331 ShadowTessellator::checkOverflow(umbraIndex, totalUmbraCount, "Umbra Buffer");
ShadowTessellator.cpp 274 void ShadowTessellator::checkOverflow(int used, int total, const char* bufferName) {
SpotShadow.cpp     [all...]

Completed in 209 milliseconds