Searched defs:SkTypedArray (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/animator/
H A DSkTypedArray.h16 class SkTypedArray : public SkTDOperandArray { class in inherits:SkTDOperandArray
18 SkTypedArray();
19 SkTypedArray(SkDisplayTypes type);
H A DSkTypedArray.cpp10 #include "SkTypedArray.h"
12 SkTypedArray::SkTypedArray() : fType(SkType_Unknown) { function in class:SkTypedArray
15 SkTypedArray::SkTypedArray(SkDisplayTypes type) : fType(type) { function in class:SkTypedArray
18 bool SkTypedArray::getIndex(int index, SkOperand* operand) {

Completed in 73 milliseconds