HomeSort by relevance Sort by last modified time
    Searched defs:fFieldIndex (Results 1 - 4 of 4) sorted by null

  /external/skia/src/sksl/ir/
SkSLField.h 28 , fFieldIndex(fieldIndex) {}
31 return fOwner.description() + "." + fOwner.fType.fields()[fFieldIndex].fName;
35 const int fFieldIndex;
SkSLFieldAccess.h 31 , fFieldIndex(fieldIndex)
39 return std::unique_ptr<Expression>(new FieldAccess(fBase->clone(), fFieldIndex,
44 return fBase->description() + "." + fBase->fType.fields()[fFieldIndex].fName;
48 const int fFieldIndex;
  /external/skqp/src/sksl/ir/
SkSLField.h 28 , fFieldIndex(fieldIndex) {}
31 return fOwner.description() + "." + fOwner.fType.fields()[fFieldIndex].fName;
35 const int fFieldIndex;
SkSLFieldAccess.h 31 , fFieldIndex(fieldIndex)
39 return std::unique_ptr<Expression>(new FieldAccess(fBase->clone(), fFieldIndex,
44 return fBase->description() + "." + fBase->fType.fields()[fFieldIndex].fName;
48 const int fFieldIndex;

Completed in 572 milliseconds