Home
last modified time | relevance | path

Searched defs:const (Results 9401 - 9425 of 13162) sorted by relevance

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

/third_party/skia/include/core/
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...]
H A DSkPathBuilder.h27 SkPathFillType fillType() const { return fFillType; } in fillType() argument
247 countVerbs() const countVerbs() argument
[all...]
H A DSkImageInfo.h206 SkColorSpace* colorSpace() const { return fColorSpace.get(); } in colorSpace() argument
207 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() argument
208 SkColorType colorType() const { return fColorType; } in colorType() argument
209 SkAlphaType alphaType() const { return fAlphaType; } in alphaType() argument
211 bool isOpaque() const { in isOpaque() argument
216 bool gammaCloseToSRGB() const { return fColorSpace && fColorSpace->gammaCloseToSRGB(); } in gammaCloseToSRGB() argument
219 bool operator==(const SkColorInfo& other) const { in operator ==() argument
225 operator !=(const SkColorInfo& other) const operator !=() argument
233 makeAlphaType(SkAlphaType newAlphaType) const makeAlphaType() argument
240 makeColorType(SkColorType newColorType) const makeColorType() argument
247 makeColorSpace(sk_sp<SkColorSpace> cs) const makeColorSpace() argument
[all...]
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...]
/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...]
/third_party/skia/gm/
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...]
H A Dgm.cpp160 bool GM::runAsBench() const { return false; } in runAsBench() argument
163 std::unique_ptr<verifiers::VerifierList> GM::getVerifiers() const { in getVerifiers() argument
H A Dgm.h106 Mode getMode() const { return fMode; } in getMode() argument
150 SkColor getBGColor() const { return fBGColor; } in getBGColor() argument
[all...]
H A Dbeziereffects.cpp130 rect() const rect() argument
131 color() const color() argument
[all...]
/third_party/skia/include/gpu/
H A DGrTypes.h29 constexpr int value() const { return fValue; } in value() argument
H A DGrDirectContext.h831 operator ==(const DirectContextID& that) const operator ==() argument
832 operator !=(const DirectContextID& that) const operator !=() argument
835 isValid() const isValid() argument
842 directContextID() const directContextID() argument
[all...]
H A DGrBackendSurface.h55 bool isValid() const { return false; } in isValid() argument
63 bool isValid() const { return false; } in isValid() argument
70 bool isValid() const { return false; } in isValid() argument
71 bool isFramebufferOnly() const { return false; } in isFramebufferOnly() argument
121 bool operator!=(const GrBackendForma argument
123 backend() const backend() argument
124 textureType() const textureType() argument
191 isValid() const isValid() argument
307 dimensions() const dimensions() argument
308 width() const width() argument
309 height() const height() argument
310 mipmapped() const mipmapped() argument
311 hasMipmaps() const hasMipmaps() argument
313 hasMipMaps() const hasMipMaps() argument
314 backend() const backend() argument
315 textureType() const textureType() argument
379 isValid() const isValid() argument
512 dimensions() const dimensions() argument
513 width() const width() argument
514 height() const height() argument
515 sampleCnt() const sampleCnt() argument
516 stencilBits() const stencilBits() argument
517 backend() const backend() argument
518 isFramebufferOnly() const isFramebufferOnly() argument
577 isValid() const isValid() argument
[all...]
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/experimental/sktext/src/
H A DLine.h44 SkScalar height() const { in height() argument
48 SkScalar baseline() const { in baseline() argument
52 SkScalar above() const { return - this->fAscent + this->fLeading / 2; } in above() argument
53 SkScalar below() const { return this->fDescent + this->fLeading / 2; } in below() argument
67 bool operator==(const GlyphPos& other) const { in operator ==() argument
71 size_t runIndex() const { retur argument
72 glyphIndex() const glyphIndex() argument
75 isEmpty() const isEmpty() argument
106 isEmpty() const isEmpty() argument
154 width() const width() argument
155 textRange() const textRange() argument
158 textMetrics() const textMetrics() argument
159 glyphStart() const glyphStart() argument
160 glyphEnd() const glyphEnd() argument
161 glyphStartIndex() const glyphStartIndex() argument
162 textStart() const textStart() argument
177 getMetrics() const getMetrics() argument
178 glyphStart() const glyphStart() argument
179 glyphEnd() const glyphEnd() argument
180 glyphTrailingEnd() const glyphTrailingEnd() argument
181 width() const width() argument
182 withWithTrailingSpaces() const withWithTrailingSpaces() argument
183 horizontalOffset() const horizontalOffset() argument
184 verticalOffset() const verticalOffset() argument
185 height() const height() argument
186 baseline() const baseline() argument
187 text() const text() argument
188 whitespaces() const whitespaces() argument
189 isHardLineBreak() const isHardLineBreak() 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...]

Completed in 19 milliseconds

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