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

  /frameworks/base/libs/hwui/
TessellationCache.h 94 const SkPath* casterPerimeter, const Matrix4* transformXY, const Matrix4* transformZ,
99 , casterPerimeter(*casterPerimeter)
116 const SkPath casterPerimeter;
166 bool opaque, const SkPath* casterPerimeter,
170 bool opaque, const SkPath* casterPerimeter,
176 bool opaque, const SkPath* casterPerimeter,
228 bool isCasterOpaque, const SkPath* casterPerimeter,
TessellationCache.cpp 209 bool isCasterOpaque, const SkPath* casterPerimeter,
217 PathTessellator::approximatePathOutlineVertices(*casterPerimeter,
257 Rect casterBounds(casterPerimeter->getBounds());
281 tessellateShadows(&t->drawTransform, &t->localClip, t->opaque, &t->casterPerimeter,
356 bool opaque, const SkPath* casterPerimeter,
359 ShadowDescription key(casterPerimeter, drawTransform);
363 casterPerimeter, transformXY, transformZ, lightCenter, lightRadius);
373 bool opaque, const SkPath* casterPerimeter,
376 ShadowDescription key(casterPerimeter, drawTransform);
379 precacheShadows(drawTransform, localClip, opaque, casterPerimeter,
    [all...]
  /frameworks/base/libs/hwui/tests/unit/
FrameBuilderTests.cpp     [all...]

Completed in 78 milliseconds