Home
last modified time | relevance | path

Searched refs:fInt (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/animator/
DSkDisplayInput.cpp21 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()
DSkPostParts.cpp28 if (fInt != (int) SK_NaN32) in add()
29 fParent->fEvent.setS32(dataName, fInt); in add()
DSkDisplayInput.h25 int32_t fInt; variable
DSkDisplayEvent.cpp210 meta.findS32(name, &input->fInt); in populateInput()
/external/skia/forth/
DForth.h20 int32_t fInt; member
27 return d.fInt; in f2i_bits()
32 d.fInt = x; in i2f_bits()
/external/skia/tests/
DGrTRecorderTest.cpp166 SubSubclass() : fInt(1234), fFloat(1.234f) {} in SubSubclass()
172 REPORTER_ASSERT(reporter, 1234 == fInt); in validate()
177 int fInt; member in SubSubclass