Home
last modified time | relevance | path

Searched refs:currentFrame (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DDamageAccumulator.cpp55 static void computeTransformImpl(const DirtyStack* currentFrame, Matrix4* outMatrix) { in computeTransformImpl() argument
56 if (currentFrame->prev != currentFrame) { in computeTransformImpl()
57 computeTransformImpl(currentFrame->prev, outMatrix); in computeTransformImpl()
59 switch (currentFrame->type) { in computeTransformImpl()
61 currentFrame->renderNode->applyViewPropertyTransforms(*outMatrix); in computeTransformImpl()
64 outMatrix->multiply(*currentFrame->matrix4); in computeTransformImpl()
71 currentFrame->type); in computeTransformImpl()
/frameworks/base/native/graphics/jni/
Dimagedecoder.cpp225 if (imageDecoder->currentFrame() != 0) { in AImageDecoder_setAndroidBitmapFormat()
241 if (imageDecoder->currentFrame() != 0) { in AImageDecoder_setDataSpace()
342 if (imageDecoder->currentFrame() != 0) { in AImageDecoder_setUnpremultipliedRequired()
356 if (imageDecoder->currentFrame() != 0) { in AImageDecoder_setTargetSize()
382 if (imageDecoder->currentFrame() != 0) { in AImageDecoder_setCrop()
/frameworks/base/libs/hwui/hwui/
DImageDecoder.h75 int currentFrame() const;
DImageDecoder.cpp242 int ImageDecoder::currentFrame() const { in currentFrame() function in ImageDecoder