Home
last modified time | relevance | path

Searched defs:const (Results 7926 - 7950 of 11683) sorted by relevance

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

/third_party/skia/modules/skshaper/src/
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/modules/skparagraph/src/
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/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...]
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...]
/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...]
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...]
/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/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...]
/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...]

Completed in 20 milliseconds

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