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

  /frameworks/base/libs/hwui/
AmbientShadow.cpp 208 Vector2 currentNormal = getNormalFromVertices(casterVertices, i,
211 int extraVerticesNumber = ShadowTessellator::getExtraVertexNumber(currentNormal,
241 previousNormal * (cornerSlicesNumber - j) + currentNormal * j;
259 previousNormal = currentNormal;
268 outerNext.x = innerNext.x + currentNormal.x * expansionDist;
269 outerNext.y = innerNext.y + currentNormal.y * expansionDist;
SpotShadow.cpp 681 const Vector2& currentNormal = outlineData[i].normal;
687 previousNormal, currentNormal, SPOT_CORNER_RADIANS_DIVISOR);
701 (previousNormal * (currentCornerSliceNumber - k) + currentNormal * k) /
    [all...]
  /frameworks/native/opengl/libagl/
array.cpp 142 static void currentNormal(ogles_context_t* c, GLfixed* v, const GLvoid*) {
143 memcpy(v, c->currentNormal.v, sizeof(vec3_t));
    [all...]
context.h 621 vec3_t currentNormal;

Completed in 563 milliseconds