Searched defs:fValue (Results 1 - 25 of 40) sorted by relevance

12

/external/skia/src/animator/
H A DSkDrawColor.h33 SkScalar fValue; member in class:SkDrawColor
/external/icu/icu4c/source/test/intltest/
H A Dfldset.h211 int32_t fValue[U_FIELDS_SET_MAX]; member in class:FieldsSet
/external/junit/src/org/junit/internal/
H A DAssumptionViolatedException.java11 private final Object fValue; field in class:AssumptionViolatedException
17 fValue= value;
33 description.appendValue(fValue);
37 description.appendText("failed assumption: " + fValue);
/external/skia/bench/
H A DImageCacheBench.cpp15 intptr_t fValue; member in class:__anon13691::TestKey
17 TestKey(intptr_t value) : fValue(value) {
18 this->init(&gGlobalAddress, 0, sizeof(fValue));
23 intptr_t fValue; member in struct:__anon13691::TestRec
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/tests/
H A DStringTest.cpp152 SkScalar fValue; member in struct:__anon14163
169 a.appendScalar(gRec[i].fValue);
H A DImageCacheTest.cpp15 intptr_t fValue; member in struct:__anon14128::TestingKey
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; member in struct:__anon14128::TestingRec
28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); }
34 *result = rec.fValue;
H A DTDPQueueTest.cpp68 int fValue; member in struct:Dummy
76 return fValue == that.fValue && fPriority == that.fPriority;
93 dummy->fValue = random.nextS();
H A DGrMemoryPoolTest.cpp182 int fValue; member in struct:Rec
214 rec->fValue = static_cast<int>(r.nextU());
215 rec->fInstance->setValues(rec->fValue);
219 REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue));
226 REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue));
232 REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue));
H A DGrTRecorderTest.cpp24 IntWrapper(int value) : fValue(value) {}
25 operator int() { return fValue; }
27 int fValue; member in class:IntWrapper
H A DScalarTest.cpp129 float fValue; member in struct:Rec
173 bool finite = gProc1[k](rec.fValue);
186 bool finite = gProc2[m](rec0.fValue, rec1.fValue, proc1);
/external/skia/src/core/
H A DSkTMultiMap.h23 explicit ValueList(T* value) : fValue(value), fNext(NULL) {}
25 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); }
27 T* fValue; member in struct:SkTMultiMap::ValueList
43 ValueList* newEntry = SkNEW_ARGS(ValueList, (list->fValue));
48 list->fValue = value;
62 while (list->fValue != value) {
69 list->fValue = next->fValue;
86 return list->fValue;
95 if (f(list->fValue)){
[all...]
H A DSkYUVPlanesCache.cpp38 fValue.fData = data;
39 fValue.fInfo = *info;
40 fValue.fData->attachToCacheAndRef();
43 fValue.fData->detachFromCacheAndUnref();
47 YUVValue fValue; member in struct:__anon13936::YUVPlanesRec
50 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); }
56 SkCachedData* tmpData = rec.fValue.fData;
63 result->fInfo = rec.fValue.fInfo;
H A DSkMaskCache.cpp43 fValue.fMask = mask;
44 fValue.fData = data;
45 fValue.fData->attachToCacheAndRef();
48 fValue.fData->detachFromCacheAndUnref();
52 MaskValue fValue; member in struct:__anon13911::RRectBlurRec
55 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); }
61 SkCachedData* tmpData = rec.fValue.fData;
67 *result = rec.fValue;
134 fValue.fMask = mask;
135 fValue
143 MaskValue fValue; member in struct:__anon13912::RectsBlurRec
[all...]
/external/skia/src/gpu/gl/
H A DGrGLProgramDataManager.h31 bool isValid() const { return -1 != fValue; }
33 : fValue(-1) {
37 : fValue(value) {
40 int fValue; member in class:GrGLProgramDataManager::ShaderResourceHandle
49 bool operator==(const UniformHandle& other) const { return other.fValue == fValue; }
52 int toProgramDataIndex() const { SkASSERT(isValid()); return fValue; }
/external/skia/include/core/
H A DSkTDict.h36 fArray[index].fValue = value;
44 pair->fValue = value;
66 *value = fArray[index].fValue;
76 if (pair->fValue != value) {
88 T fValue; member in struct:SkTDict::Pair
113 *value = fIter->fValue;
/external/skia/include/utils/
H A DSkRTConf.h40 operator const T&() const { return fValue; }
43 bool isDefault() const { return fDefault == fValue; }
44 void set(const T& value) { fValue = value; }
48 T fValue; member in class:SkRTConf
110 , fValue(defaultValue)
116 fValue = value;
149 sprintf(tmp, "%s # [%s]", fValue ? "true" : "false", fDefault ? "true" : "false");
155 sprintf(tmp, "%d # [%d]", fValue, fDefault);
161 sprintf(tmp, "%u # [%u]", fValue, fDefault);
167 sprintf(tmp, "%6.6f # [%6.6f]", fValue, fDefaul
[all...]
/external/skia/third_party/ktx/
H A Dktx.h104 const SkString& value() const { return fValue; }
109 SkString fValue; member in class:SkKTXFile::KeyValue
/external/icu/icu4c/source/i18n/unicode/
H A Dfmtable.h295 double getDouble(void) const { return fValue.fDouble; }
317 int32_t getLong(void) const { return (int32_t)fValue.fInt64; }
343 int64_t getInt64(void) const { return fValue.fInt64; }
368 UDate getDate() const { return fValue.fDate; }
388 { result=*fValue.fString; return result; }
446 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; }
467 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; }
703 } fValue; member in class:Formattable
722 return fValue
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dreslist.h144 uint32_t fValue; member in struct:SResInt
/external/skia/samplecode/
H A DSampleFilterQuality.cpp79 SkScalar fValue; member in struct:AnimValue
84 operator SkScalar() const { return fValue; }
87 fValue = value;
94 fValue = value;
101 fValue += delta;
107 fValue = SkScalarMod(fValue, fMod);
109 if (fValue > fMax) {
110 fValue = fMax;
111 } else if (fValue < fMi
[all...]
/external/skia/src/pdf/
H A DSkPDFTypes.h175 SkPDFAtom(SkPDFUnion&& v) : fValue(v.move()) {}
178 const SkPDFUnion fValue;
296 SkPDFUnion fValue; member in struct:SkPDFDict::Record
/external/skia/include/views/
H A DSkWidget.h255 uint16_t getValue() const { return fValue; }
266 uint16_t fValue, fMax; member in class:SkProgressView
/external/pdfium/core/src/fxcrt/
H A Dfx_extension.cpp169 FX_FLOAT fValue = 0.0f; local
173 fValue = fValue * 10.0f + (wch - L'0');
184 fValue += (wch - L'0') * fPrecise;
194 return bNegtive ? -fValue : fValue;
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Value.cpp33 CJS_Value::CJS_Value(v8::Isolate* isolate, const float &fValue):m_isolate(isolate) argument
35 operator =(fValue);
175 void CJS_Value::operator = (float fValue) argument
177 m_pValue = JS_NewNumber(m_isolate,fValue);
/external/skia/src/xml/
H A DSkDOM.cpp44 const char* fValue; member in struct:SkDOMAttr
130 return attr->fValue;
162 return attr->fValue;
182 *value = fAttr->fValue;
256 attr->fValue = dupstr(fAlloc, value);

Completed in 2546 milliseconds

12