Searched defs:asInt (Results 1 – 11 of 11) sorted by relevance
17 int asInt = SkScalarRoundToInt(x); in add_point() local
102 int asInt (void) const { DE_STATIC_ASSERT(Stride == 1); return m_value->intVal; } in asInt() function in rsg::ConstStridedValueAccess107 …int asInt (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_value[nd… in asInt() function in rsg::ConstStridedValueAccess135 int& asInt (void) { DE_STATIC_ASSERT(Stride == 1); return this->m_value->intVal; } in asInt() function in rsg::StridedValueAccess140 …int& asInt (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[ndx… in asInt() function in rsg::StridedValueAccess
112 int asInt() const { return Ptr; } in asInt() function in __anonf4832caa0211::WasmPtr
150 Vector<int, Size> asInt (void) const { return cast<int>(); } in asInt() function in tcu::Vector
1287 uint32_t asInt = static_cast<uint32_t>(value); in getBoolConstant() local
558 public static int asInt(EnumSet<FsSelection> fsSelectionSet) { in asInt() method in OS2Table.FsSelection
430 int asInt; member in glcts::IntegerConstant
3031 Value::Int Value::asInt() const { in asInt() function in Json::Value
3063 Value::Int Value::asInt() const { in asInt() function in Json::Value