Lines Matching refs:fValues
51 fFieldInfo->setValue(maker, &fValues, 0, fFieldInfo->fCount, nullptr, in refresh()
66 if (fValues.getType() == SkType_Unknown) { in onEndElement()
67 fValues.setType(outType); in onEndElement()
68 fValues.setCount(comps); in onEndElement()
70 fValues[0].fString = new SkString; in onEndElement()
72 memset(fValues.begin(), 0, fValues.count() * sizeof(fValues.begin()[0])); in onEndElement()
74 SkASSERT(fValues.getType() == outType); in onEndElement()
76 comps = fValues.count(); in onEndElement()
78 SkASSERT(fValues.count() == comps); in onEndElement()
85 …fFieldInfo->setValue(maker, &fValues, fFieldOffset, comps, this, outType, formula.size() > 0 ? for… in onEndElement()
86 fComponents = fValues.count(); in onEndElement()