Home
last modified time | relevance | path

Searched defs:const (Results 9376 - 9400 of 13162) sorted by relevance

1...<<371372373374375376377378379380>>...527

/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...]
H A DSkFont.h84 bool operator!=(const SkFont& font) const { return !(*this == font); } in operator !=() argument
91 bool isForceAutoHinting() const { return SkToBool(fFlags & kForceAutoHinting_PrivFlag); } in isForceAutoHinting() argument
97 bool isEmbeddedBitmaps() const { return SkToBool(fFlags & kEmbeddedBitmaps_PrivFlag); } in isEmbeddedBitmaps() argument
103 bool isSubpixel() const { return SkToBool(fFlags & kSubpixel_PrivFlag); } in isSubpixel() argument
109 bool isLinearMetrics() const { return SkToBool(fFlags & kLinearMetrics_PrivFlag); } in isLinearMetrics() argument
116 bool isEmbolden() const { return SkToBool(fFlags & kEmbolden_PrivFlag); } in isEmbolden() argument
123 bool isBaselineSnap() const { retur argument
170 getEdging() const getEdging() argument
184 getHinting() const getHinting() argument
199 getTypeface() const getTypeface() argument
213 getSize() const getSize() argument
220 getScaleX() const getScaleX() argument
227 getSkewX() const getSkewX() argument
233 refTypeface() const refTypeface() argument
323 countText(const void* text, size_t byteLength, SkTextEncoding encoding) const countText() argument
336 measureText(const void* text, size_t byteLength, SkTextEncoding encoding, SkRect* bounds = nullptr) const measureText() argument
366 getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], SkRect bounds[]) const getWidths() argument
371 getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], std::nullptr_t) const getWidths() argument
384 getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[]) const getWidths() argument
412 getBounds(const SkGlyphID glyphs[], int count, SkRect bounds[], const SkPaint* paint) const getBounds() argument
494 getSpacing() const getSpacing() argument
[all...]
H A DSkRRect.h72 Type getType() const { in getType() argument
77 Type type() const { return this->getType(); } in type() argument
79 inline bool isEmpty() const { return kEmpty_Type == this->getType(); } in isEmpty() argument
80 inline bool isRect() const { return kRect_Type == this->getType(); } in isRect() argument
81 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval() argument
82 inline bool isSimple() const { return kSimple_Type == this->getType(); } in isSimple() argument
83 inline bool isNinePatch() const { return kNinePatch_Type == this->getType(); } in isNinePatch() argument
84 inline bool isComplex() const { retur in isNinePatch() argument
91 width() const width() argument
98 height() const height() argument
107 getSimpleRadii() const getSimpleRadii() argument
260 rect() const rect() argument
267 radii(Corner corner) const radii() argument
275 getBounds() const getBounds() argument
356 outset(SkScalar dx, SkScalar dy, SkRRect* dst) const outset() argument
393 makeOffset(SkScalar dx, SkScalar dy) const makeOffset() argument
472 dump() const dump() argument
486 dumpHex() const dumpHex() 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...]
H A DTextWrapper.h23 inline Cluster* cluster() const { return fCluster; } in cluster() argument
24 inline size_t position() const { return fPos; } in position() argument
55 inline SkScalar width() const { return fWidth; } in width() argument
56 SkScalar widthWithGhostSpaces() const { return fWidthWithGhostSpaces; } in widthWithGhostSpaces() argument
57 inline Cluster* startCluster() const { return fStart.cluster(); } in startCluster() argument
58 inline Cluster* endCluster() const { return fEnd.cluster(); } in endCluster() argument
59 inline Cluster* breakCluster() const { return fBreak.cluster(); } in breakCluster() argument
61 inline size_t startPos() const { return fStart.position(); } in startPos() argument
62 inline size_t endPos() const { return fEnd.position(); } in endPos() argument
198 height() const height() argument
199 minIntrinsicWidth() const minIntrinsicWidth() argument
200 maxIntrinsicWidth() const maxIntrinsicWidth() argument
201 exceededMaxLines() const exceededMaxLines() 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...]
H A DSkShaper_primitive.cpp146 shape(const char* utf8, size_t utf8Bytes, FontRunIterator& font, BiDiRunIterator& bidi, ScriptRunIterator&, LanguageRunIterator&, SkScalar width, RunHandler* handler) const shape() argument
178 shape(const char* utf8, size_t utf8Bytes, FontRunIterator& font, BiDiRunIterator& bidi, ScriptRunIterator&, LanguageRunIterator&, const Feature*, size_t, SkScalar width, RunHandler* handler) const shape() argument
193 shape(const char* utf8, size_t utf8Bytes, const RSFont& font, bool leftToRight, SkScalar width, RunHandler* handler) const shape() argument
[all...]
/third_party/skia/experimental/ffmpeg/
H A DSkVideoEncoder.cpp24 size_t pos() const { return fPos; } in pos() argument
26 size_t size() const { return fStorage.size(); } in size() argument
[all...]
/third_party/skia/experimental/sktext/editor/
H A DTexts.h110 size_t lineCount() const { return fSelectableText->countLines(); } in lineCount() argument
116 SkRect actualSize() const { in actualSize() argument
149 Position adjustedPosition(PositionType positionType, SkPoint point) const { in adjustedPosition() argument
157 Position previousElement(Position element) const { return fSelectableText->previousPosition(element); } in previousElement() argument
158 Position nextElement(Position current) const { return fSelectableText->nextPosition(current); } in nextElement() argument
159 Position firstElement(PositionType positionType) const { return fSelectableText->firstPosition(positionType); } in firstElement() argument
160 Position lastElement(PositionType positionType) const { return fSelectableText->lastPosition(positionType); } in lastElement() argument
162 bool isFirstOnTheLine(Position element) const { retur argument
163 isLastOnTheLine(Position element) const isLastOnTheLine() argument
[all...]
/third_party/skia/fuzz/
H A DFuzzDDLThreading.cpp92 bool isOnGPUThread() const { return SkGetThreadID() == fGpuThread; } in isOnGPUThread() argument
93 bool isOnMainThread() const { return SkGetThreadID() == fMainThread; } in isOnMainThread() argument
/third_party/skia/gm/
H A Dconvexpolyclip.cpp240 void setOnCanvas(SkCanvas* canvas, SkClipOp op, bool aa) const { in setOnCanvas() argument
254 SkPath asClosedPath() const { in asClosedPath() argument
279 ClipType getType() const { return fClipType; } in getType() argument
281 void getBounds(SkRect* bounds) const { in getBounds() argument

Completed in 18 milliseconds

1...<<371372373374375376377378379380>>...527