Home
last modified time | relevance | path

Searched defs:value (Results 10476 - 10500 of 21818) sorted by relevance

1...<<411412413414415416417418419420>>...873

/third_party/skia/src/utils/
H A DSkJSONWriter.h168 void appendString(const char* value) { in appendString() argument
189 appendPointer(const void* value) appendPointer() argument
190 appendBool(bool value) appendBool() argument
198 appendS32(int32_t value) appendS32() argument
200 appendU32(uint32_t value) appendU32() argument
202 appendFloat(float value) appendFloat() argument
203 appendDouble(double value) appendDouble() argument
204 appendFloatDigits(float value, int digits) appendFloatDigits() argument
208 appendDoubleDigits(double value, int digits) appendDoubleDigits() argument
212 appendHexU32(uint32_t value) appendHexU32() argument
236 appendFloatDigits(const char* name, float value, int digits) appendFloatDigits() argument
240 appendDoubleDigits(const char* name, double value, int digits) appendDoubleDigits() argument
[all...]
/third_party/skia/tests/
H A DScalarTest.cpp112 static void test_floatclass(skiatest::Reporter* reporter, float value, FloatClass fc) { in test_floatclass() argument
/third_party/skia/src/sksl/
H A DSkSLConstantFolder.cpp121 double value = foldFn(*left.getConstantValue(i), *right.getConstantValue(i)); in simplify_vector() local
139 bool ConstantFolder::GetConstantInt(const Expression& value, SKSL_INT* out) { in GetConstantInt() argument
148 bool ConstantFolder::GetConstantValue(const Expression& value, double* out) { in GetConstantValue() argument
168 static bool is_constant_value(const Expression& expr, double value) { in is_constant_value() argument
[all...]
/third_party/skia/third_party/externals/brotli/c/common/
H A Dplatform.h394 uint16_t value = BrotliUnalignedRead16(p); in BROTLI_UNALIGNED_LOAD16LE() local
401 uint32_t value = BrotliUnalignedRead32(p); in BROTLI_UNALIGNED_LOAD32LE() local
410 uint64_t value = BrotliUnalignedRead64(p); in BROTLI_UNALIGNED_LOAD64LE() local
414 uint64_t value = BROTLI_BSWAP64_(v); in BROTLI_UNALIGNED_STORE64LE() local
425 uint32_t value = (uint32_t)(in[0]); in BROTLI_UNALIGNED_LOAD32LE() local
433 uint64_t value = (uint64_t)(in[0]); BROTLI_UNALIGNED_LOAD64LE() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPURenderBundleEncoder.cpp188 void GPURenderBundleEncoder::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel() argument
H A DGPUDevice.cpp497 void GPUDevice::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel() argument
505 setOnuncapturederror(Napi::Env, interop::Interface<interop::EventHandler> value) setOnuncapturederror() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DIOSurfaceWrappingTests.cpp27 void AddIntegerValue(CFMutableDictionaryRef dictionary, const CFStringRef key, int32_t value) { in AddIntegerValue() argument
H A DDynamicBufferOffsetTests.cpp548 uint32_t value = srcData[srcBufferByteOffset / 4 + 4 * readIndex + c]; TEST_P() local
[all...]
H A DQueueTests.cpp48 uint32_t value = 0x01020304; in TEST_P() local
77 uint32_t value = 0x01020304; in TEST_P() local
96 uint32_t value = 0x01020304; TEST_P() local
182 uint32_t value = 0x01020304; TEST_P() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DCommandAllocatorTests.cpp411 int value; member
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DDawnPerfTest.cpp380 PrintResult(const std::string& trace, double value, const std::string& units, bool important) const PrintResult() argument
387 PrintResult(const std::string& trace, unsigned int value, const std::string& units, bool important) const PrintResult() argument
394 PrintResultImpl(const std::string& trace, const std::string& value, const std::string& units, bool important) const PrintResultImpl() argument
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafmodule.c107 af_property_set( FT_Module ft_module, const char* property_name, const void* value, FT_Bool value_is_string ) af_property_set() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdfdrivr.c451 long value; FT_CALLBACK_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvmorx1.c184 GXV_LookupValueDesc value; in gxv_morx_subtable_type1_LookupFmt4_transit() local
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcfdrivr.c654 pcf_property_set( FT_Module module, const char* property_name, const void* value, FT_Bool value_is_string ) pcf_property_set() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrobjs.c583 FT_Int value; in FT_LOCAL_DEF() local
/third_party/skia/third_party/externals/freetype/src/psnames/
H A Dpsmodule.c76 FT_UInt32 value = 0; in ps_unicode_value() local
120 FT_UInt32 value = 0; in ps_unicode_value() local
158 FT_UInt32 value = 0; ps_unicode_value() local
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttdriver.c61 tt_property_set( FT_Module module, const char* property_name, const void* value, FT_Bool value_is_string ) tt_property_set() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-use-table.py207 value = PropertyValue(name) variable
H A Dhb-machinery.hh163 template <typename T1, typename T2> struct hb_non_void_t { typedef T1 value; }; typedef
164 template <typename T2> struct hb_non_void_t<void, T2> { typedef T2 value; }; typedef
H A Dhb-map.hh75 V value; member
[all...]
H A Dhb-ot-map.cc97 add_feature(hb_tag_t tag, hb_ot_map_feature_flags_t flags, unsigned int value) add_feature() argument
H A Dhb-ot-stat-table.hh83 HBFixed value; /* A numeric value for this attribute value member
143 HBFixed value; /* A numeric value for this attribute value. */ global() member
165 HBFixed value; /* A numeric value for this attribute value. */ global() member
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-object.c182 int value; member
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dhorizontal_header_table.cc145 void HorizontalHeaderTable::Builder::SetAdvanceWidthMax(int32_t value) { in SetAdvanceWidthMax() argument
153 void HorizontalHeaderTable::Builder::SetMinLeftSideBearing(int32_t value) { in SetMinLeftSideBearing() argument
161 void HorizontalHeaderTable::Builder::SetMinRightSideBearing(int32_t value) { in SetMinRightSideBearing() argument
169 void HorizontalHeaderTable::Builder::SetXMaxExtent(int32_t value) { in SetXMaxExtent() argument
177 void HorizontalHeaderTable::Builder::SetCaretSlopeRise(int32_t value) { in SetCaretSlopeRise() argument
185 SetCaretSlopeRun(int32_t value) SetCaretSlopeRun() argument
193 SetCaretOffset(int32_t value) SetCaretOffset() argument
201 SetMetricDataFormat(int32_t value) SetMetricDataFormat() argument
209 SetNumberOfHMetrics(int32_t value) SetNumberOfHMetrics() argument
[all...]

Completed in 24 milliseconds

1...<<411412413414415416417418419420>>...873