Home
last modified time | relevance | path

Searched defs:const (Results 7901 - 7925 of 11683) sorted by relevance

1...<<311312313314315316317318319320>>...468

/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc189 BreakTime( const time_point<seconds>& tp) const BreakTime() argument
227 MakeTime(const civil_second& cs) const MakeTime() argument
294 NextTransition(const time_point<seconds>&, time_zone::civil_transition*) const NextTransition() argument
299 PrevTransition(const time_point<seconds>&, time_zone::civil_transition*) const PrevTransition() argument
304 Version() const Version() argument
308 Description() const Description() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcharconv_bigint.cc339 ToString() const ToString() argument
[all...]
H A Dchar_map.h50 constexpr bool contains(unsigned char c) const { in contains() argument
55 bool IntersectsWith(const Charmap& c) const { in IntersectsWith() argument
62 bool IsZero() const { in IsZero() argument
[all...]
H A Dcordz_info.cc271 CordzInfo* CordzInfo::Next(const CordzSnapsho argument
421 GetStack() const GetStack() argument
425 GetParentStack() const GetParentStack() argument
429 GetCordzStatistics() const GetCordzStatistics() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dchecker.h117 constexpr ConvParser SetFormat(string_view format) const { in SetFormat() argument
121 constexpr ConvParser SetArgs(ConvList args) const { in SetArgs() argument
125 constexpr ConvParser SetError(bool error) const { in SetError() argument
130 constexpr ConvParser SetArgPosition(int arg_position) const { in SetArgPosition() argument
136 ConsumeNextArg(char conv) const ConsumeNextArg() argument
143 VerifyPositional(Integer i, char conv) const VerifyPositional() argument
148 ParseArgPosition(Integer arg) const ParseArgPosition() argument
153 ParseFlags() const ParseFlags() argument
160 ParseWidth() const ParseWidth() argument
175 ParsePrecision() const ParsePrecision() argument
188 ParseLength() const ParseLength() argument
194 ParseConversion() const ParseConversion() argument
221 Run() const Run() argument
230 format() const format() argument
231 args() const args() argument
232 error() const error() argument
233 is_positional() const is_positional() argument
285 RunImpl(bool is_positional) const RunImpl() argument
295 ValidateArg(ConvParser conv) const ValidateArg() argument
308 Run() const Run() argument
[all...]
H A Dbind.cc139 Append(string_view s) const Append() argument
141 ConvertOne(const BoundConversion& bound, string_view ) const ConvertOne() argument
153 Append(string_view s) const Append() argument
155 ConvertOne(const BoundConversion& bound, string_view ) const ConvertOne() argument
203 Print(std::ostream& os) const Print() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dvariant.h665 operator ()(SizeT<absl::variant_npos> ) const operator ()() argument
[all...]
/third_party/skia/experimental/graphite/src/
H A DGraphicsPipelineDesc.h40 constexpr bool isInitialized() const { return fGPUType != SLType::kVoid; } in isInitialized() argument
42 constexpr const char* name() const { return fName; } in name() argument
43 constexpr VertexAttribType cpuType() const { return fCPUType; } in cpuType() argument
44 constexpr SLType gpuType() const { return fGPUType; } in gpuType() argument
47 constexpr size_t sizeAlign4() const { retur argument
68 operator !=(const Iter& that) const operator !=() argument
69 operator *() const operator *() argument
95 begin() const begin() argument
96 end() const end() argument
98 count() const count() argument
99 stride() const stride() argument
124 asKey() const asKey() argument
129 keyLength() const keyLength() argument
133 operator ==(const GraphicsPipelineDesc& that) const operator ==() argument
137 operator !=(const GraphicsPipelineDesc& other) const operator !=() argument
150 testingOnlyShaderIndex() const testingOnlyShaderIndex() argument
162 numVertexAttributes() const numVertexAttributes() argument
163 vertexAttributes() const vertexAttributes() argument
164 numInstanceAttributes() const numInstanceAttributes() argument
165 instanceAttributes() const instanceAttributes() argument
167 hasVertexAttributes() const hasVertexAttributes() argument
168 hasInstanceAttributes() const hasInstanceAttributes() argument
175 vertexStride() const vertexStride() argument
176 instanceStride() const instanceStride() argument
259 size() const size() argument
[all...]
/third_party/skia/experimental/graphite/src/geom/
H A DRect.h62 AI bool operator==(Rect rect) const { return all(fVals == rect.fVals); } in operator ==() argument
63 AI bool operator!=(Rect rect) const { return any(fVals != rect.fVals); } in operator !=() argument
65 AI const float4& vals() const { return fVals; } // [left, top, -right, -bot]. in vals() argument
68 AI float x() const { return fVals.x(); } in x() argument
69 AI float y() const { return fVals.y(); } in y() argument
70 AI float left() const { return fVals.x(); } in left() argument
71 AI float top() const { return fVals.y(); } in top() argument
72 AI float right() const { retur in top() argument
73 bot() const bot() argument
74 topLeft() const topLeft() argument
75 botRight() const botRight() argument
76 ltrb() const ltrb() argument
85 asSkRect() const asSkRect() argument
91 isEmptyNegativeOrNaN() const isEmptyNegativeOrNaN() argument
96 size() const size() argument
98 center() const center() argument
103 area() const area() argument
115 intersects(ComplementRect comp) const intersects() argument
116 contains(Rect rect) const contains() argument
121 makeRoundIn() const makeRoundIn() argument
122 makeRoundOut() const makeRoundOut() argument
123 makeInset(float inset) const makeInset() argument
124 makeInset(float2 inset) const makeInset() argument
125 makeOutset(float outset) const makeOutset() argument
126 makeOutset(float2 outset) const makeOutset() argument
127 makeOffset(float2 offset) const makeOffset() argument
128 makeJoin(Rect rect) const makeJoin() argument
129 makeIntersect(Rect rect) const makeIntersect() argument
130 makeSorted() const makeSorted() argument
[all...]
/third_party/skia/include/core/
H A DSkImage.h571 imageInfo() const imageInfo() argument
577 width() const width() argument
583 height() const height() argument
589 dimensions() const dimensions() argument
595 bounds() const bounds() argument
603 uniqueID() const uniqueID() argument
667 isOpaque() const isOpaque() argument
675 makeShader(SkTileMode tmx, SkTileMode tmy, const SkSamplingOptions& sampling, const SkMatrix& lm) const makeShader() argument
679 makeShader(const SkSamplingOptions& sampling, const SkMatrix& lm) const makeShader() argument
682 makeShader(const SkSamplingOptions& sampling, const SkMatrix* lm = nullptr) const makeShader() argument
743 flush(GrDirectContext* context) const flush() argument
[all...]
H A DSkRect.h1385 contains(const SkRect& r) const contains() argument
[all...]
H A DSkRegion.h98 bool operator!=(const SkRegion& other) const { in operator !=() argument
139 isEmpty() const isEmpty() argument
145 isRect() const isRect() argument
151 isComplex() const isComplex() argument
158 getBounds() const getBounds() argument
303 quickContains(const SkIRect& r) const quickContains() argument
320 quickReject(const SkIRect& rect) const quickReject() argument
332 quickReject(const SkRegion& rgn) const quickReject() argument
481 done() const done() argument
494 rect() const rect() argument
500 rgn() const rgn() argument
544 rect() const rect() argument
[all...]
H A DSkRefCnt.h49 bool unique() const { in unique() argument
61 void ref() const { in ref() argument
71 void unref() const { in unref() argument
85 int32_t getRefCnt() const { in getRefCnt() argument
93 virtual void internal_dispose() const { in internal_dispose() argument
122 void deref() const { this->unref(); } in deref() argument
174 bool unique() const { return 1 == fRefCnt.load(std::memory_order_acquire); } in unique() argument
175 void ref() const { (voi in unique() argument
176 unref() const unref() argument
183 deref() const deref() argument
190 refCntGreaterThan(int32_t threadIsolatedTestCnt) const refCntGreaterThan() argument
291 operator *() const operator *() argument
296 operator bool() const operator bool() argument
298 get() const get() argument
299 operator ->() const operator ->() argument
[all...]
/third_party/skia/include/private/
H A DSkTDArray.h89 bool isEmpty() const { return fCount == 0; } in isEmpty() argument
90 bool empty() const { retur in isEmpty() argument
95 count() const count() argument
96 size() const size() argument
103 reserved() const reserved() argument
108 bytes() const bytes() argument
111 begin() const begin() argument
113 end() const end() argument
260 copyRange(T* dst, int index, int max) const copyRange() argument
271 copy(T* dst) const copy() argument
278 top() const top() argument
324 validate() const validate() argument
[all...]
/third_party/skia/modules/androidkit/src/
H A DGradients.cpp38 int count() const { return fCount; } in count() argument
40 const SkColor4f* colors() const { return reinterpret_cast<const SkColor4f*>(fColors); } in colors() argument
41 const float* pos() const { return fPos; } in pos() argument
42 const SkTileMod in pos() argument
43 localMatrix() const localMatrix() argument
[all...]
/third_party/skia/modules/skottie/include/
H A DSkottie.h116 const Stats& getStats() const { return fStats; } in getStats() argument
247 duration() const duration() argument
252 fps() const fps() argument
257 inPoint() const inPoint() argument
262 outPoint() const outPoint() argument
264 version() const version() argument
265 size() const size() argument
[all...]
/third_party/skia/modules/skottie/src/
H A DSkottieTool.cpp216 report() const report() argument
[all...]
/third_party/skia/modules/skottie/src/effects/
H A DSphereEffect.cpp420 attachSphereEffect( const skjson::ArrayValue& jprops, sk_sp<sksg::RenderNode> layer) const attachSphereEffect() argument
[all...]
H A DMotionTileEffect.cpp234 attachMotionTileEffect(const skjson::ArrayValue& jprops, sk_sp<sksg::RenderNode> layer) const attachMotionTileEffect() argument
[all...]
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DShapeLayer.cpp164 attachShape(const skjson::ArrayValue* jshape, AttachShapeContext* ctx, bool suppress_draws) const attachShape() argument
360 attachShapeLayer(const skjson::ObjectValue& layer, LayerInfo*) const attachShapeLayer() argument
[all...]
/third_party/skia/modules/skottie/src/text/
H A DRangeSelector.cpp109 size_t size() const { return fDomainSize; } in size() argument
111 void operator()(float amount, size_t offset, size_t count) const { in operator ()() argument
117 void add_proc(float amount, size_t offset, size_t count) const { in add_proc() argument
126 void domain_map_proc(float amount, size_t offset, size_t count) const { in domain_map_proc() argument
319 resolve(size_t len) const resolve() argument
349 modulateCoverage(const TextAnimator::DomainMaps& maps, TextAnimator::ModulatorBuffer& mbuf) const modulateCoverage() argument
[all...]
/third_party/skia/modules/skparagraph/src/
H A DFontCollection.cpp38 bool FontCollection::FamilyKey::operator==(const FontCollection::FamilyKey& other) const { in operator ==() argument
44 size_t FontCollection::FamilyKey::Hasher::operator()(const FontCollection::FamilyKey& key) const { in operator ()() argument
66 size_t FontCollection::getFontManagersCount() const { in getFontManagersCount() argument
134 getFontManagerOrder() const global() argument
137 getFontManagerOrder() const global() argument
[all...]
H A DParagraphBuilderImpl.cpp228 getParagraphStyle() const getParagraphStyle() argument
[all...]
/third_party/skia/modules/skplaintexteditor/include/
H A Deditor.h28 int getHeight() const { return fHeight; } in getHeight() argument
34 const SkFont& font() const { return fFont; } in font() argument
53 Text text() const { return Text{fLines}; } in text() argument
56 int lineHeight(size_t index) const { retur argument
84 lineCount() const lineCount() argument
85 line(size_t i) const line() argument
[all...]
/third_party/skia/modules/skshaper/src/
H A DSkShaper_coretext.cpp63 void SkShaper_CoreText::shape(const char* utf8, size_t utf8Bytes, in shape() argument
87 shape(const char* utf8, size_t utf8Bytes, FontRunIterator& font, BiDiRunIterator& bidi, ScriptRunIterator&, LanguageRunIterator&, const Feature*, size_t, SkScalar width, RunHandler* handler) const shape() argument
183 mapIndex(size_t index) const mapIndex() argument
[all...]

Completed in 17 milliseconds

1...<<311312313314315316317318319320>>...468