OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkTypedArray
(Results
1 - 17
of
17
) sorted by null
/external/skia/src/animator/
SkTypedArray.h
16
class
SkTypedArray
: public SkTDOperandArray {
18
SkTypedArray
();
19
SkTypedArray
(SkDisplayTypes type);
SkIntArray.h
29
class
SkTypedArray
;
50
typedef SkLongArray(
SkTypedArray
*) SkTDTypedArrayArray;
SkOperand.h
15
class
SkTypedArray
;
23
SkTypedArray
* fArray;
36
SkTypedArray
* getArray() { SkASSERT(fType == SkType_Array); return fOperand.fArray; }
SkDisplayTypes.h
13
#include "
SkTypedArray
.h"
89
SkDisplayArray(
SkTypedArray
& );
94
SkTypedArray
values;
SkTypedArray.cpp
10
#include "
SkTypedArray
.h"
12
SkTypedArray
::
SkTypedArray
() : fType(SkType_Unknown) {
15
SkTypedArray
::
SkTypedArray
(SkDisplayTypes type) : fType(type) {
18
bool
SkTypedArray
::getIndex(int index, SkOperand* operand) {
SkAnimateField.cpp
90
SkTypedArray
* array = (
SkTypedArray
*) fFieldInfo->memberData(fTarget);
SkAnimateBase.h
16
#include "
SkTypedArray
.h"
66
SkTypedArray
fValues;
SkScript.h
76
void forget(
SkTypedArray
* array);
86
void track(
SkTypedArray
* array);
245
friend class
SkTypedArray
;
SkDisplayable.h
56
SkTypedArray
* , SkScriptValue* );
SkDisplayTypes.cpp
187
SkDisplayArray::SkDisplayArray(
SkTypedArray
& copyFrom) : values(copyFrom) {
SkMemberInfo.cpp
22
#include "
SkTypedArray
.h"
403
SkTypedArray
* destArray = (
SkTypedArray
*) (untypedStorage ? untypedStorage : arrayStorage);
426
SkTypedArray
* array = scriptValue.fOperand.fArray;
SkScript.cpp
14
#include "
SkTypedArray
.h"
197
for (
SkTypedArray
** arrayPtr = fTrackArray.begin(); arrayPtr < fTrackArray.end(); arrayPtr++)
461
void SkScriptEngine::forget(
SkTypedArray
* array) {
473
SkTypedArray
* child = (*array)[index].fArray;
748
operand.fArray = value->fOperand.fArray = new
SkTypedArray
(ToDisplayType(fReturnType));
[
all
...]
SkAnimator.cpp
21
#include "
SkTypedArray
.h"
519
SkTypedArray
tArray(SkType_String);
530
SkTypedArray
tArray(SkType_Int);
540
bool SkAnimator::setArray(SkDisplayable* element, const SkMemberInfo* info,
SkTypedArray
array) {
556
bool SkAnimator::setArray(const char* id, const char* fieldID,
SkTypedArray
array) {
SkDisplayable.cpp
402
const SkMemberInfo* info,
SkTypedArray
* values, SkScriptValue* value) {
SkAnimatorScript.cpp
257
SkTypedArray
* array = value->fOperand.fArray = new
SkTypedArray
(original);
SkDisplayApply.cpp
134
SkTypedArray
converted;
575
//
SkTypedArray
values;
630
SkTypedArray
formulaValues;
/external/skia/include/animator/
SkAnimator.h
26
class
SkTypedArray
;
482
bool setArray(SkDisplayable* element, const SkMemberInfo* field,
SkTypedArray
array);
483
bool setArray(const char* elementID, const char* fieldName,
SkTypedArray
array);
Completed in 570 milliseconds