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

  /frameworks/base/libs/hwui/
TessellationCache.h 83 ShadowDescription(const void* nodeKey, const Matrix4* drawTransform);
131 void precacheShadows(const Matrix4* drawTransform, const Rect& localClip,
136 void getShadowBuffers(const Matrix4* drawTransform, const Rect& localClip,
TessellationCache.cpp 83 TessellationCache::ShadowDescription::ShadowDescription(const void* nodeKey, const Matrix4* drawTransform)
85 memcpy(&matrixData, drawTransform->data, 16 * sizeof(float));
165 ShadowTask(const Matrix4* drawTransform, const Rect& localClip, bool opaque,
168 : drawTransform(*drawTransform)
192 const Matrix4 drawTransform;
211 const Matrix4* drawTransform, const Rect* localClip,
271 *drawTransform, lightCenter, lightRadius, casterBounds, *localClip,
287 tessellateShadows(&t->drawTransform, &t->localClip, t->opaque, &t->casterPerimeter,
377 void TessellationCache::precacheShadows(const Matrix4* drawTransform, const Rect& localClip
    [all...]
DisplayListOp.h     [all...]

Completed in 2161 milliseconds