Home
last modified time | relevance | path

Searched defs:pos (Results 476 - 500 of 6368) sorted by relevance

1...<<11121314151617181920>>...255

/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dbit_reader_inl_utils.h117 const int pos = br->bits_; in VP8GetBit() local
146 const int pos = br->bits_; in VP8GetSigned() local
169 const int pos = br->bits_; in VP8GetBitAlt() local
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dchunked_example.c30 callback(void *cls, uint64_t pos, char *buf, size_t max) callback() argument
H A Dminimal_example_comet.c29 data_generator (void *cls, uint64_t pos, char *buf, size_t max) in data_generator() argument
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dtest_postprocessor_large.c44 unsigned int *pos = cls; in value_checker() local
69 unsigned int pos; in test_simple_large() local
/third_party/skia/tests/
H A DShaderImageFilterTest.cpp33 SkScalar pos[] = {0, SK_ScalarHalf, SK_Scalar1}; in test_unscaled() local
81 SkScalar pos[] = {0, SK_ScalarHalf, SK_Scalar1}; in test_scaled() local
/third_party/skia/src/sksl/dsl/
H A DDSLFunction.cpp75 void DSLFunction::define(DSLBlock block, PositionInfo pos) { in define() argument
110 DSLExpression DSLFunction::call(SkTArray<DSLWrapper<DSLExpression>> args, PositionInfo pos) { in call() argument
119 DSLExpression DSLFunction::call(ExpressionArray args, PositionInfo pos) { in call() argument
24 init(DSLModifiers modifiers, const DSLType& returnType, skstd::string_view name, SkTArray<DSLParameter*> params, PositionInfo pos) init() argument
[all...]
H A DDSLStatement.cpp48 DSLStatement::DSLStatement(DSLPossibleExpression expr, PositionInfo pos) in DSLStatement() argument
51 DSLStatement::DSLStatement(DSLPossibleStatement stmt, PositionInfo pos) { in DSLStatement() argument
H A DDSLSymbols.cpp36 DSLPossibleExpression Symbol(skstd::string_view name, PositionInfo pos) { in Symbol() argument
48 void AddToSymbolTable(DSLVarBase& var, PositionInfo pos) { in AddToSymbolTable() argument
/third_party/optimized-routines/string/aarch64/
H A Dstrcmp.S36 #define pos x11 define
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-fallback-shape.cc97 hb_glyph_position_t *pos = buffer->pos; in _hb_fallback_shape() local
/third_party/pulseaudio/src/modules/
H A Dmodule-position-event-sounds.c54 static int parse_pos(const char *pos, double *f) { in parse_pos() argument
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_sanitizer_test.cc184 auto* pos = Var("pos", ty.i32(), ast::StorageClass::kNone, array_index); in TEST_F() local
224 auto* pos = in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_sanitizer_test.cc202 auto* pos = Var("pos", ty.i32(), ast::StorageClass::kNone, array_index); in TEST_F() local
234 auto* pos = in TEST_F() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestrie.cpp32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue() argument
49 jumpByDelta(const uint8_t *pos) jumpByDelta() argument
70 const uint8_t *pos=pos_; current() local
81 branchNext(const uint8_t *pos, int32_t length, int32_t inByte) branchNext() argument
151 nextImpl(const uint8_t *pos, int32_t inByte) nextImpl() argument
[all...]
H A Dbytestrieiterator.cpp106 const uint8_t *pos=pos_; in next() local
185 branchNext(const uint8_t *pos, int32_t length, UErrorCode &errorCode) branchNext() argument
[all...]
H A Ducharstrieiterator.cpp105 const UChar *pos=pos_; in next() local
186 branchNext(const UChar *pos, int32_t length, UErrorCode &errorCode) branchNext() argument
[all...]
H A Dutil_props.cpp28 int32_t ICU_Utility::parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit) { in parseInteger() argument
88 int32_t ICU_Utility::parsePattern(const UnicodeString& rule, int32_t pos, int32_t limit, in parsePattern() argument
146 parseUnicodeIdentifier(const UnicodeString& str, int32_t& pos) parseUnicodeIdentifier() argument
188 parseNumber(const UnicodeString& text, int32_t& pos, int8_t radix) parseNumber() argument
[all...]
/third_party/toybox/toys/other/
H A Dhexedit.c120 long long pos = 0, y; in hexedit_main() local
[all...]
H A Dmodinfo.c44 char *buf = 0, *pos, *modinfo_tags[] = { in modinfo_file() local
H A Dxxd.c43 long long pos = 0; in do_xxd() local
123 long long pos; in do_xxd_reverse() local
/third_party/toybox/toys/posix/
H A Dwc.c76 int pos, done = 0, len2 = read(fd, toybuf+len, sizeof(toybuf)-len); in do_wc() local
[all...]
/third_party/python/Include/cpython/
H A Dmodsupport.h56 int pos; /* number of positional-only arguments */ member
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_replace.h167 size_t pos = s.find(old); in FindSubstitutions() local
H A Dstr_split.cc41 GenericFind(absl::string_view text, absl::string_view delimiter, size_t pos, FindPolicy find_policy) GenericFind() argument
[all...]
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DTwoPointConicalGradient.java14 TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, int[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) TwoPointConicalGradient() argument
21 TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, int[] colors, float[] pos, TileMode tm) TwoPointConicalGradient() argument
27 TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, float[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) TwoPointConicalGradient() argument
34 TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, float[] colors, float[] pos, TileMode tm) TwoPointConicalGradient() argument
40 nMakeTwoPointConical(float x0, float y0, float r0, float x1, float y1, float r1, float[] colors, float[] pos, int tilemode, long nativeLocalMatrix) nMakeTwoPointConical() argument

Completed in 9 milliseconds

1...<<11121314151617181920>>...255