Home
last modified time | relevance | path

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

12345678910>>...13

/aosp_15_r20/external/parameter-framework/upstream/parameter/
H A 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
/aosp_15_r20/external/pdfium/core/fxcrt/css/
H A Dcfx_cssdeclaration.cpp115 float fValue; in ParseCSSColor() local
294 float fValue; in ParseNumber() local
345 float fValue; in ParseValueListProperty() local
467 float fValue; in ParseBorderProperty() local
579 float fValue; in ParseFontProperty() local
H A Dcfx_css.h100 CFX_CSSLength(CFX_CSSLengthUnit eUnit, float fValue) in CFX_CSSLength()
108 CFX_CSSLength& Set(CFX_CSSLengthUnit eUnit, float fValue) { in Set()
141 CFX_CSSRect& Set(CFX_CSSLengthUnit eUnit, float fValue) { in Set()
/aosp_15_r20/external/skia/tools/
H A DRegistry.h23 explicit Registry(T value, bool condition = true) : fValue(value) { in fValue() function
52 T fValue; variable
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_measurement.cpp32 CXFA_Measurement::CXFA_Measurement(float fValue, XFA_Unit eUnit) { in CXFA_Measurement()
46 float fValue = FXSYS_wcstof(wsMeasure.unterminated_c_str(), in SetString() local
H A Dcxfa_measurement.h21 void Set(float fValue, XFA_Unit eUnit) { in Set()
/aosp_15_r20/external/skia/src/sksl/tracing/
H A DSkSLDebugTracePlayer.h90 double fValue; // value in slot (with type-conversion applied) member
119 int32_t fValue; // values in each slot member
/aosp_15_r20/external/skia/bench/
H A DImageCacheBench.cpp15 intptr_t fValue; member in __anon3d0390f50111::TestKey
23 intptr_t fValue; member
/aosp_15_r20/external/skia/src/gpu/graphite/compute/
H A DDispatchGroup.h36 struct TextureIndex { uint32_t fValue; }; member
37 struct SamplerIndex { uint32_t fValue; }; member
/aosp_15_r20/external/skia/tests/
H A DImageCacheTest.cpp21 intptr_t fValue; member
31 intptr_t fValue; member
H A DLRUCacheTest.cpp24 int fValue; member
/aosp_15_r20/external/skia/src/core/
H A DSkMaskCache.cpp63 MaskValue fValue; member
153 MaskValue fValue; member
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcTextureFilterAnisotropicTests.cpp237 GLfloat fValue; in verifyTexParameters() local
340 GLfloat fValue; in verifyGet() local
/aosp_15_r20/dalvik/dx/tests/141-invoke-polymorphic-varhandles/
HDVarHandleDexTest.classVarHandleDexTest.java package VarHandleDexTest extends java.lang.Object { private static boolean bsValue private Float fValue ...
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrResourceHandle.h29 int fValue; variable
/aosp_15_r20/external/skia/src/base/
H A DSkEnumBitMask.h62 int fValue; variable
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLSwitchCase.h64 SKSL_INT fValue; variable
H A DSkSLTypeReference.h68 const Type& fValue; variable
H A DSkSLVarDeclarations.h125 std::unique_ptr<Expression> fValue; variable
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/glsl/apple/
H A DRewriteUnaryMinusOperatorFloat.cpp72 TIntermTyped *fValue = node->getOperand(); in visitUnary() local
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlSemaphore.h90 uint64_t fValue; variable
/aosp_15_r20/external/skia/modules/skottie/tests/
H A DKeyframe.cpp41 T fValue = T(); member in __anon5dddefdf0111::MockProperty
/aosp_15_r20/external/skia/src/pdf/
H A DSkPDFTypes.h27 int fValue = -1; member
/aosp_15_r20/external/junit/src/main/java/org/junit/internal/
H A DAssumptionViolatedException.java28 private final Object fValue; field in AssumptionViolatedException
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DConstrainedFieldPosition.java70 private Object fValue; field in ConstrainedFieldPosition

12345678910>>...13