Lines Matching defs:array
122 SkTDOperandArray* array = (SkTDOperandArray*) memberData(displayable);
123 byteSize = GetSize(type) * array->count();
165 SkTDScalarArray* array = (SkTDScalarArray* ) dst;
166 array->setCount(count);
167 dst = (char*) array->begin();
300 // !!! incomplete; create array of appropriate type and add scriptValue to it
433 SkTypedArray* array = scriptValue.fOperand.fArray;
436 SkASSERT(scriptValue.fType != SkType_Array || (array != NULL &&
437 array->getType() == SkType_Int));
438 int numberOfColors = scriptValue.fType == SkType_Array ? array->count() : 1;
445 (SkColor) array->begin()[index].fS32 : (SkColor) scriptValue.fOperand.fS32;