Home
last modified time | relevance | path

Searched defs:const (Results 9151 - 9175 of 12926) sorted by relevance

1...<<361362363364365366367368369370>>...518

/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
H A Dimage_pict.cpp97 void drawSet(SkCanvas* canvas) const { in drawSet() argument
322 drawRow(GrDirectContext* dContext, SkCanvas* canvas, float scale) const drawRow() argument
[all...]
H A Drasterhandleallocator.cpp45 SkCanvas* peekCanvas() const { return fCanvas; } in peekCanvas() argument
[all...]
/third_party/skia/include/core/
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...]
H A DSkTypeface.h52 SkFontStyle fontStyle() const { in fontStyle() argument
57 bool isBold() const { return fStyle.weight() >= SkFontStyle::kSemiBold_Weight; } in isBold() argument
60 bool isItalic() const { return fStyle.slant() != SkFontStyle::kUpright_Slant; } in isItalic() argument
65 bool isFixedPitch() const { return fIsFixedPitch; } in isFixedPitch() argument
98 SkFontID uniqueID() const { return fUniqueID; } in uniqueID() argument
361 filterRec(SkScalerContextRec* rec) const filterRec() argument
365 getFontDescriptor(SkFontDescriptor* desc, bool* isLocal) const getFontDescriptor() argument
369 internal_private_getCTFontRef() const internal_private_getCTFontRef() argument
430 onGetFontPath(SkString* path) const onGetFontPath() argument
445 onGetCTFontRef() const onGetCTFontRef() argument
[all...]
H A DSkTextBlob.h41 const SkRect& bounds() const { return fBounds; } in bounds() argument
47 uint32_t uniqueID() const { return fUniqueID; } in uniqueID() argument
256 notifyAddedToCache(uint32_t cacheID) const notifyAddedToCache() argument
[all...]
H A DSkYUVAInfo.h156 PlaneConfig planeConfig() const { return fPlaneConfig; } in planeConfig() argument
157 Subsampling subsampling() const { return fSubsampling; } in subsampling() argument
159 std::tuple<int, int> planeSubsamplingFactors(int planeIdx) const { in planeSubsamplingFactors() argument
167 SkISize dimensions() const { return fDimensions; } in dimensions() argument
168 int width() const { return fDimensions.width(); } in width() argument
169 int height() const { return fDimensions.height(); } in height() argument
171 SkYUVColorSpace yuvColorSpace() const { retur argument
172 sitingX() const sitingX() argument
173 sitingY() const sitingY() argument
175 origin() const origin() argument
177 originMatrix() const originMatrix() argument
181 hasAlpha() const hasAlpha() argument
188 planeDimensions(SkISize planeDimensions[kMaxPlanes]) const planeDimensions() argument
200 numPlanes() const numPlanes() argument
202 numChannelsInPlane(int i) const numChannelsInPlane() argument
227 operator !=(const SkYUVAInfo& that) const operator !=() argument
229 isValid() const isValid() argument
[all...]
H A DSkPaint.h156 bool isAntiAlias() const { in isAntiAlias() argument
169 bool isDither() const { in isDither() argument
198 Style getStyle() const { retur argument
219 getColor() const getColor() argument
226 getColor4f() const getColor4f() argument
255 getAlphaf() const getAlphaf() argument
258 getAlpha() const getAlpha() argument
292 getStrokeWidth() const getStrokeWidth() argument
310 getStrokeMiter() const getStrokeMiter() argument
364 getStrokeCap() const getStrokeCap() argument
375 getStrokeJoin() const getStrokeJoin() argument
407 getFillPath(const SkPath& src, SkPath* dst) const getFillPath() argument
417 getShader() const getShader() argument
446 getColorFilter() const getColorFilter() argument
500 getBlender() const getBlender() argument
526 getPathEffect() const getPathEffect() argument
554 getMaskFilter() const getMaskFilter() argument
584 getImageFilter() const getImageFilter() argument
652 computeFastBounds(const SkRect& orig, SkRect* storage) const computeFastBounds() argument
676 computeFastStrokeBounds(const SkRect& orig, SkRect* storage) const computeFastStrokeBounds() argument
[all...]
/third_party/skia/include/private/
H A DSkEncodedInfo.h24 const skcms_ICCProfile* profile() const { return &fProfile; } in profile() argument
[all...]
/third_party/skia/experimental/graphite/src/
H A DDrawPass.cpp90 bool operator<(const SortKey& k) const { in operator <() argument
96 const DrawList::Draw* draw() const { return fDraw; } in draw() argument
97 uint32_t pipeline() const { return fPipelineKey.fPipeline; } in pipeline() argument
98 int renderStep() const { return static_cast<int>(fPipelineKey.fRenderStep); } in renderStep() argument
100 uint32_t geometryUniforms() const { return fUniformKey.fGeometryIndex; } in geometryUniforms() argument
101 uint32_t shadingUniforms() const { return fUniformKey.fShadingIndex; } in shadingUniforms() argument
112 uint64_t pipelineKey() const { retur argument
119 uniformKey() const uniformKey() argument
321 addCommands(CommandBuffer* buffer) const addCommands() argument
[all...]
H A DDrawList.h46 SkColor4f color() const { return fColor; } in color() argument
47 SkBlendMode blendMode() const { return fBlendMode; } in blendMode() argument
48 SkShader* shader() const { return fShader.get(); } in shader() argument
76 bool isMiterJoin() const { retur argument
77 isBevelJoin() const isBevelJoin() argument
78 isRoundJoin() const isRoundJoin() argument
80 halfWidth() const halfWidth() argument
81 width() const width() argument
82 miterLimit() const miterLimit() argument
83 cap() const cap() argument
84 join() const join() argument
103 drawBounds() const drawBounds() argument
104 scissor() const scissor() argument
190 drawCount() const drawCount() argument
191 renderStepCount() const renderStepCount() argument
[all...]

Completed in 17 milliseconds

1...<<361362363364365366367368369370>>...518