Home
last modified time | relevance | path

Searched refs:get_int (Results 1 – 25 of 29) sorted by relevance

12

/third_party/flutter/skia/src/codec/
DSkBmpCodec.cpp157 totalBytes = get_int(hBuffer, 2); in ReadHeader()
158 offset = get_int(hBuffer, 10); in ReadHeader()
167 infoBytes = get_int(hBuffer, 14); in ReadHeader()
189 infoBytes = get_int(hBuffer, 0); in ReadHeader()
238 width = get_int(iBuffer.get(), 0); in ReadHeader()
239 height = get_int(iBuffer.get(), 4); in ReadHeader()
245 compression = get_int(iBuffer.get(), 12); in ReadHeader()
247 numColors = get_int(iBuffer.get(), 28); in ReadHeader()
342 inputMasks.red = get_int(buffer, 0); in ReadHeader()
343 inputMasks.green = get_int(buffer, 4); in ReadHeader()
[all …]
DSkIcoCodec.cpp83 uint32_t size = get_int(entryBuffer, 8); in MakeFromStream()
88 uint32_t offset = get_int(entryBuffer, 12); in MakeFromStream()
DSkCodecPriv.h166 static inline uint32_t get_int(uint8_t* buffer, uint32_t i) { in get_int() function
/third_party/skia/src/codec/
DSkBmpCodec.cpp160 totalBytes = get_int(hBuffer, 2); in ReadHeader()
161 offset = get_int(hBuffer, 10); in ReadHeader()
170 infoBytes = get_int(hBuffer, 14); in ReadHeader()
192 infoBytes = get_int(hBuffer, 0); in ReadHeader()
241 width = get_int(iBuffer.get(), 0); in ReadHeader()
242 height = get_int(iBuffer.get(), 4); in ReadHeader()
248 compression = get_int(iBuffer.get(), 12); in ReadHeader()
250 numColors = get_int(iBuffer.get(), 28); in ReadHeader()
345 inputMasks.red = get_int(buffer, 0); in ReadHeader()
346 inputMasks.green = get_int(buffer, 4); in ReadHeader()
[all …]
DSkIcoCodec.cpp99 uint32_t size = get_int(entryBuffer, 8); in MakeFromStream()
104 uint32_t offset = get_int(entryBuffer, 12); in MakeFromStream()
DSkCodecPriv.h166 static inline uint32_t get_int(const uint8_t* buffer, uint32_t i) { in get_int() function
/third_party/mbedtls/tests/suites/
Dtest_suite_version.function44 unsigned int get_int;
51 get_int = mbedtls_version_get_number();
56 (get_int >> 24) & 0xFF,
57 (get_int >> 16) & 0xFF,
58 (get_int >> 8) & 0xFF );
/third_party/toybox/toys/pending/
Dexpr.c79 int get_int(struct value *v, long long *ret) in get_int() function
102 return get_int(v, &v->i) && !v->i; in is_false()
170 if (get_int(ret, &a) && get_int(rhs, &b)) { // both are ints in eval_op()
189 if (!get_int(ret, &a) || !get_int(rhs, &b)) in eval_op()
/third_party/musl/ndk-test/sanitize/ubsan/src/
Dbounds.cpp8 int get_int(int *const p __attribute__((pass_object_size(0))), int i) { in get_int() function
20 get_int(bar, argv[1][0] - '0'); in main()
/third_party/ffmpeg/libavformat/
Dmvi.c34 unsigned int (*get_int)(AVIOContext *); member
97 …mvi->get_int = (vst->codecpar->width * (int64_t)vst->codecpar->height < (1 << 16)) ? avio_rl16 : a… in read_header()
120 mvi->video_frame_size = (mvi->get_int)(pb); in read_packet()
/third_party/python/Lib/lib2to3/
Dpatcomp.py125 min = max = self.get_int(children[1])
127 max = self.get_int(children[3])
173 def get_int(self, node): member in PatternCompiler
/third_party/flutter/skia/src/ports/
DSkFontConfigInterface_direct.cpp366 static int get_int(FcPattern* pattern, const char object[], int missing) { in get_int() function
428 SkScalar weight = map_ranges(get_int(pattern, FC_WEIGHT, FC_WEIGHT_REGULAR), in skfontstyle_from_fcpattern()
442 SkScalar width = map_ranges(get_int(pattern, FC_WIDTH, FC_WIDTH_NORMAL), in skfontstyle_from_fcpattern()
446 switch (get_int(pattern, FC_SLANT, FC_SLANT_ROMAN)) { in skfontstyle_from_fcpattern()
691 int face_index = get_int(match, FC_INDEX, 0); in matchFamilyName()
DSkFontMgr_fontconfig.cpp153 static int get_int(FcPattern* pattern, const char object[], int missing) { in get_int() function
347 SkScalar weight = map_ranges(get_int(pattern, FC_WEIGHT, FC_WEIGHT_REGULAR), in skfontstyle_from_fcpattern()
361 SkScalar width = map_ranges(get_int(pattern, FC_WIDTH, FC_WIDTH_NORMAL), in skfontstyle_from_fcpattern()
365 switch (get_int(pattern, FC_SLANT, FC_SLANT_ROMAN)) { in skfontstyle_from_fcpattern()
491 *ttcIndex = get_int(fPattern, FC_INDEX, 0); in onOpenStream()
570 FC_PROPORTIONAL != get_int(pattern, FC_SPACING, FC_PROPORTIONAL)) in SkTypeface_fontconfig()
/third_party/skia/src/ports/
DSkFontConfigInterface_direct.cpp351 static int get_int(FcPattern* pattern, const char object[], int missing) { in get_int() function
413 SkScalar weight = map_ranges(get_int(pattern, FC_WEIGHT, FC_WEIGHT_REGULAR), in skfontstyle_from_fcpattern()
427 SkScalar width = map_ranges(get_int(pattern, FC_WIDTH, FC_WIDTH_NORMAL), in skfontstyle_from_fcpattern()
431 switch (get_int(pattern, FC_SLANT, FC_SLANT_ROMAN)) { in skfontstyle_from_fcpattern()
673 int face_index = get_int(match, FC_INDEX, 0); in matchFamilyName()
DSkFontMgr_fontconfig.cpp129 static int get_int(FcPattern* pattern, const char object[], int missing) { in get_int() function
323 SkScalar weight = map_ranges(get_int(pattern, FC_WEIGHT, FC_WEIGHT_REGULAR), in skfontstyle_from_fcpattern()
337 SkScalar width = map_ranges(get_int(pattern, FC_WIDTH, FC_WIDTH_NORMAL), in skfontstyle_from_fcpattern()
341 switch (get_int(pattern, FC_SLANT, FC_SLANT_ROMAN)) { in skfontstyle_from_fcpattern()
467 *ttcIndex = get_int(fPattern, FC_INDEX, 0); in onOpenStream()
556 FC_PROPORTIONAL != get_int(pattern, FC_SPACING, FC_PROPORTIONAL)) in SkTypeface_fontconfig()
/third_party/cef/include/capi/
Dcef_values_capi.h118 int(CEF_CALLBACK* get_int)(struct _cef_value_t* self);
395 int(CEF_CALLBACK* get_int)(struct _cef_dictionary_value_t* self,
621 int(CEF_CALLBACK* get_int)(struct _cef_list_value_t* self, size_t index);
/third_party/cef/libcef_dll/ctocpp/
Dvalue_ctocpp.cc180 if (CEF_MEMBER_MISSING(_struct, get_int)) in GetInt()
186 int _retval = _struct->get_int(_struct); in GetInt()
Dlist_value_ctocpp.cc263 if (CEF_MEMBER_MISSING(_struct, get_int)) in GetInt()
269 int _retval = _struct->get_int(_struct, index); in GetInt()
Ddictionary_value_ctocpp.cc328 if (CEF_MEMBER_MISSING(_struct, get_int)) in GetInt()
339 int _retval = _struct->get_int(_struct, key.GetStruct()); in GetInt()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap.h167 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable); member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap.h166 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable); member
/third_party/cef/libcef_dll/cpptoc/
Dvalue_cpptoc.cc440 GetStruct()->get_int = value_get_int; in CefValueCppToC()
Dlist_value_cpptoc.cc572 GetStruct()->get_int = list_value_get_int; in CefListValueCppToC()
/third_party/cef/include/capi/test/
Dcef_translator_test_capi.h87 int(CEF_CALLBACK* get_int)(struct _cef_translator_test_t* self);
/third_party/cef/libcef_dll/ctocpp/test/
Dtranslator_test_ctocpp.cc78 if (CEF_MEMBER_MISSING(_struct, get_int)) in GetInt()
84 int _retval = _struct->get_int(_struct); in GetInt()

12