| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | test.cc | 76 hb_glyph_position_t *pos = &positions[i]; in main() local
|
| /third_party/skia/third_party/externals/tint/src/ |
| H A D | demangler.cc | 35 size_t pos = 0; in Demangle() local
|
| /third_party/skia/tools/viewer/ |
| H A D | SkRiveSlide.cpp | 30 const auto& pos = ab->getTranslation(); in load() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ruleiter.h | 48 ParsePosition& pos; member in RuleCharacterIterator 138 int32_t pos; member
|
| H A D | stringpiece.cpp | 21 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 D | fold.c | 42 int pos = 0, split = -1; in do_fold() local [all...] |
| /third_party/toybox/toys/posix/ |
| H A D | split.c | 39 unsigned long bytesleft, linesleft, filenum, len, pos; in do_split() local
|
| H A D | test.c | 94 int pos, paren, pstack, result = 0; in test_main() local [all...] |
| /third_party/pulseaudio/src/modules/raop/ |
| H A D | raop-packet-buffer.c | 46 size_t pos; member
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | str_replace.cc | 35 size_t pos = 0; in ApplySubstitutions() local
|
| /third_party/skia/modules/svg/src/ |
| H A D | SkSVGRadialGradient.cpp | 24 onMakeShader(const SkSVGRenderContext& ctx, const SkColor4f* colors, const SkScalar* pos, int count, SkTileMode tm, const SkMatrix& m) const onMakeShader() argument
|
| H A D | SkSVGCircle.cpp | 31 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 D | Gradient.java | 15 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 D | LinearGradient.java | 14 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 D | SweepGradient.java | 14 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 D | RadialGradient.java | 14 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 D | radial_gradient_test.cpp | 14 SkScalar pos[] = {0, 0, 1, 1}; in REG_FIDDLE() local
|
| H A D | SKIA_LOGO_ANIMATE.cpp | 71 float pos = frame > 0.5 ? 1 : frame * 2; in REG_FIDDLE_ANIMATED() local
|
| /third_party/skia/gm/ |
| H A D | fillrect_gradient.cpp | 38 float pos; member
|
| H A D | blurroundrect.cpp | 40 const SkScalar pos[] = { SK_Scalar1/4, SK_Scalar1*3/4 }; in MakeRadial() local
|
| H A D | textblobshader.cpp | 78 SkScalar pos[SK_ARRAY_COUNT(colors)]; variable
|
| H A D | crbug_938592.cpp | 25 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 D | cil_stack.c | 107 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 D | sha1-prf.c | 34 size_t pos, plen; in sha1_prf() local
|
| H A D | sha1-tprf.c | 33 size_t pos, plen; in sha1_t_prf() local
|