Home
last modified time | relevance | path

Searched refs:get_int (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/src/codec/
H A 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(buffe in ReadHeader()
[all...]
H A DSkIcoCodec.cpp104 uint32_t size = get_int(entryBuffer, 8); in MakeFromStream()
109 uint32_t offset = get_int(entryBuffer, 12); in MakeFromStream()
H A DSkCodecPriv.h166 static inline uint32_t get_int(const uint8_t* buffer, uint32_t i) { in get_int() function
/third_party/toybox/toys/pending/
H A 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/ffmpeg/libavformat/
H A Dmvi.c34 unsigned int (*get_int)(AVIOContext *); member
96 mvi->get_int = (vst->codecpar->width * (int64_t)vst->codecpar->height < (1 << 16)) ? avio_rl16 : avio_rl24; in read_header()
119 mvi->video_frame_size = (mvi->get_int)(pb); in read_packet()
/third_party/python/Lib/lib2to3/
H A 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/skia/src/ports/
H A 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),
427 SkScalar width = map_ranges(get_int(pattern, FC_WIDTH, FC_WIDTH_NORMAL),
431 switch (get_int(pattern, FC_SLANT, FC_SLANT_ROMAN)) {
673 int face_index = get_int(match, FC_INDEX, 0);
H A 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),
337 SkScalar width = map_ranges(get_int(pattern, FC_WIDTH, FC_WIDTH_NORMAL),
341 switch (get_int(pattern, FC_SLANT, FC_SLANT_ROMAN)) {
467 *ttcIndex = get_int(fPattern, FC_INDEX, 0);
556 FC_PROPORTIONAL != get_int(pattern, FC_SPACING, FC_PROPORTIONAL))
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap.h162 * get_int - Get an integer EAPOL state variable
167 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable); member
H A Deap.c71 return sm->eapol_cb->get_int(sm->eapol_ctx, var); in eapol_get_int()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap.h161 * get_int - Get an integer EAPOL state variable
166 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable); member
H A Deap.c72 return sm->eapol_cb->get_int(sm->eapol_ctx, var); in eapol_get_int()
/third_party/node/deps/v8/src/diagnostics/
H A Dbasic-block-profiler.cc88 block_ids_.push_back(block_ids.get_int(i)); in CopyFromJSHeap()
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslation-array.cc31 const int size = buffer_.get_int(kUncompressedSizeOffset); in TranslationArrayIterator()
/third_party/node/deps/v8/src/objects/
H A Dfixed-array.h531 inline int get_int(int index) const;
H A Dfixed-array-inl.h593 int ByteArray::get_int(int index) const { in get_int() function in v8::internal::ByteArray

Completed in 17 milliseconds