Home
last modified time | relevance | path

Searched refs:pos (Results 1 – 25 of 120) sorted by relevance

12345

/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLLayout.h22 DSLLayout& originUpperLeft(Position pos = {}) {
26 DSLLayout& pushConstant(Position pos = {}) {
35 DSLLayout& color(Position pos = {}) {
41 "location", pos);
46 pos);
51 "binding", pos);
54 DSLLayout& index(int index, Position pos = {}) {
58 DSLLayout& set(int set, Position pos = {}) {
64 "builtin", pos);
71 pos);
[all …]
H A DDSLCore.h91 DSLStatement Break(Position pos = {});
96 DSLStatement Continue(Position pos = {});
134 DSLStatement Discard(Position pos = {});
151 Position pos = {});
161 Position pos = {});
194 Position pos = {});
211 Position pos = {});
218 Position pos = {},
224 Position pos = {},
272 Position pos = {});
[all …]
H A DDSLExpression.h104 void setPosition(Position pos);
111 DSLExpression x(Position pos = {});
113 DSLExpression y(Position pos = {});
115 DSLExpression z(Position pos = {});
117 DSLExpression w(Position pos = {});
119 DSLExpression r(Position pos = {});
121 DSLExpression g(Position pos = {});
123 DSLExpression b(Position pos = {});
125 DSLExpression a(Position pos = {});
270 void reportErrors(Position pos);
[all …]
H A DDSLVar.h55 Position pos, Position namePos);
165 Position pos = {}, Position namePos = {})
169 Position pos = {}, Position namePos = {})
216 Position pos = {}, Position namePos = {})
220 Position pos = {}, Position namePos = {})
256 DSLExpression eval(DSLExpression x, Position pos = {});
263 Position pos = {});
266 DSLExpression eval(ExpressionArray args, Position pos);
281 Position pos = {}, Position namePos = {})
288 Position pos = {}, Position namePos = {})
[all …]
H A DDSLType.h85 DSLType(TypeConstant tc, Position pos = {})
87 , fPosition(pos) {} in fTypeConstant()
89 DSLType(const SkSL::Type* type, Position pos = {});
91 DSLType(std::string_view name, Position pos = {});
95 Position pos = {});
225 DSLType Array(const DSLType& base, int count, Position pos = {});
230 Position pos = {})
231 : DSLField(DSLModifiers(), type, name, pos) {} in DSLField() argument
234 Position pos = {})
238 , fPosition(pos) {} in fModifiers()
[all …]
H A DDSLModifiers.h35 DSLModifiers(int flags = 0, Position pos = {})
36 : DSLModifiers(DSLLayout(), flags, pos) {} in DSLModifiers() argument
38 DSLModifiers(DSLLayout layout, int flags = 0, Position pos = {})
40 , fPosition(pos) {}
54 friend DSLType Struct(std::string_view name, SkSpan<DSLField> fields, Position pos);
H A DDSLFunction.h54 SkTArray<DSLParameter*> parameters, Position pos = {}) {
55 this->init(DSLModifiers(), returnType, name, std::move(parameters), pos);
59 SkTArray<DSLParameter*> parameters, Position pos = {}) {
60 this->init(modifiers, returnType, name, std::move(parameters), pos);
74 void define(DSLBlock block, Position pos = {});
91 Position pos = {});
93 DSLExpression call(ExpressionArray args, Position pos = {});
111 SkTArray<DSLParameter*> params, Position pos);
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLLayout.h22 DSLLayout& originUpperLeft(Position pos = {}) {
26 DSLLayout& pushConstant(Position pos = {}) {
35 DSLLayout& color(Position pos = {}) {
41 "location", pos);
46 pos);
51 "binding", pos);
54 DSLLayout& index(int index, Position pos = {}) {
58 DSLLayout& set(int set, Position pos = {}) {
64 "builtin", pos);
71 pos);
[all …]
H A DDSLCore.h90 DSLStatement Break(Position pos = {});
95 DSLStatement Continue(Position pos = {});
133 DSLStatement Discard(Position pos = {});
150 Position pos = {});
160 Position pos = {});
204 Position pos = {});
211 Position pos = {},
217 Position pos = {},
224 Position pos = {},
265 Position pos = {});
[all …]
H A DDSLExpression.h51 DSLExpression(float value, Position pos = {});
62 DSLExpression(int value, Position pos = {});
99 void setPosition(Position pos);
106 DSLExpression x(Position pos = {});
108 DSLExpression y(Position pos = {});
110 DSLExpression z(Position pos = {});
112 DSLExpression w(Position pos = {});
114 DSLExpression r(Position pos = {});
116 DSLExpression g(Position pos = {});
118 DSLExpression b(Position pos = {});
[all …]
H A DDSLType.h86 DSLType(TypeConstant tc, Position pos = {});
88 DSLType(const SkSL::Type* type, Position pos = {});
90 DSLType(std::string_view name, Position pos = {});
94 Position pos = {});
231 DSLType Array(const DSLType& base, int count, Position pos = {});
233 DSLType UnsizedArray(const DSLType& base, Position pos = {});
238 Position pos = {})
239 : DSLField(DSLModifiers(), type, name, pos) {} in DSLField() argument
242 Position pos = {})
246 , fPosition(pos) {} in fModifiers()
[all …]
H A DDSLVar.h37 DSLExpression initialValue, Position pos, Position namePos);
40 std::string_view name, DSLExpression initialValue, Position pos, Position namePos);
152 Position pos = {}, Position namePos = {});
173 Position pos = {}, Position namePos = {});
177 Position pos = {}, Position namePos = {});
190 DSLExpression eval(DSLExpression x, Position pos = {});
196 DSLExpression eval(DSLExpression x, DSLExpression y, Position pos = {});
199 DSLExpression eval(ExpressionArray args, Position pos);
201 std::unique_ptr<SkSL::Expression> methodCall(std::string_view methodName, Position pos);
213 DSLParameter(DSLType type, std::string_view name, Position pos = {}, Position namePos = {});
[all …]
H A DDSLModifiers.h35 DSLModifiers(int flags = 0, Position pos = {})
36 : DSLModifiers(DSLLayout(), flags, pos) {} in DSLModifiers() argument
38 DSLModifiers(DSLLayout layout, int flags = 0, Position pos = {})
40 , fPosition(pos) {}
58 friend DSLType Struct(std::string_view name, SkSpan<DSLField> fields, Position pos);
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/effects/
H A DSkGradientShader.h84 return MakeLinear(pts, colors, pos, count, mode, 0, nullptr); in MakeLinear()
103 const SkScalar pos[], int count, SkTileMode mode,
107 const SkScalar pos[], int count, SkTileMode mode);
129 return MakeRadial(center, radius, colors, pos, count, mode, 0, nullptr); in MakeRadial()
147 const SkScalar pos[], int count, SkTileMode mode,
151 const SkScalar pos[], int count, SkTileMode mode);
214 return MakeSweep(cx, cy, colors, pos, count, SkTileMode::kClamp, 0, 360, flags, in MakeSweep()
219 return MakeSweep(cx, cy, colors, pos, count, 0, nullptr); in MakeSweep()
240 const SkScalar pos[], int count,
246 const SkScalar pos[], int count,
[all …]
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/effects/
H A DSkGradientShader.h107 const SkScalar pos[], int count, SkTileMode mode,
112 const SkScalar pos[], int count, SkTileMode mode,
114 return MakeLinear(pts, colors, std::move(colorSpace), pos, count, mode,
151 const SkScalar pos[], int count, SkTileMode mode,
156 const SkScalar pos[], int count, SkTileMode mode,
158 return MakeRadial(center, radius, colors, std::move(colorSpace), pos, count, mode,
196 std::move(colorSpace), pos, count, mode,
232 return MakeSweep(cx, cy, colors, pos, count, SkTileMode::kClamp, 0, 360, flags,
262 const SkScalar pos[], int count,
269 const SkScalar pos[], int count, in MakeSweep() argument
[all …]
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/effects/
H A DSkGradientShader.h146 const SkScalar pos[], int count, SkTileMode mode,
151 const SkScalar pos[], int count, SkTileMode mode,
153 return MakeLinear(pts, colors, std::move(colorSpace), pos, count, mode,
196 const SkScalar pos[], int count, SkTileMode mode,
201 const SkScalar pos[], int count, SkTileMode mode,
203 return MakeRadial(center, radius, colors, std::move(colorSpace), pos, count, mode,
241 std::move(colorSpace), pos, count, mode,
280 return MakeSweep(cx, cy, colors, pos, count, SkTileMode::kClamp, 0, 360, flags,
313 const SkScalar pos[], int count,
320 const SkScalar pos[], int count, in MakeSweep() argument
[all …]
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/effects/
H A DSkGradientShader.h146 const SkScalar pos[], int count, SkTileMode mode,
151 const SkScalar pos[], int count, SkTileMode mode,
153 return MakeLinear(pts, colors, std::move(colorSpace), pos, count, mode,
196 const SkScalar pos[], int count, SkTileMode mode,
201 const SkScalar pos[], int count, SkTileMode mode,
203 return MakeRadial(center, radius, colors, std::move(colorSpace), pos, count, mode,
241 std::move(colorSpace), pos, count, mode,
280 return MakeSweep(cx, cy, colors, pos, count, SkTileMode::kClamp, 0, 360, flags,
313 const SkScalar pos[], int count,
320 const SkScalar pos[], int count, in MakeSweep() argument
[all …]
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/effects/
H A DSkGradientShader.h146 const SkScalar pos[], int count, SkTileMode mode,
151 const SkScalar pos[], int count, SkTileMode mode,
153 return MakeLinear(pts, colors, std::move(colorSpace), pos, count, mode,
196 const SkScalar pos[], int count, SkTileMode mode,
201 const SkScalar pos[], int count, SkTileMode mode,
203 return MakeRadial(center, radius, colors, std::move(colorSpace), pos, count, mode,
241 std::move(colorSpace), pos, count, mode,
280 return MakeSweep(cx, cy, colors, pos, count, SkTileMode::kClamp, 0, 360, flags,
313 const SkScalar pos[], int count,
320 const SkScalar pos[], int count, in MakeSweep() argument
[all …]
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/effects/
H A DSkGradientShader.h146 const SkScalar pos[], int count, SkTileMode mode,
151 const SkScalar pos[], int count, SkTileMode mode,
153 return MakeLinear(pts, colors, std::move(colorSpace), pos, count, mode,
196 const SkScalar pos[], int count, SkTileMode mode,
201 const SkScalar pos[], int count, SkTileMode mode,
203 return MakeRadial(center, radius, colors, std::move(colorSpace), pos, count, mode,
241 std::move(colorSpace), pos, count, mode,
280 return MakeSweep(cx, cy, colors, pos, count, SkTileMode::kClamp, 0, 360, flags,
313 const SkScalar pos[], int count,
320 const SkScalar pos[], int count, in MakeSweep() argument
[all …]
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/effects/
H A DSkGradientShader.h146 const SkScalar pos[], int count, SkTileMode mode,
151 const SkScalar pos[], int count, SkTileMode mode,
153 return MakeLinear(pts, colors, std::move(colorSpace), pos, count, mode,
196 const SkScalar pos[], int count, SkTileMode mode,
201 const SkScalar pos[], int count, SkTileMode mode,
203 return MakeRadial(center, radius, colors, std::move(colorSpace), pos, count, mode,
241 std::move(colorSpace), pos, count, mode,
280 return MakeSweep(cx, cy, colors, pos, count, SkTileMode::kClamp, 0, 360, flags,
313 const SkScalar pos[], int count,
320 const SkScalar pos[], int count, in MakeSweep() argument
[all …]
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/effects/
H A DSkGradientShader.h146 const SkScalar pos[], int count, SkTileMode mode,
151 const SkScalar pos[], int count, SkTileMode mode,
153 return MakeLinear(pts, colors, std::move(colorSpace), pos, count, mode,
196 const SkScalar pos[], int count, SkTileMode mode,
201 const SkScalar pos[], int count, SkTileMode mode,
203 return MakeRadial(center, radius, colors, std::move(colorSpace), pos, count, mode,
241 std::move(colorSpace), pos, count, mode,
280 return MakeSweep(cx, cy, colors, pos, count, SkTileMode::kClamp, 0, 360, flags,
313 const SkScalar pos[], int count,
320 const SkScalar pos[], int count, in MakeSweep() argument
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/FBLazyVector/FBLazyVector/
H A DABI48_0_0FBLazyVector.h51 const_reference at(size_type pos) const { in at() argument
53 if (!(pos < _size)) in at()
56 assert(pos < _size || !"out of range"); in at()
58 return _convert(_v[pos]); in at()
61 const_reference operator[](size_type pos) const {
62 assert(pos < _size);
63 return _convert(_v[pos]);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/FBLazyVector/FBLazyVector/
H A DABI47_0_0FBLazyVector.h49 const_reference at(size_type pos) const { in at() argument
51 if (!(pos < _size)) throw std::out_of_range("out of range"); in at()
53 assert(pos < _size || !"out of range"); in at()
55 return _convert(_v[pos]); in at()
58 const_reference operator[](size_type pos) const {
59 assert(pos < _size);
60 return _convert(_v[pos]);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/FBLazyVector/FBLazyVector/
H A DABI49_0_0FBLazyVector.h51 const_reference at(size_type pos) const { in at() argument
53 if (!(pos < _size)) in at()
56 assert(pos < _size || !"out of range"); in at()
58 return _convert(_v[pos]); in at()
61 const_reference operator[](size_type pos) const {
62 assert(pos < _size);
63 return _convert(_v[pos]);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/WebPerformance/
H A DABI49_0_0PerformanceEntryReporter.h186 size_t pos = (bufferPosition - entryCount + buffer.size()) % buffer.size(); variable
188 if (entryName == nullptr || buffer[pos].name == entryName) {
189 res.push_back(buffer[pos].toRawPerformanceEntry());
191 pos = (pos + 1) % buffer.size();
205 size_t pos = (bufferPosition - entryCount + buffer.size()) % buffer.size(); in clearCircularBuffer() local
207 if (buffer[pos].name != entryName) { in clearCircularBuffer()
208 newBuffer[newEntryCount++] = buffer[pos]; in clearCircularBuffer()
210 pos = (pos + 1) % buffer.size(); in clearCircularBuffer()

12345