Home
last modified time | relevance | path

Searched defs:fValue (Results 1 – 25 of 105) sorted by relevance

12345

/external/parameter-framework/upstream/parameter/
DFloatingPointParameterType.cpp155 float fValue = 0.0f; in toBlackboard() local
223 auto fValue = utility::binaryCopy<float>(uiValue); in fromBlackboard() local
244 float fValue = static_cast<float>(dUserValue); in toBlackboard() local
253 auto fValue = utility::binaryCopy<float>(uiValue); in fromBlackboard() local
/external/skia/experimental/svg/model/
DSkPEG.h38 SkTLazy<V> fValue; member
53 SkTLazy<typename E::V> fValue; member
/external/skqp/experimental/svg/model/
DSkPEG.h38 SkTLazy<V> fValue; member
53 SkTLazy<typename E::V> fValue; member
/external/pdfium/xfa/fxfa/parser/
Dcxfa_measurement.cpp29 CXFA_Measurement::CXFA_Measurement(float fValue, XFA_Unit eUnit) { in CXFA_Measurement()
42 float fValue = FXSYS_wcstof(wsMeasure.unterminated_c_str() + iOffset, in SetString() local
Dcxfa_measurement.h22 void Set(float fValue, XFA_Unit eUnit) { in Set()
/external/skia/bench/
DImageCacheBench.cpp15 intptr_t fValue; member in __anon034325a80111::TestKey
23 intptr_t fValue; member
/external/skqp/bench/
DImageCacheBench.cpp15 intptr_t fValue; member in __anon3c3b7d7f0111::TestKey
23 intptr_t fValue; member
/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp180 float& fValue, in ParseCSSNumber()
255 float fValue; in ParseCSSColor() local
433 float fValue; in ParseNumber() local
484 float fValue; in ParseValueListProperty() local
605 float fValue; in ParseBorderProperty() local
715 float fValue; in ParseFontProperty() local
/external/skia/src/gpu/
DGrResourceHandle.h29 int fValue; variable
/external/skqp/src/gpu/
DGrResourceHandle.h29 int fValue; variable
/external/skqp/src/sksl/ast/
DSkSLASTIntLiteral.h28 const uint64_t fValue; member
DSkSLASTFloatLiteral.h27 const double fValue; member
DSkSLASTBoolLiteral.h27 const bool fValue; member
DSkSLASTSwitchCase.h40 const std::unique_ptr<ASTExpression> fValue; member
DSkSLASTSwitchStatement.h41 const std::unique_ptr<ASTExpression> fValue; member
/external/skia/src/sksl/ast/
DSkSLASTFloatLiteral.h27 const double fValue; member
DSkSLASTBoolLiteral.h27 const bool fValue; member
DSkSLASTIntLiteral.h28 const uint64_t fValue; member
DSkSLASTSwitchCase.h40 const std::unique_ptr<ASTExpression> fValue; member
DSkSLASTSwitchStatement.h41 const std::unique_ptr<ASTExpression> fValue; member
/external/skia/src/sksl/ir/
DSkSLTypeReference.h37 const Type& fValue; member
DSkSLSetting.h48 std::unique_ptr<Expression> fValue; member
/external/skqp/src/sksl/ir/
DSkSLTypeReference.h37 const Type& fValue; member
DSkSLSetting.h48 std::unique_ptr<Expression> fValue; member
DSkSLSwitchCase.h50 std::unique_ptr<Expression> fValue; member

12345