| /third_party/skia/src/utils/ |
| H A D | SkJSONWriter.h | 168 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 D | ScalarTest.cpp | 112 static void test_floatclass(skiatest::Reporter* reporter, float value, FloatClass fc) { in test_floatclass() argument
|
| /third_party/skia/src/sksl/ |
| H A D | SkSLConstantFolder.cpp | 121 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 D | platform.h | 394 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 D | GPURenderBundleEncoder.cpp | 188 void GPURenderBundleEncoder::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel() argument
|
| H A D | GPUDevice.cpp | 497 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 D | IOSurfaceWrappingTests.cpp | 27 void AddIntegerValue(CFMutableDictionaryRef dictionary, const CFStringRef key, int32_t value) { in AddIntegerValue() argument
|
| H A D | DynamicBufferOffsetTests.cpp | 548 uint32_t value = srcData[srcBufferByteOffset / 4 + 4 * readIndex + c]; TEST_P() local [all...] |
| H A D | QueueTests.cpp | 48 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 D | CommandAllocatorTests.cpp | 411 int value; member [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ |
| H A D | DawnPerfTest.cpp | 380 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 D | afmodule.c | 107 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 D | bdfdrivr.c | 451 long value; FT_CALLBACK_DEF() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/gxvalid/ |
| H A D | gxvmorx1.c | 184 GXV_LookupValueDesc value; in gxv_morx_subtable_type1_LookupFmt4_transit() local
|
| /third_party/skia/third_party/externals/freetype/src/pcf/ |
| H A D | pcfdrivr.c | 654 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 D | pfrobjs.c | 583 FT_Int value; in FT_LOCAL_DEF() local
|
| /third_party/skia/third_party/externals/freetype/src/psnames/ |
| H A D | psmodule.c | 76 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 D | ttdriver.c | 61 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 D | gen-use-table.py | 207 value = PropertyValue(name) variable
|
| H A D | hb-machinery.hh | 163 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 D | hb-map.hh | 75 V value; member [all...] |
| H A D | hb-ot-map.cc | 97 add_feature(hb_tag_t tag, hb_ot_map_feature_flags_t flags, unsigned int value) add_feature() argument
|
| H A D | hb-ot-stat-table.hh | 83 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 D | test-object.c | 182 int value; member
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
| H A D | horizontal_header_table.cc | 145 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...] |