| /third_party/skia/modules/skottie/src/effects/ |
| H A D | SphereEffect.cpp | 420 attachSphereEffect( const skjson::ArrayValue& jprops, sk_sp<sksg::RenderNode> layer) const attachSphereEffect() argument [all...] |
| H A D | MotionTileEffect.cpp | 234 attachMotionTileEffect(const skjson::ArrayValue& jprops, sk_sp<sksg::RenderNode> layer) const attachMotionTileEffect() argument [all...] |
| /third_party/skia/modules/skottie/src/layers/shapelayer/ |
| H A D | ShapeLayer.cpp | 164 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 D | RangeSelector.cpp | 109 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 D | FontCollection.cpp | 38 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 D | ParagraphBuilderImpl.cpp | 228 getParagraphStyle() const getParagraphStyle() argument [all...] |
| H A D | TextWrapper.h | 23 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 D | editor.h | 28 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 D | SkShaper_coretext.cpp | 63 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 D | SkShaper_primitive.cpp | 146 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 D | SkVideoEncoder.cpp | 24 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 D | Texts.h | 110 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 D | FuzzDDLThreading.cpp | 92 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 D | convexpolyclip.cpp | 240 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 D | image_pict.cpp | 97 void drawSet(SkCanvas* canvas) const { in drawSet() argument 322 drawRow(GrDirectContext* dContext, SkCanvas* canvas, float scale) const drawRow() argument [all...] |
| H A D | rasterhandleallocator.cpp | 45 SkCanvas* peekCanvas() const { return fCanvas; } in peekCanvas() argument [all...] |
| /third_party/skia/include/core/ |
| H A D | SkFont.h | 84 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 D | SkRRect.h | 72 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 D | SkTypeface.h | 52 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 D | SkTextBlob.h | 41 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 D | SkYUVAInfo.h | 156 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 D | SkPaint.h | 156 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 D | SkEncodedInfo.h | 24 const skcms_ICCProfile* profile() const { return &fProfile; } in profile() argument [all...] |
| /third_party/skia/experimental/graphite/src/ |
| H A D | DrawPass.cpp | 90 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 D | DrawList.h | 46 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...] |