HomeSort by relevance Sort by last modified time
    Searched defs:fValue (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/skia/src/sksl/ast/
SkSLASTBoolLiteral.h 21 , fValue(value) {}
24 return SkString(fValue ? "true" : "false");
27 const bool fValue;
SkSLASTFloatLiteral.h 21 , fValue(value) {}
24 return to_string(fValue);
27 const double fValue;
SkSLASTIntLiteral.h 22 , fValue(value) {}
25 return to_string(fValue);
28 const uint64_t fValue;
SkSLASTSwitchCase.h 23 , fValue(std::move(value))
28 if (fValue) {
29 result.appendf("case %s:\n", fValue->description().c_str());
40 const std::unique_ptr<ASTExpression> fValue;
SkSLASTSwitchStatement.h 23 , fValue(std::move(value))
27 SkString result = SkStringPrintf("switch (%s) {\n", + fValue->description().c_str());
35 const std::unique_ptr<ASTExpression> fValue;
SkSLASTVarDeclaration.h 30 , fValue(std::move(value)) {}
41 if (fValue) {
42 result += " = " + fValue->description();
53 std::unique_ptr<ASTExpression> fValue;
  /external/skia/src/sksl/ir/
SkSLBoolLiteral.h 22 , fValue(value) {}
25 return SkString(fValue ? "true" : "false");
32 const bool fValue;
SkSLFloatLiteral.h 22 , fValue(value) {}
25 return to_string(fValue);
32 const double fValue;
SkSLIntLiteral.h 24 , fValue(value) {}
27 return to_string(fValue);
34 const int64_t fValue;
SkSLTypeReference.h 23 , fValue(type) {}
26 return fValue.name();
29 const Type& fValue;
SkSLSwitchCase.h 23 , fValue(std::move(value))
28 if (fValue) {
29 result.appendf("case %s:\n", fValue->description().c_str());
40 std::unique_ptr<Expression> fValue;
SkSLSwitchStatement.h 23 , fValue(std::move(value))
27 SkString result = SkStringPrintf("switch (%s) {\n", + fValue->description().c_str());
35 std::unique_ptr<Expression> fValue;
SkSLVarDeclarations.h 29 , fValue(std::move(value)) {}
40 if (fValue) {
41 result += " = " + fValue->description();
48 std::unique_ptr<Expression> fValue;
  /external/icu/icu4c/source/test/intltest/
fldset.h 213 int32_t fValue[U_FIELDS_SET_MAX];
  /external/pdfium/xfa/fxfa/parser/
cxfa_measurement.cpp 19 CXFA_Measurement::CXFA_Measurement(FX_FLOAT fValue, XFA_UNIT eUnit) {
20 Set(fValue, eUnit);
31 FX_FLOAT fValue = FXSYS_wcstof(wsMeasure.c_str() + iOffset,
34 Set(fValue, eUnit);
69 bool CXFA_Measurement::ToUnit(XFA_UNIT eUnit, FX_FLOAT& fValue) const {
70 fValue = GetValue();
79 fValue *= 72 / 2.54f / 10;
82 fValue *= 72;
85 fValue *= 72 / 2.54f;
88 fValue *= 0.001f
    [all...]
  /external/skia/src/gpu/
GrResourceHandle.h 17 GrResourceHandle(int value) : fValue(value) {
21 GrResourceHandle() : fValue(kInvalid_ResourceHandle) {}
23 bool operator==(const GrResourceHandle& other) const { return other.fValue == fValue; }
24 bool isValid() const { return kInvalid_ResourceHandle != fValue; }
25 int toIndex() const { SkASSERT(this->isValid()); return fValue; }
29 int fValue;
  /external/skia/tests/
StringTest.cpp 159 SkScalar fValue;
176 a.appendScalar(gRec[i].fValue);
LRUCacheTest.cpp 13 : fValue(value)
22 int fValue;
35 REPORTER_ASSERT(r, i * i == (*test.find(i))->fValue);
66 REPORTER_ASSERT(r, k == (*test.find(k))->fValue);
ImageCacheTest.cpp 15 intptr_t fValue;
17 TestingKey(intptr_t value, uint64_t sharedID = 0) : fValue(value) {
18 this->init(&gGlobalAddress, sharedID, sizeof(fValue));
22 TestingRec(const TestingKey& key, uint32_t value) : fKey(key), fValue(value) {}
25 intptr_t fValue;
28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); }
36 *result = rec.fValue;
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Token.cpp 76 bool Token::fValue(float* value) const
  /external/junit/src/main/java/org/junit/internal/
AssumptionViolatedException.java 25 private final Object fValue;
34 this.fValue = value;
103 description.appendValue(fValue);
  /external/skia/bench/
ImageCacheBench.cpp 15 intptr_t fValue;
17 TestKey(intptr_t value) : fValue(value) {
18 this->init(&gGlobalAddress, 0, sizeof(fValue));
23 intptr_t fValue;
25 TestRec(const TestKey& key, intptr_t value) : fKey(key), fValue(value) {}
28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); }
  /external/skia/src/core/
SkYUVPlanesCache.cpp 38 fValue.fData = data;
39 fValue.fInfo = *info;
40 fValue.fData->attachToCacheAndRef();
43 fValue.fData->detachFromCacheAndUnref();
47 YUVValue fValue;
50 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); }
53 return fValue.fData->diagnostic_only_getDiscardable();
60 SkCachedData* tmpData = rec.fValue.fData;
67 result->fInfo = rec.fValue.fInfo;
  /external/parameter-framework/upstream/parameter/
FloatingPointParameterType.cpp 155 float fValue = 0.0f;
158 if (!convertTo(strValue, fValue)) {
164 if (!checkValueAgainstRange(fValue)) {
171 uiValue = utility::binaryCopy<decltype(uiValue)>(fValue);
223 auto fValue = utility::binaryCopy<float>(uiValue);
225 ostrStream << fValue;
244 float fValue = static_cast<float>(dUserValue);
245 uiValue = utility::binaryCopy<decltype(uiValue)>(fValue);
253 auto fValue = utility::binaryCopy<float>(uiValue);
255 dUserValue = fValue;
    [all...]
  /external/skia/src/sksl/
SkSLIRGenerator.h 56 , fValue(-1) {
62 , fValue(b) {}
66 , fValue(i) {}
72 int fValue;

Completed in 4503 milliseconds

1 2 3 4 5 6