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

  /frameworks/base/libs/hwui/
SpotShadow.h 48 int penumbraLength, const Vector2& centroid,
60 const VertexAngleData* penumbraAngleList, int penumbraLength,
99 Vector2* penumbra, int penumbraLength, Vector2* umbra, int umbraLength,
SpotShadow.cpp 767 int penumbraLength = penumbraIndex;
771 ALOGD("penumbraLength is %d , allocatedPenumbraLength %d", penumbraLength, allocatedPenumbraLength);
773 dumpPolygon(penumbra, penumbraLength, "penumbra");
784 Vector2 finalPenumbra[penumbraLength];
786 int finalPenumbraLength = hull(penumbra, penumbraLength, finalPenumbra);
    [all...]

Completed in 45 milliseconds