Home
last modified time | relevance | path

Searched defs:pos (Results 276 - 300 of 6362) sorted by relevance

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

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dtest.cc76 hb_glyph_position_t *pos = &positions[i]; in main() local
/third_party/skia/third_party/externals/tint/src/
H A Ddemangler.cc35 size_t pos = 0; in Demangle() local
/third_party/skia/tools/viewer/
H A DSkRiveSlide.cpp30 const auto& pos = ab->getTranslation(); in load() local
/third_party/skia/third_party/externals/icu/source/common/
H A Druleiter.h48 ParsePosition& pos; member in RuleCharacterIterator
138 int32_t pos; member
H A Dstringpiece.cpp21 StringPiece::StringPiece(const StringPiece& x, int32_t pos) { in StringPiece() argument
31 StringPiece::StringPiece(const StringPiece& x, int32_t pos, int32_t len) { in StringPiece() argument
[all...]
/third_party/toybox/toys/pending/
H A Dfold.c42 int pos = 0, split = -1; in do_fold() local
[all...]
/third_party/toybox/toys/posix/
H A Dsplit.c39 unsigned long bytesleft, linesleft, filenum, len, pos; in do_split() local
H A Dtest.c94 int pos, paren, pstack, result = 0; in test_main() local
[all...]
/third_party/pulseaudio/src/modules/raop/
H A Draop-packet-buffer.c46 size_t pos; member
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_replace.cc35 size_t pos = 0; in ApplySubstitutions() local
/third_party/skia/modules/svg/src/
H A DSkSVGRadialGradient.cpp24 onMakeShader(const SkSVGRenderContext& ctx, const SkColor4f* colors, const SkScalar* pos, int count, SkTileMode tm, const SkMatrix& m) const onMakeShader() argument
H A DSkSVGCircle.cpp31 SkPoint pos; in onDraw() local
41 SkPoint pos; in onAsPath() local
[all...]
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DGradient.java15 long make(float[] colors, float[] pos, int tileMode, long nativeLocalMatrix); in make() argument
18 protected Gradient(int[] colors, float[] pos, TileMode tm, Matrix lm, in Gradient() argument
23 protected Gradient(float[] colors, float[] pos, TileMode tm, Matrix lm, in Gradient() argument
28 private static long makeGradient(int[] colors, float[] pos, TileMode tm, Matrix lm, in makeGradient() argument
46 private static long makeGradient(float[] colors, float[] pos, TileMode tm, Matrix lm, in makeGradient() argument
[all...]
H A DLinearGradient.java14 LinearGradient(float x0, float y0, float x1, float y1, int[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) LinearGradient() argument
21 LinearGradient(float x0, float y0, float x1, float y1, int[] colors, float[] pos, TileMode tm) LinearGradient() argument
26 LinearGradient(float x0, float y0, float x1, float y1, float[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) LinearGradient() argument
33 LinearGradient(float x0, float y0, float x1, float y1, float[] colors, float[] pos, TileMode tm) LinearGradient() argument
38 nMakeLinear(float x0, float y0, float x1, float y1, float[] colors, float[] pos, int tilemode, long nativeLocalMatrix) nMakeLinear() argument
H A DSweepGradient.java14 SweepGradient(float x, float y, float startAngle, float endAngle, int[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) SweepGradient() argument
21 SweepGradient(float x, float y, float startAngle, float endAngle, int[] colors, float[] pos, TileMode tm) SweepGradient() argument
26 SweepGradient(float x, float y, int[] colors, float[] pos) SweepGradient() argument
31 SweepGradient(float x, float y, float startAngle, float endAngle, float[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) SweepGradient() argument
38 SweepGradient(float x, float y, float startAngle, float endAngle, float[] colors, float[] pos, TileMode tm) SweepGradient() argument
43 SweepGradient(float x, float y, float[] colors, float[] pos) SweepGradient() argument
48 nMakeSweep(float x, float y, float sa, float ea, float[] colors, float[] pos, int tilemode, long nativeLocalMatrix) nMakeSweep() argument
[all...]
H A DRadialGradient.java14 public RadialGradient(float x, float y, float r, int[] colors, float[] pos, TileMode tm, in RadialGradient() argument
25 public RadialGradient(float x, float y, float r, float[] colors, float[] pos, TileMode tm, in RadialGradient() argument
36 private static native long nMakeRadial(float x, float y, float r, float[] colors, float[] pos, in nMakeRadial() argument
20 RadialGradient(float x, float y, float r, int[] colors, float[] pos, TileMode tm) RadialGradient() argument
31 RadialGradient(float x, float y, float r, float[] colors, float[] pos, TileMode tm) RadialGradient() argument
/third_party/skia/docs/examples/
H A Dradial_gradient_test.cpp14 SkScalar pos[] = {0, 0, 1, 1}; in REG_FIDDLE() local
H A DSKIA_LOGO_ANIMATE.cpp71 float pos = frame > 0.5 ? 1 : frame * 2; in REG_FIDDLE_ANIMATED() local
/third_party/skia/gm/
H A Dfillrect_gradient.cpp38 float pos; member
H A Dblurroundrect.cpp40 const SkScalar pos[] = { SK_Scalar1/4, SK_Scalar1*3/4 }; in MakeRadial() local
H A Dtextblobshader.cpp78 SkScalar pos[SK_ARRAY_COUNT(colors)]; variable
H A Dcrbug_938592.cpp25 static constexpr SkScalar pos[] = {0.f, 9.f / 20, 9.f / 20, 11.f / 20, 11.f / 20, 20.f / 20}; in DEF_SIMPLE_GM() local
/third_party/selinux/libsepol/cil/src/
H A Dcil_stack.c107 cil_stack_peek_at(struct cil_stack *stack, int pos) cil_stack_peek_at() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha1-prf.c34 size_t pos, plen; in sha1_prf() local
H A Dsha1-tprf.c33 size_t pos, plen; in sha1_t_prf() local

Completed in 7 milliseconds

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