Home
last modified time | relevance | path

Searched defs:get_value (Results 1 – 25 of 54) sorted by relevance

123

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-stat-table.hh63 float get_value () const { return value.to_float (); } in get_value() function
91 float get_value () const { return nominalValue.to_float (); } in get_value() function
123 float get_value () const { return value.to_float (); } in get_value() function
153 float get_value () const { return value.to_float (); } in get_value() function
201 bool get_value (unsigned int axis_index) const in get_value() function
295 bool get_value (hb_tag_t tag, float *value) const in get_value() function
Dhb-aat-layout-common.hh54 const T* get_value (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value() function
112 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
144 const T* get_value (hb_codepoint_t glyph_id, const void *base) const in get_value() function
183 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
240 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
271 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
345 const T* get_value (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value() function
Dhb-ot-math-table.hh113 hb_position_t get_value (hb_ot_math_constant_t constant, in get_value() function
231 hb_position_t get_value (hb_codepoint_t glyph, in get_value() function
284 hb_position_t get_value (hb_codepoint_t glyph, in get_value() function
342 hb_position_t get_value (hb_position_t correction_height, hb_font_t *font) const in get_value() function
Dhb-aat-layout-trak-table.hh51 int get_value (const void *base, unsigned int index, in get_value() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-array-prototype.c420 ecma_value_t get_value = ecma_op_object_get_by_uint32_index (obj_p, len); in ecma_builtin_array_prototype_object_pop() local
952 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, k); in ecma_builtin_array_prototype_object_slice() local
1349 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, del_item_idx); in ecma_builtin_array_prototype_object_splice() local
1415 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, from); in ecma_builtin_array_prototype_object_splice() local
1466 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, from); in ecma_builtin_array_prototype_object_splice() local
1581 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, k - 1); in ecma_builtin_array_prototype_object_unshift() local
1715 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, from_idx); in ecma_builtin_array_prototype_object_index_of() local
1819 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, from_idx); in ecma_builtin_array_prototype_object_last_index_of() local
1890 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, index); in ecma_builtin_array_apply() local
2085 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, index); in ecma_builtin_array_prototype_object_filter() local
[all …]
Decma-builtin-array-iterator-prototype.c135 ecma_value_t get_value = ecma_op_object_get_by_uint32_index (array_object_p, index); in ecma_builtin_array_iterator_prototype_object_next() local
Decma-builtin-function-prototype.c138 ecma_value_t get_value = ecma_op_object_get_by_uint32_index (obj_p, index); in ecma_builtin_function_prototype_object_apply() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cFramebufferNoAttachmentsTests.cpp313 GLint get_value = ~0; in iterate() local
390 GLint get_value = ~0; in iterate() local
411 GLint get_value = ~0; in iterate() local
437 GLint get_value = ~0; in iterate() local
/third_party/lwip/src/include/lwip/apps/
Dsnmp_scalar.h57 node_instance_get_value_method get_value; member
93 snmp_scalar_array_get_value_method get_value; member
Dsnmp_table.h68 node_instance_get_value_method get_value; member
/third_party/glslang/SPIRV/
Dhex_float.h42 uint16_t get_value() const { return val; } in get_value() function
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dhex_float.h51 uint16_t get_value() const { return val; } in get_value() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dhex_float.h51 uint16_t get_value() const { return val; } in get_value() function
/third_party/spirv-tools/source/util/
Dhex_float.h51 uint16_t get_value() const { return val; } in get_value() function
/third_party/mesa3d/src/tool/pps/
Dpps_counter.h99 inline Counter::Value Counter::get_value(const Driver &d) const in get_value() function
/third_party/json/include/nlohmann/detail/iterators/
Dprimitive_iterator.hpp41 constexpr difference_type get_value() const noexcept in get_value() function in detail::primitive_iterator_t
/third_party/libexif/libexif/
Dexif-mnote-data-priv.h53 char * (* get_value) (ExifMnoteData *, unsigned int, char *val, unsigned int maxlen); member
/third_party/mesa3d/src/intel/genxml/
Dgen_sort_tags.py17 def get_value(element): function
/third_party/skia/src/sksl/ir/
DSkSLSetting.cpp116 static std::unique_ptr<Expression> get_value(const Context& context, int line, in get_value() function
/third_party/python/Lib/distutils/
Dmsvc9compiler.py63 def get_value(cls, path, key): member in Reg
69 get_value = classmethod(get_value) variable in Reg
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c226 ecma_value_t get_value = ecma_make_number_value (element_num); in ecma_builtin_typedarray_prototype_exec_routine() local
475 ecma_value_t get_value = ecma_make_number_value (element_num); in ecma_builtin_typedarray_prototype_map() local
601 ecma_value_t get_value = ecma_make_number_value (get_num); in ecma_builtin_typedarray_prototype_reduce_with_direction() local
733 ecma_value_t get_value = ecma_make_number_value (get_num); in ecma_builtin_typedarray_prototype_filter() local
/third_party/skia/tests/
DPointTest.cpp77 template <typename T> T get_value(skiatest::Reporter* reporter, T value) { in get_value() function
/third_party/mesa3d/src/vulkan/runtime/
Dvk_sync.h188 VkResult (*get_value)(struct vk_device *device, member
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_sensors_temp.c77 get_value(const sensors_chip_name *name, const sensors_subfeature *sub) in get_value() function
/third_party/skia/third_party/externals/libpng/contrib/pngminus/
Dpnm2png.c595 png_uint_32 get_value (FILE *pnm_file, int depth) in get_value() function

123