Searched refs:decodeMemory (Results 1 - 10 of 10) sorted by relevance

/external/skia/include/animator/
H A DSkAnimatorView.h24 bool decodeMemory(const void* buffer, size_t size);
H A DSkAnimator.h74 animator.decodeMemory(buffer, size); // to read from RAM
107 bool decodeMemory(const void* buffer, size_t size);
/external/skia/legacy/include/animator/
H A DSkAnimatorView.h24 bool decodeMemory(const void* buffer, size_t size);
H A DSkAnimator.h74 animator.decodeMemory(buffer, size); // to read from RAM
107 bool decodeMemory(const void* buffer, size_t size);
/external/skia/legacy/src/animator/
H A DSkAnimator.cpp61 bool SkAnimator::decodeMemory(const void* buffer, size_t size) function in class:SkAnimator
389 decodeMemory(gMathPrimer, sizeof(gMathPrimer)-1);
H A DSkAnimatorScript2.cpp587 SkASSERT(animator.decodeMemory(scriptTestSetup, sizeof(scriptTestSetup)-1));
H A DSkAnimatorScript.cpp558 SkASSERT(animator.decodeMemory(scriptTestSetup, sizeof(scriptTestSetup)-1));
/external/skia/src/animator/
H A DSkAnimator.cpp61 bool SkAnimator::decodeMemory(const void* buffer, size_t size) function in class:SkAnimator
389 decodeMemory(gMathPrimer, sizeof(gMathPrimer)-1);
H A DSkAnimatorScript2.cpp587 SkASSERT(animator.decodeMemory(scriptTestSetup, sizeof(scriptTestSetup)-1));
H A DSkAnimatorScript.cpp558 SkASSERT(animator.decodeMemory(scriptTestSetup, sizeof(scriptTestSetup)-1));

Completed in 150 milliseconds