Home
last modified time | relevance | path

Searched defs:const (Results 7951 - 7975 of 11683) sorted by relevance

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

/third_party/skia/include/gpu/
H A DGrRecordingContext.h44 SK_API GrBackendFormat defaultBackendFormat(SkColorType ct, GrRenderable renderable) const { in defaultBackendFormat() argument
60 SK_API bool colorTypeSupportedAsSurface(SkColorType colorType) const { in colorTypeSupportedAsSurface() argument
117 virtual bool isPidAbnormal() const { retur argument
158 proxyProvider() const proxyProvider() argument
211 numPathMasksGenerated() const numPathMasksGenerated() argument
214 numPathMaskCacheHits() const numPathMaskCacheHits() argument
231 dump(SkString*) const dump() argument
232 dumpKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values) const dumpKeyValuePairs() argument
251 stats() const stats() argument
[all...]
/third_party/skia/modules/canvaskit/
H A Dskottie_bindings.cpp99 findAsset(const char name[]) const findAsset() argument
110 findSoundAsset(const char name[]) const findSoundAsset() argument
177 render(SkCanvas* canvas, const SkRect* dst) const render() argument
190 duration() const duration() argument
191 fps() const fps() argument
192 size() const size() argument
193 version() const version() argument
196 getColorProps() const getColorProps() argument
209 getOpacityProps() const getOpacityProps() argument
222 getTextProps() const getTextProps() argument
259 getMarkers() const getMarkers() argument
[all...]
/third_party/skia/modules/particles/include/
H A DSkParticleEffect.h152 bool isAlive() const { return (fState.fAge >= 0 && fState.fAge <= 1); } in isAlive() argument
153 int getCount() const { return fCount; } in getCount() argument
155 float getRate() const { return fState.fRate; } in getRate() argument
156 int getBurst() const { return fState.fBurst; } in getBurst() argument
157 SkPoint getPosition() const { return fState.fPosition; } in getPosition() argument
158 SkVector getHeading() const { return fState.fHeading; } in getHeading() argument
159 float getScale() const { return fState.fScale; } in getScale() argument
160 SkVector getVelocity() const { return fState.fVelocity; } in getVelocity() argument
161 float getSpin() const { retur in getVelocity() argument
162 getColor() const getColor() argument
163 getFrame() const getFrame() argument
[all...]
/third_party/skia/modules/skparagraph/src/
H A DRunBaseImpl.cpp61 const SkFont& RunBaseImpl::font() const in font() argument
72 size_t RunBaseImpl::size() const in size() argument
77 std::vector<uint16_t> RunBaseImpl::getGlyphs() const in getGlyphs() argument
87 std::vector<RSPoint> RunBaseImpl::getPositions() const in getPositions() argument
104 getOffsets() const getOffsets() argument
136 getVisitorPos() const getVisitorPos() argument
141 getVisitorSize() const getVisitorSize() argument
147 getGlyphs(int64_t start, int64_t length) const getGlyphs() argument
167 getPositions(int64_t start, int64_t length) const getPositions() argument
197 getStringRange(uint64_t* location, uint64_t* length) const getStringRange() argument
210 getStringIndices(int64_t start, int64_t length) const getStringIndices() argument
227 getAllGlyphRectInfo(SkSpan<const SkGlyphID>& runGlyphIdSpan, size_t startNotWhiteSpaceIndex, SkScalar startWhiteSpaceWidth, size_t endWhiteSpaceNum, SkScalar endAdvance) const getAllGlyphRectInfo() argument
281 getImageBounds() const getImageBounds() argument
323 getTypographicBounds(float* ascent, float* descent, float* leading) const getTypographicBounds() argument
340 calculateTrailSpacesWidth() const calculateTrailSpacesWidth() argument
359 calculateActualLength(int64_t start, int64_t length) const calculateActualLength() argument
[all...]
/third_party/skia/experimental/sorttoy/
H A DFake.h40 SkIPoint getTrans() const { return fTrans; } in getTrans() argument
44 const std::vector<sk_sp<ClipCmd>>& cmds() const { return fCmds; } in cmds() argument
46 sk_sp<FakeMCBlob> getCached() const { in getCached() argument
68 int count() const { return fStack.size(); } in count() argument
69 int id() const { return fID; } in id() argument
70 SkIPoint ctm() const { retur in id() argument
71 mcStates() const mcStates() argument
72 operator [](int index) const operator []() argument
73 scissor() const scissor() argument
151 getColor() const getColor() argument
168 c0() const c0() argument
169 c1() const c1() argument
171 isTransparent() const isTransparent() argument
280 peekPaintersOrder() const peekPaintersOrder() argument
[all...]
/third_party/skia/fuzz/
H A DFuzzSkParagraph.cpp101 size_t resolvedFonts() const { return fResolvedFonts; } in resolvedFonts() argument
104 bool fontsFound() const { return fFontsFound; } in fontsFound() argument
[all...]
/third_party/skia/gm/
H A Dbeziereffects.cpp130 rect() const rect() argument
131 color() const color() argument
[all...]
/third_party/skia/include/core/
H A DSkBitmap.h124 const SkPixmap& pixmap() const { return fPixmap; } in pixmap() argument
130 const SkImageInfo& info() const { return fPixmap.info(); } in info() argument
140 int width() const { return fPixmap.width(); } in width() argument
149 int height() const { retur argument
151 colorType() const colorType() argument
153 alphaType() const alphaType() argument
161 colorSpace() const colorSpace() argument
171 refColorSpace() const refColorSpace() argument
178 bytesPerPixel() const bytesPerPixel() argument
185 rowBytesAsPixels() const rowBytesAsPixels() argument
192 shiftPerPixel() const shiftPerPixel() argument
201 empty() const empty() argument
210 isNull() const isNull() argument
217 drawsNothing() const drawsNothing() argument
229 rowBytes() const rowBytes() argument
264 getPixels() const getPixels() argument
274 computeByteSize() const computeByteSize() argument
305 isOpaque() const isOpaque() argument
363 bounds() const bounds() argument
369 dimensions() const dimensions() argument
375 getSubset() const getSubset() argument
701 pixelRef() const pixelRef() argument
739 readyToDraw() const readyToDraw() argument
784 eraseARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b) const eraseARGB() argument
804 eraseArea(const SkIRect& area, SkColor c) const eraseArea() argument
824 getColor(int x, int y) const getColor() argument
836 getAlphaf(int x, int y) const getAlphaf() argument
1001 readPixels(const SkPixmap& dst) const readPixels() argument
1067 extractAlpha(SkBitmap* dst) const extractAlpha() argument
1084 extractAlpha(SkBitmap* dst, const SkPaint* paint, SkIPoint* offset) const extractAlpha() argument
1122 makeShader(SkTileMode tmx, SkTileMode tmy, const SkSamplingOptions& sampling, const SkMatrix& localMatrix) const makeShader() argument
1127 makeShader(const SkSamplingOptions& sampling, const SkMatrix* localMatrix = nullptr) const makeShader() argument
1132 makeShader(const SkSamplingOptions& sampling, const SkMatrix& localMatrix) const makeShader() argument
1197 getAddr32(int x, int y) const getAddr32() argument
1202 getAddr16(int x, int y) const getAddr16() argument
1207 getAddr8(int x, int y) const getAddr8() argument
[all...]
H A DSkStream.h80 virtual size_t peek(void* /*buffer*/, size_t /*size*/) const { return 0; } in peek() argument
114 std::unique_ptr<SkStream> duplicate() const { in duplicate() argument
120 std::unique_ptr<SkStream> fork() const { in fork() argument
126 virtual bool hasPosition() const { return false; } in hasPosition() argument
128 virtual size_t getPosition() const { return 0; } in getPosition() argument
144 virtual bool hasLength() const { return false; } in hasLength() argument
146 virtual size_t getLength() const { return 0; } in getLength() argument
154 onDuplicate() const onDuplicate() argument
155 onFork() const onFork() argument
167 duplicate() const duplicate() argument
177 duplicate() const duplicate() argument
186 fork() const fork() argument
200 duplicate() const duplicate() argument
203 fork() const fork() argument
216 duplicate() const duplicate() argument
219 fork() const fork() argument
331 isValid() const isValid() argument
340 duplicate() const duplicate() argument
348 fork() const fork() argument
406 asData() const asData() argument
419 duplicate() const duplicate() argument
427 fork() const fork() argument
454 isValid() const isValid() argument
514 validate() const validate() argument
[all...]
H A DSkSurfaceCharacterization.h62 bool operator!=(const SkSurfaceCharacterization& other) const { in operator !=() argument
89 contextInfo() const contextInfo() argument
90 refContextInfo() const refContextInfo() argument
91 cacheMaxResourceBytes() const cacheMaxResourceBytes() argument
93 isValid() const isValid() argument
95 imageInfo() const imageInfo() argument
96 backendFormat() const backendFormat() argument
97 origin() const origin() argument
98 dimensions() const dimensions() argument
99 width() const width() argument
100 height() const height() argument
101 colorType() const colorType() argument
102 sampleCount() const sampleCount() argument
103 isTextureable() const isTextureable() argument
104 isMipMapped() const isMipMapped() argument
105 usesGLFBO0() const usesGLFBO0() argument
106 vkRTSupportsInputAttachment() const vkRTSupportsInputAttachment() argument
109 vulkanSecondaryCBCompatible() const vulkanSecondaryCBCompatible() argument
112 isProtected() const isProtected() argument
113 colorSpace() const colorSpace() argument
114 refColorSpace() const refColorSpace() argument
115 surfaceProps() const surfaceProps() argument
220 createResized(int width, int height) const createResized() argument
224 createColorSpace(sk_sp<SkColorSpace>) const createColorSpace() argument
228 createBackendFormat(SkColorType, const GrBackendFormat&) const createBackendFormat() argument
232 createFBO0(bool usesGLFBO0) const createFBO0() argument
236 operator ==(const SkSurfaceCharacterization& other) const operator ==() argument
237 operator !=(const SkSurfaceCharacterization& other) const operator !=() argument
241 cacheMaxResourceBytes() const cacheMaxResourceBytes() argument
243 isValid() const isValid() argument
245 width() const width() argument
246 height() const height() argument
247 stencilCount() const stencilCount() argument
248 isTextureable() const isTextureable() argument
249 isMipMapped() const isMipMapped() argument
250 usesGLFBO0() const usesGLFBO0() argument
251 vkRTSupportsAttachmentInput() const vkRTSupportsAttachmentInput() argument
252 vulkanSecondaryCBCompatible() const vulkanSecondaryCBCompatible() argument
253 colorSpace() const colorSpace() argument
254 refColorSpace() const refColorSpace() argument
255 surfaceProps() const surfaceProps() argument
[all...]
/third_party/skia/modules/particles/src/
H A DSkParticleEffect.cpp505 uniformInfo() const uniformInfo() argument
[all...]
/third_party/skia/modules/skottie/src/animator/
H A DVectorKeyframeAnimator.cpp38 VectorValue::operator SkV3() const { in operator SkV3() argument
47 VectorValue::operator SkColor() const { in operator SkColor() argument
51 VectorValue::operator SkColor4f() const { in operator SkColor4f() argument
225 parseValue(const AnimationBuilder&, const skjson::Value& jv) const parseValue() argument
[all...]
/third_party/skia/modules/skottie/src/effects/
H A DLevelsEffect.cpp296 attachEasyLevelsEffect(const skjson::ArrayValue& jprops, sk_sp<sksg::RenderNode> layer) const attachEasyLevelsEffect() argument
303 attachProLevelsEffect(const skjson::ArrayValue& jprops, sk_sp<sksg::RenderNode> layer) const attachProLevelsEffect() argument
[all...]
/third_party/skia/modules/skottie/src/layers/
H A DPrecompLayer.cpp33 float t() const { return fT * fScale; } in t() argument
83 attachExternalPrecompLayer( const skjson::ObjectValue& jlayer, const LayerInfo& layer_info) const attachExternalPrecompLayer() argument
164 attachPrecompLayer(const skjson::ObjectValue& jlayer, LayerInfo* layer_info) const attachPrecompLayer() argument
[all...]
H A DTextLayer.cpp168 matches(const char family[], const char style[]) const matches() argument
177 attachTextLayer(const skjson::ObjectValue& jlayer, LayerInfo*) const attachTextLayer() argument
400 attachTextLayer(const skjson::ObjectValue& jlayer, LayerInfo*) const attachTextLayer() argument
409 findFont(const SkString& font_name) const findFont() argument
[all...]
/third_party/skia/modules/skresources/src/
H A DSkResources.cpp186 sk_sp<SkData> FileResourceProvider::load(const char resource_path[], in load() argument
193 sk_sp<ImageAsset> FileResourceProvider::loadImageAsset(const cha argument
214 load(const char resource_path[], const char resource_name[]) const load() argument
220 loadImageAsset(const char rpath[], const char rname[], const char rid[]) const loadImageAsset() argument
227 loadTypeface(const char name[], const char url[]) const loadTypeface() argument
233 loadFont(const char name[], const char url[]) const loadFont() argument
248 loadImageAsset(const char resource_path[], const char resource_name[], const char resource_id[]) const loadImageAsset() argument
306 loadImageAsset(const char rpath[], const char rname[], const char rid[]) const loadImageAsset() argument
316 loadTypeface(const char name[], const char url[]) const loadTypeface() argument
[all...]
/third_party/skia/modules/svg/include/
H A DSkSVGNode.h99 SkSVGTag tag() const { return fTag; } in tag() argument
168 onAsPaint(const SkSVGRenderContext&, SkPaint*) const onAsPaint() argument
174 hasChildren() const hasChildren() argument
176 onObjectBoundingBox(const SkSVGRenderContext&) const onObjectBoundingBox() argument
[all...]
H A DSkSVGRenderContext.h38 const float& getResizePercentage() const { return fResizePercentage; } in getResizePercentage() argument
39 const SkSize& viewPort() const { return fViewport; } in viewPort() argument
82 lengthContext() const lengthContext() argument
85 presentationContext() const presentationContext() argument
87 canvas() const canvas() argument
115 get() const get() argument
116 operator ->() const operator ->() argument
117 operator *() const operator *() argument
119 operator bool() const operator bool() argument
140 clipPath() const clipPath() argument
142 resourceProvider() const resourceProvider() argument
146 fontMgr() const fontMgr() argument
[all...]
/third_party/skia/modules/svg/src/
H A DSkSVGText.cpp141 resolve(size_t charIndex) const resolve() argument
366 getMatrixAt(float offset) const getMatrixAt() argument
383 computeGlyphXform(SkGlyphID glyph, const SkFont& font, const SkPoint& glyph_pos, const PositionAdjustment& pos_adjust) const computeGlyphXform() argument
474 renderText(const SkSVGRenderContext& ctx, SkSVGTextContext* tctx, SkSVGXmlSpace xs) const renderText() argument
485 onAsPath(const SkSVGRenderContext&) const onAsPath() argument
511 onShapeText(const SkSVGRenderContext& ctx, SkSVGTextContext* tctx, SkSVGXmlSpace) const onShapeText() argument
546 onShapeText(const SkSVGRenderContext& ctx, SkSVGTextContext* tctx, SkSVGXmlSpace xs) const onShapeText() argument
553 onRender(const SkSVGRenderContext& ctx) const onRender() argument
572 onObjectBoundingBox(const SkSVGRenderContext& ctx) const onObjectBoundingBox() argument
605 onAsPath(const SkSVGRenderContext& ctx) const onAsPath() argument
651 onShapeText(const SkSVGRenderContext& ctx, SkSVGTextContext* parent_tctx, SkSVGXmlSpace xs) const onShapeText() argument
[all...]
H A DSkSVGTextPriv.h52 float operator[](Attr a) const { return fStorage[a]; } in operator []() argument
55 bool has(Attr a) const { return fStorage[a] != kNone; } in has() argument
56 bool hasAny() const { in hasAny() argument
65 bool isImplicitRotate() const { return fImplicitRotate; } in isImplicitRotate() argument
119 getCallback() const getCallback() argument
163 length() const length() argument
[all...]
/third_party/skia/experimental/skottiekit/
H A Dskottiekit_bindings.cpp92 sk_sp<SkData> findAsset(const char name[]) const { in findAsset() argument
125 render(SkCanvas* canvas) const render() argument
126 render(SkCanvas* canvas, const SkRect& dst) const render() argument
139 duration() const duration() argument
140 fps() const fps() argument
141 size() const size() argument
142 version() const version() argument
145 getColorProps() const getColorProps() argument
158 getOpacityProps() const getOpacityProps() argument
179 getMarkers() const getMarkers() argument
[all...]
/third_party/skia/experimental/sktext/src/
H A DVisualRun.h43 SkScalar calculateWidth(GlyphRange glyphRange) const { in calculateWidth() argument
47 SkScalar calculateWidth(GlyphIndex start, GlyphIndex end) const { in calculateWidth() argument
50 SkScalar width() const { return fAdvance.fX; } in width() argument
51 SkScalar height() const { return fAdvance.fY; } in height() argument
52 SkScalar firstGlyphPosition() const { return fPositions[0].fX; } in firstGlyphPosition() argument
53 TextMetrics textMetrics() const { return fTextMetrics; } in textMetrics() argument
55 bool leftToRight() const { return fDirTextRange.fLeftToRight; } in leftToRight() argument
56 size_t size() const { return fGlyphs.size(); } in size() argument
57 SkScalar baseLine() const { retur in size() argument
58 trailingSpacesStart() const trailingSpacesStart() argument
59 dirTextRange() const dirTextRange() argument
62 forEachTextBlockInGlyphRange(SkSpan<TextIndex> textBlock, Callback&& callback) const forEachTextBlockInGlyphRange() argument
123 baseline() const baseline() argument
124 text() const text() argument
125 trailingSpaces() const trailingSpaces() argument
126 isHardBreak() const isHardBreak() argument
127 glyphCount() const glyphCount() argument
[all...]
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DGradient.cpp46 const sk_sp<sksg::Gradient>& node() const { return fGradient; } in node() argument
187 next_rec(const T* rec, const T* end_rec) const next_rec() argument
[all...]
/third_party/skia/modules/skottie/utils/
H A DSkottieUtils.cpp93 acceptKey(const char* name, const char* suffix) const acceptKey() argument
103 getPropertyObserver() const getPropertyObserver() argument
107 getMarkerObserver() const getMarkerObserver() argument
113 getProps(const PropMap<T>& container) const getProps() argument
125 get(const PropKey& key, const PropMap<T>& container) const get() argument
149 getColorProps() const getColorProps() argument
153 getColor(const PropKey& key) const getColor() argument
162 getOpacityProps() const getOpacityProps() argument
166 getOpacity(const PropKey& key) const getOpacity() argument
175 getTransformProps() const getTransformProps() argument
179 getTransform(const PropKey& key) const getTransform() argument
189 getTextProps() const getTextProps() argument
193 getText(const PropKey& key) const getText() argument
[all...]
/third_party/skia/modules/sksg/src/
H A DSkSGRenderNode.cpp27 bool RenderNode::isVisible() const { in isVisible() argument
41 void RenderNode::render(SkCanvas* canvas, const RenderContext* ctx) const { in render() argument
49 const RenderNode* RenderNode::nodeAt(const SkPoint& p) const { in nodeAt() argument
86 bool RenderNode::RenderContext::requiresIsolation() const { in requiresIsolation() argument
94 modulatePaint(const SkMatrix& ctm, SkPaint* paint, bool is_layer_paint) const modulatePaint() argument
238 hasChildrenInval() const hasChildrenInval() argument
[all...]

Completed in 16 milliseconds

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