Searched refs:boxedValue (Results 1 – 2 of 2) sorted by relevance
61 SkDisplayArray* boxedValue = new SkDisplayArray(*operand->fArray); in convert() local62 displayable = boxedValue; in convert()65 SkDisplayInt* boxedValue = new SkDisplayInt; in convert() local66 displayable = boxedValue; in convert()67 boxedValue->value = operand->fS32; in convert()70 SkDisplayFloat* boxedValue = new SkDisplayFloat; in convert() local71 displayable = boxedValue; in convert()72 boxedValue->value = operand->fScalar; in convert()75 SkDisplayString* boxedValue = new SkDisplayString(*operand->fString); in convert() local76 displayable = boxedValue; in convert()[all …]
97 SkDisplayArray* boxedValue = new SkDisplayArray(*scriptValue->fOperand.fArray); in Box() local98 displayable = boxedValue; in Box()101 SkDisplayBoolean* boxedValue = new SkDisplayBoolean; in Box() local102 displayable = boxedValue; in Box()103 boxedValue->value = !! scriptValue->fOperand.fS32; in Box()106 SkDisplayInt* boxedValue = new SkDisplayInt; in Box() local107 displayable = boxedValue; in Box()108 boxedValue->value = scriptValue->fOperand.fS32; in Box()111 SkDisplayFloat* boxedValue = new SkDisplayFloat; in Box() local112 displayable = boxedValue; in Box()[all …]