Searched refs:fInt (Results 1 – 5 of 5) sorted by relevance
21 SK_MEMBER_ALIAS(int, fInt, Int),30 SkInput::SkInput() : fInt((int) SK_NaN32), fFloat(SK_ScalarNaN) {} in SkInput()44 value->fOperand.fS32 = fInt != (int) SK_NaN32 || in getProperty()
28 if (fInt != (int) SK_NaN32) in add()29 fParent->fEvent.setS32(dataName, fInt); in add()
25 int32_t fInt; variable
210 meta.findS32(name, &input->fInt); in populateInput()
166 SubSubclass() : fInt(1234), fFloat(1.234f) {} in SubSubclass()172 REPORTER_ASSERT(reporter, 1234 == fInt); in validate()177 int fInt; member in SubSubclass